@charset "UTF-8";

/* HOME CSS
 * ----------------------------------------------- */

.section-home-keyvisual,
.section-home-keyvisual .stack-slider {
    position: fixed;
    top: 75px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: calc(100vh - 75px);
    overflow: hidden;
    color: #000;
}

body.is-active .section-home-keyvisual,
body.is-active .section-home-keyvisual .stack-slider {
    top: 55px;
    height: calc(100vh - 55px);
}

.homepage-contents {
    z-index: 2;
    padding-top: 100vh;
}

.homepage-contents .inner-home {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.stack-slider {
    /* position: relative; */
    backface-visibility: hidden;
}

.stack-slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    will-change: opacity;
}

.stack-slider .slide.is-visible {
    opacity: 1;
    transition: opacity 0.85s ease-in;
    /* ← 表示はゆっくり */
}

/* ★ リセット中は transition 無効 */
.stack-slider.is-reset .slide {
    transition: none !important;
}


@media (width <=991px) {

    .section-home-keyvisual,
    .section-home-keyvisual .stack-slider {
        top: 70px;
        height: calc(100vh - 70px);
    }
}

.section-home-keyvisual .title {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) scale(0.85, 0.85);

    /* width: 85%; */
}

/*

.section-home-keyvisual .title svg {
    fill: #fff;
}

.section-home-keyvisual img {
    display: block;
}

.section-home-keyvisual .img-wrapper {
    width: 100%;
    height: 100%;
}

.section-home-keyvisual .slider-left,
.section-home-keyvisual .slider-right {
    overflow: hidden;
}

.section-home-keyvisual .slider-left {
    display: none;
}

.section-home-keyvisual .slider-right {
    height: 100%;
}

.section-home-keyvisual .keyvisual-slider {
    position: relative;
    z-index: 0;
    height: calc(100vh - 75px);
}

.section-home-keyvisual .keyvisual-slider .item,
.section-home-keyvisual .keyvisual-slider .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
*/

.section-home-keyvisual .keyvisual-slider img {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transform: none;
}

/*
.section-home-keyvisual .keyvisual-slider .slider-right.owl-carousel,
.section-home-keyvisual .keyvisual-slider .js-text-replace.owl-carousel {
    float: none;
}
 */

/* .section-home-keyvisual .keyvisual-slider .slider-right.owl-carousel .owl-stage,
.section-home-keyvisual .keyvisual-slider .js-text-replace.owl-carousel .owl-stage {
	width: 100% !important;
	transform: none !important;
} */
.section-home-keyvisual .keyvisual-slider .slider-right .object-fit-wrapper img {
    visibility: visible;
    opacity: 1;
}

.section-home-keyvisual .text-scroll,
.section-home-keyvisual .text-copyright {
    position: absolute;
    z-index: 2;
    display: block;
    transform: rotate(90deg);
}

.section-home-keyvisual .text-scroll {
    bottom: 15%;
    left: -180px;
    padding: 10px 80px 10px 20px;
    font-size: 11px;
    transform-origin: 100% 100%;
}

.section-home-keyvisual .text-scroll .line {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 70px;
    height: 1px;
    overflow: hidden;
    content: "";
    transform: translateY(-2px);
}

.section-home-keyvisual .text-scroll .line::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    animation: scroll 3s infinite;
}

.section-home-keyvisual .text-copyright {
    right: 20px;
    bottom: 18%;
    font-size: 9px;
    color: rgb(0 0 0 / 50%);
    letter-spacing: 0.025em;
    transform-origin: right bottom;
}

.section-home-keyvisual .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #000;
    transition: width 0s;
}

.section-home-keyvisual .progress-bar.is-done {
    width: 102%;
    transition: width 5s;
}

@media print,
(width >=768px) {

    .section-home-keyvisual .text-copyright {
        right: 30px;
        bottom: 24%;
        font-size: 1rem;
    }

    .section-home-keyvisual .text-scroll {
        left: -170px;
    }

}

@media print,
(width >=1101px) {
    .section-home-keyvisual .keyvisual-slider {
        height: 100%;
    }

    .section-home-keyvisual .text-scroll {
        bottom: 0;
    }

    .section-home-keyvisual .text-scroll {
        left: -155px;
    }
}

@media (width <=991px) {

    body.is-active .section-home-keyvisual,
    body.is-active .section-home-keyvisual .stack-slider {
        top: 70px;
        height: calc(100vh - 70px);
    }
}

@media (width <=767px) {

    .section-home-keyvisual .text-copyright {
        visibility: hidden;
        opacity: 0;
    }


}

@media (width <=480px) {
    .homepage-contents {
        padding-top: 85vh;
    }

    .section-home-keyvisual,
    .section-home-keyvisual .stack-slider,
    body.is-active .section-home-keyvisual,
    body.is-active .section-home-keyvisual .stack-slider {
        height: calc(85vh - 70px);
    }

    .section-home-keyvisual .keyvisual-slider {
        height: 100%;
    }

    .section-home-keyvisual .text-scroll {
        bottom: 0;
        padding: 10px 60px 30px 20px;
    }

    .section-home-keyvisual .text-scroll .line {
        top: 33%;
        width: 50px;
    }

    .section-home-keyvisual .title {
        /* width: 80%; */
        transform: translate(-50%, -50%) scale(0.4, 0.4);
    }

    .section-home-keyvisual .text-group .company-name {
        font-size: 1rem;
    }

    .section-home-keyvisual .text-replace span {
        font-size: 1.25rem;
    }

    .section-home-keyvisual .keyvisual-slider .slider-left .owl-dots,
    .section-home-keyvisual .page-count {
        top: 80%;
        left: 80%;
        transform: translateY(-50%) rotate(0deg);
    }
}

@media (width <=350px) {
    .section-home-keyvisual .title {
        /* width: 80%; */
        transform: translate(-50%, -50%) scale(0.35, 0.35);
    }
}

/* SECTION HOME SLOGAN
 * ----------------------------------------------- */
.section-home-slogan {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    color: #000;
}

.section-home-slogan::before,
.section-home-slogan::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 22%;
    content: "";
}

.section-home-slogan::before {
    top: 10%;
    left: 0;
    width: 85%;
    background: url("../img/home/text_slogan_01.png") no-repeat left/contain;
}

.section-home-slogan::after {
    right: 0;
    bottom: 5%;
    width: 85%;
    height: 27%;
    background: url("../img/home/text_slogan_02.png") no-repeat right/contain;
}

.section-home-slogan .title .f-noto {
    margin: 5px 0 10px;
    line-height: 1.3;
    letter-spacing: 0.3em;
}

.section-home-slogan .slogan-text {
    padding-top: 7px;
    letter-spacing: 0.6em;
}

@media print,
(width >=480px) {
    .section-home-slogan::before {
        top: 5%;
        width: 95%;
    }

    .section-home-slogan::after {
        bottom: 0;
        width: 90%;
    }
}

@media print,
(width >=768px) {
    .section-home-slogan {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-home-slogan .wrapper {
        padding: 0 50px;
    }

    .section-home-slogan::before {
        top: 10%;
        width: 85%;
        height: 16%;
    }

    .section-home-slogan::after {
        bottom: 0;
        width: 85%;
        height: 130px;
    }
}

@media print,
(width >=1101px) {
    .section-home-slogan {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .section-home-slogan .wrapper {
        padding: 0 10%;
    }

    .section-home-slogan::before {
        top: 80px;
        width: 1095px;
        height: 79px;
    }

    .section-home-slogan::after {
        bottom: 0;
        width: 930px;
        height: 130px;
    }
}

@media only screen and (width <=767px) {
    .section-home-slogan::after {
        right: 1%;
    }
}

@media only screen and (width <=480px) {
    .section-home-slogan .slogan-text {
        letter-spacing: 0.2em;
    }

    .section-home-slogan .title .f-noto.f-sz50 {
        font-size: 2.6rem;
        letter-spacing: 0.15em;
    }
}

/* SECTION HOME SERVICE
 * ----------------------------------------------- */
.section-home-service {
    position: relative;
    padding-top: 40px;
    margin-top: -10px;
    color: #000;
}

.section-home-service.sec.active::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.section-home-service .section-title .number::before {
    background-color: rgb(0 0 0 / 80%);
}

.section-home-service .service-list a {
    position: relative;
    display: block;
    overflow: hidden;
}

/*
.section-home-service .service-list a::before,
.section-home-service .service-list a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../img/common/bg_black_dot.png") repeat top left/2px;
}
*/

.section-home-service .service-list img {
    display: block;
    width: 100%;
}

.section-home-service .service-list .item-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 30px 20px;
}

.section-home-service .service-list .text-white {
    color: #fff;
}

.section-home-service .service-list .biz1 {
    background-color: rgb(0 44 144 / 80%);
}

.section-home-service .service-list .biz2 {
    background-color: rgb(0 0 0 / 80%);
}

.section-home-service .service-list .biz {
    display: block;
    margin-bottom: 15px;
}

.section-home-service .service-list .item-text {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.12em;
}

.section-home-service .service-list .item-title {
    line-height: 1.27;
    letter-spacing: 0.075em;
}

.section-home-service .service-list .item-title .font-small {}

.section-home-service .service-list .arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

@media print,
(width >=768px) {
    .section-home-service {
        padding-top: 90px;
    }

    .section-home-service::before {
        width: 36%;
        height: 84%;
    }

    .section-home-service .wrapper {
        padding-right: 0;
        padding-left: 5%;
    }

    .section-home-service .service-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .section-home-service .service-list .item {
        width: 50%;
    }

    .section-home-service .service-list .item-detail {
        padding: 20px;
    }

    .section-home-service .service-list .arrow {
        right: 30px;
        bottom: 20px;
    }
}

@media print,
(width >=992px) {
    .section-home-service .wrapper {
        padding-left: 50px;
    }
}

@media print,
(width >=1101px) {
    .section-home-service {
        padding-top: 90px;
    }

    .section-home-service .wrapper {
        padding-left: 10%;
    }

    .section-home-service .service-list {
        margin-top: 50px;
    }

    .section-home-service .service-list .item-detail {
        padding: 40px 100px 40px 50px;
    }

    .section-home-service .service-list .arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .section-home-service .service-list a::before {
        transform: translateX(0);
    }

    .section-home-service .service-list a::after {
        transform: translateX(-100%);
    }

    .section-home-service .service-list a:hover .arrow {
        width: 40px;
    }

    .section-home-service .service-list a:hover::before {
        animation: translateX-hover-1 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal both;
    }

    .section-home-service .service-list a:hover::after {
        animation: translateX-hover-2 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s 1 normal both;
    }
}

@media print,
(width >=1200px) {}

@media only screen and (width <=1100px) {
    .section-home-recruit .item:nth-child(2n + 1) {
        border-left-color: transparent;
    }
}

@media (max-width: 480px) {
    .section-home-service .service-list .item-detail {
        padding: 25px 15px;
    }

    .section-home-service .service-list .biz {
        margin-bottom: 5px;
    }

    .section-home-service .service-list .item-text {
        margin-bottom: 5px;
    }

    .section-home-service .service-list .item-title {
        font-size: 2.1rem;
    }
}

/* SECTION HOME NEWS
 * ----------------------------------------------- */
.section-home-news {
    color: #000;
}

.section-home-news .section-title {
    margin-bottom: 20px;
    letter-spacing: 0;
}

@media print,
(width >=768px) {
    .section-home-news .wrapper {
        display: flex;
        padding-left: 0;
    }

    .section-home-news .col-left {
        flex-shrink: 0;
        width: min(500px, 42%);
        padding-left: 5%;
    }

    .section-home-news .col-right {
        width: 100%;
        margin-top: -20px;
    }

    .section-home-news .news-list {
        padding: 0;
    }

    .section-home-news .button {
        margin-left: 0;
    }

    .section-home-news .button .arrow {
        height: 1px;
    }
}

@media print,
(width >=992px) {
    .section-home-news .col-left {
        padding-left: 50px;
    }
}

@media print,
(width >=1101px) {
    .section-home-news .col-left {
        padding-left: 10%;
    }

    .section-home-news .section-title .text-eng {
        margin-bottom: 20px;
    }
}

/* SECTION HOME ABOUT
 * ----------------------------------------------- */

.section-home-about .backdrop {
    padding-bottom: 5vw;
}

.section-home-about .wrapper {
    padding: 0;
}

.section-home-about .col-left {
    width: 95%;
    padding-right: 5%;
    padding-bottom: 45px;
    padding-left: 5%;
    margin-right: 0;
    background-color: #7de8fb;
}

.section-home-about .col-right {
    margin: -20px 0 0 5%;
}

.section-home-about.sec .col-right .about-list .item {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-15%);
    transition: all ease 0.3s;
}

.section-home-about.sec.active .col-right .about-list .item {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.section-home-about.sec.active .col-right .about-list .item:nth-child(1) {
    transition-delay: 0.15s;
}

.section-home-about.sec.active .col-right .about-list .item:nth-child(2) {
    transition-delay: 0.25s;
}

.section-home-about.sec.active .col-right .about-list .item:nth-child(3) {
    transition-delay: 0.35s;
}

.section-home-about .section-title {
    margin-bottom: 10px;
}

.section-home-about .text-main {
    margin-bottom: 15px;
}

.section-home-about .item~.item {
    border-top: 1px solid #fff;
}

.section-home-about .item a {
    position: relative;
    display: block;
    padding: 20px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.section-home-about .item .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    transform: translateY(-50%);
}

.section-home-about .item .arrow::after {
    border-width: 2px 5px;
}

.section-home-about .item-title {
    font-size: 13px;
    color: rgb(255 255 255 / 50%);
}

.section-home-about .item-title .text-eng {
    display: block;
    line-height: 1.5;
    color: #fff;
}

@media print,
(width >=480px) {
    .section-home-about .col-left {
        padding-bottom: 90px;
    }
}

@media print,
(width >=768px) {
    .section-home-about .backdrop {
        color: #000;
        background: url("../img/home/sec-about-bd-1.svg") no-repeat right 1vw top 30px / 70%;
    }

    .section-home-about {
        padding-top: 170px;
        margin-top: -170px;
    }

    .section-home-about .wrapper {
        position: relative;
        padding-right: 0;
    }

    .section-home-about .wrapper::after {
        clear: both;
        display: table;
        content: "";
    }

    .section-home-about .col-left,
    .section-home-about .col-right {
        width: 80%;
    }

    .section-home-about .col-right {
        float: right;
        margin-top: -40px;
    }

    .section-home-about .item a {
        padding: 20px 100px 20px 30px;
    }

    .section-home-about .item .arrow {
        right: 30px;
        width: 40px;
    }

    .section-home-about .item .arrow::after {
        border-width: 4px 7px;
    }
}

@media print,
(width >=992px) {
    .section-home-about .col-left {
        padding-left: 50px;
    }
}

@media print,
(width >=1101px) {
    .section-home-about .backdrop {
        background:
            url("../img/home/sec-about-bd-2.svg") no-repeat right 52vw bottom,
            url("../img/home/sec-about-bd-1.svg") no-repeat right 8vw top 30px;
        background-size:
            auto 329px,
            auto 259px;
    }

    .section-home-about .col-left {
        width: 56%;
        padding-right: 3%;
        padding-left: 10%;
    }

    .section-home-about .col-right {
        width: 50%;
        margin-top: -60px;
    }

    .section-home-about .item a {
        padding: 30px 100px 30px 50px;
        transition: all 0.3s;
    }

    .section-home-about .item a .item-title,
    .section-home-about .item a .item-title .text-eng {
        transition: all 0.3s;
    }

    .section-home-about .item a:hover {
        background: #333;
    }

    .section-home-about .item a:hover .arrow {
        width: 30px;
    }

    .section-home-about .item-title .text-eng {
        margin-bottom: 10px;
        line-height: 1;
    }
}

@media print,
(width >=1300px) {
    .section-home-about {
        /* background-size: 680px auto, 50% auto; */
    }

    .section-home-about .wrapper {
        max-width: none;
    }
}

@media print,
(width >=1500px) {
    .section-home-about .backdrop {
        background:
            url("../img/home/sec-about-bd-2.svg") no-repeat left -300px bottom,
            url("../img/home/sec-about-bd-1.svg") no-repeat left 54.5vw top 30px;
        background-size:
            60% auto,
            auto 259px;
        padding-bottom: 7.2vw;
    }
}

/* section-service-banner
 * ----------------------------------------------- */
.section-service-banner.sec .c-title,
.section-service-banner.sec .ban-wrap ul li {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-15%);
    transition: all ease 0.3s;
}

.section-service-banner.sec.active .c-title,
.section-service-banner.sec.active .ban-wrap ul li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.section-service-banner.sec.active .ban-wrap ul li:nth-child(1) {
    transition-delay: 0.15s;
}

.section-service-banner.sec.active .ban-wrap ul li:nth-child(2) {
    transition-delay: 0.25s;
}

.section-service-banner.sec.active .ban-wrap ul li:nth-child(3) {
    transition-delay: 0.35s;
}

@media print,
(width >=768px) {
    .section-service-banner .wrapper {
        padding-right: 0;
        padding-left: 5%;
    }
}

@media print,
(width >=992px) {
    .section-service-banner .wrapper {
        padding-left: 50px;
    }
}

@media print,
(width >=1101px) {
    .section-service-banner .wrapper {
        padding-left: 10%;
    }
}

.section-service-banner .c-title {
    display: block;
    padding-bottom: 15px;
}

.section-service-banner .c-title .text {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
}

.section-service-banner .c-title .text .text-large {
    padding-right: 6px;
    font-size: 20px;
}

.section-service-banner .ban-wrap {
    overflow: hidden;
}

.section-service-banner .ban-wrap ul {
    display: flex;
    flex-wrap: wrap;

    /* width: calc(100% + 15px); */
}

.section-service-banner .ban-wrap ul li {
    /* width: calc(100% / 3);
    margin-right: 15px; */
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

.ban-list a {
    display: block;
}

@media print,
(width <=991px) {
    .section-service-banner .ban-wrap {
        padding-right: 5%;
    }

    .section-service-banner .ban-wrap ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .section-service-banner .ban-wrap ul li {
        /* width: calc(50% - 5px); */
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }

    /* .section-service-banner .ban-wrap ul li:nth-child(2n-1) {
        margin-right: 10px;
    } */
}

@media print,
(width <=768px) {
    .section-service-banner .ban-wrap {
        padding-right: 0;
    }

    .section-service-banner .ban-wrap ul {
        width: 100%;
        display: flex;
        gap: 1vw;
    }

    .section-service-banner .ban-wrap ul li {
        width: calc(50% - 0.5vw);
        padding-right: 0;
    }

    .section-service-banner .ban-wrap ul li:nth-child(2n-1) {
        margin-right: 0;
    }

    .ban-list a {
        display: block;
        height: 100%;
        min-height: inherit;
    }
}

/* バナー：カメリペ */
.ban-list .btn-cameripe {
    padding: 0;
    overflow: hidden;
    border: none;
}

.ban-list .btn-cameripe.ban {
    overflow: hidden;
}

.ban-list .btn-cameripe.ban::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 100%;
    content: "";
    background-color: rgb(170 230 250 / 30%);
    transform: scale(0, 1) translateX(-101%);
    transition: all ease 0.28s;
}

.ban-list .btn-cameripe.ban.hover::before {
    width: 100%;
    transform: scale(1, 1) translateX(0);
    transform-origin: left;
}

.ban-list .btn-cameripe .ban-cameripe-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .line-top {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 7px;
    background-color: #0298d7;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .line-top span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .line-top span::after {
    position: absolute;
    top: 0;
    left: 10%;
    width: 22%;
    height: 7px;
    content: "";
    background-color: #b8d431;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .line-bottom span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #0298d7;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap {
    display: inline-flex;

    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo {
    display: block;
    flex: 1;
    width: 47%;
    max-width: 188px;

    /*     min-width: 120px; */
    padding: 0 5%;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo img {
    display: table;
    width: 100%;
    max-width: 137px;

    /* min-width: 120px; */
    height: auto;
    margin: 0 auto;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text {
    /*
    display: block;
    width: 53%;
	*/
    display: block;
    padding: 1%;
    padding-right: 3%;
    padding-left: 6%;

    /* height: 100%; */

    /* flex: 1; */
    border-left: 3px solid #b8d431;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span {
    display: block;
    line-height: 1.4;
    color: #0298d7;
    letter-spacing: 0.25em;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span.ltxt-01 {
    font-size: 1.3rem;
}

.ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span.ltxt-02 {
    font-size: 1.6rem;
}

@media print,
(width <=991px) {
    .ban-list .btn-cameripe .ban-cameripe-wrap {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 20px 0;
        overflow: hidden;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap {
        display: inline-flex;

        /* justify-content: center; */
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo {
        display: block;
        flex: 1;
        width: 47%;
        max-width: 188px;

        /*     min-width: 120px; */
        padding: 0 5%;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo img {
        display: table;
        width: 100%;
        max-width: 137px;

        /* min-width: 120px; */
        height: auto;
        margin: 0 auto;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text {
        /*
	    display: block;
	    width: 53%;
		*/
        display: block;
        padding: 1%;
        padding-right: 3%;
        padding-left: 6%;

        /* height: 100%; */

        /* flex: 1; */
        border-left: 3px solid #b8d431;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span {
        line-height: 1.3;
        letter-spacing: 0.1em;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span.ltxt-01 {
        font-size: 1.2rem;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span.ltxt-02 {
        font-size: 1.4rem;
    }
}

@media print,
(width <=640px) {
    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span.ltxt-01 {
        display: inline-block;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span.ltxt-02 {}

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo img {
        width: 100px;
    }
}

@media print,
(width <=480px) {
    .ban-list .btn-cameripe .ban-cameripe-wrap {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 15px 0;
        overflow: hidden;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap {
        display: inline-flex;

        /* justify-content: center; */
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo {
        display: block;
        flex: 1;
        width: 47%;
        max-width: 188px;

        /*     min-width: 120px; */
        padding: 0 5%;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo img {
        display: table;
        width: 100%;
        max-width: 137px;

        /* min-width: 120px; */
        height: auto;
        margin: 0 auto;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text {
        /*
	    display: block;
	    width: 53%;
		*/
        display: block;
        padding: 1%;
        padding-right: 3%;
        padding-left: 3%;
        line-height: 1.1;

        /* height: 100%; */

        /* flex: 1; */
        border-left: 3px solid #b8d431;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span {
        line-height: 1.3;
        letter-spacing: 0.1em;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span.ltxt-01 {
        font-size: 1.2rem;
        line-height: 1.1;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo-text span.ltxt-02 {
        padding-top: 5px;
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .ban-list .btn-cameripe .ban-cameripe-wrap .logoban-wrap .logo img {
        width: 80px;
    }
}

/* バナー：カメリペタイムズ */
.ban-list .btn-blog {
    padding: 0;
    overflow: hidden;
    border: none;
}

.ban-list .btn-blog.ban {
    position: relative;
    overflow: hidden;
}

.ban-list .btn-blog.ban::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 100%;
    content: "";
    background-color: rgb(0 0 0 / 6%);
    transform: scale(0, 1) translateX(-101%);
    transition: all ease 0.28s;
}

.ban-list .btn-blog.ban.hover::before {
    width: 100%;
    transform: scale(1, 1) translateX(0);
    transform-origin: left;
}

.ban-list .btn-blog .ban-blog-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 0 15px;
    overflow: hidden;
}

.ban-list .btn-blog .ban-blog-wrap .line-top {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 7px;
    background-color: #444;
}

.ban-list .btn-blog .ban-blog-wrap .line-top span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ban-list .btn-blog .ban-blog-wrap .line-top span::after {
    position: absolute;
    top: 0;
    left: 10%;
    width: 22%;
    height: 7px;
    content: "";
    background-color: #cacaca;
}

.ban-list .btn-blog .ban-blog-wrap .line-bottom span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #444;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap {
    display: flex;

    /* justify-content: center; */
    align-items: center;
    width: 100%;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo {
    display: block;
    flex: 1;
    width: 47%;
    max-width: 185px;

    /*     min-width: 120px; */
    padding: 0 5%;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo img {
    display: table;
    width: 100%;
    max-width: 135px;

    /* min-width: 120px; */
    height: auto;
    margin: 0 auto;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo .t-logo {
    display: block;
    padding-top: 5px;
    font-size: 0.8vw;
    line-height: 1.1;
    text-align: center;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text {
    display: block;
    padding: 1.3%;
    padding-right: 3%;
    padding-left: 6%;

    /* width: 53%; */

    /* flex: 1; */
    border-left: 3px solid #cacaca;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span {
    display: block;
    color: #333;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-01 {
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-02 {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.3em;
}

.ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-03 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.26em;
}

@media print,
(width <=991px) {
    .ban-list .btn-blog .ban-blog-wrap {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 20px 0 15px;
        overflow: hidden;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap {
        display: flex;

        /* justify-content: center; */
        align-items: center;
        width: 100%;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo {
        display: block;
        flex: 1;
        width: 47%;
        max-width: 185px;

        /*     min-width: 120px; */
        padding: 0 5%;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo img {
        display: table;
        width: 100%;
        max-width: 135px;

        /* min-width: 120px; */
        height: auto;
        margin: 0 auto;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo .t-logo {
        display: block;
        padding-top: 5px;
        font-size: 0.8vw;
        line-height: 1.1;
        text-align: center;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text {
        display: block;
        padding: 1.3%;
        padding-right: 3%;
        padding-left: 6%;

        /* width: 53%; */

        /* flex: 1; */
        border-left: 3px solid #cacaca;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span {
        line-height: 1.3;
        letter-spacing: 0.1em;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-01 {
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: 0.15em;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-02 {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.15em;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-03 {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.25em;
    }
}

@media print,
(width <=640px) {
    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo img {
        width: 100px;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-01 {
        display: inline-block;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-02 {
        display: inline-block;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-03 {}
}

@media print,
(width <=480px) {
    .ban-list .btn-blog .ban-blog-wrap {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 15px 0;
        overflow: hidden;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap {
        display: flex;

        /* justify-content: center; */
        align-items: center;
        width: 100%;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo {
        display: block;
        flex: 1;
        width: 47%;
        max-width: 185px;

        /*     min-width: 120px; */
        padding: 0 5%;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo img {
        display: table;
        width: 100%;
        max-width: 135px;

        /* min-width: 120px; */
        height: auto;
        margin: 0 auto;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo .t-logo {
        display: block;
        padding-top: 5px;
        font-size: 0.8vw;
        line-height: 1.1;
        text-align: center;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text {
        display: block;
        padding: 1.3%;
        padding-right: 3%;
        padding-left: 3%;
        line-height: 1.1;

        /* width: 53%; */

        /* flex: 1; */
        border-left: 3px solid #cacaca;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span {
        line-height: 1.3;
        letter-spacing: 0.1em;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo img {
        width: 80px;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-01 {
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-02 {
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0.15em;
    }

    .ban-list .btn-blog .ban-blog-wrap .logoban-wrap .logo-text span.ltxt-03 {
        font-size: 1.5rem;
        line-height: 1.3;
        letter-spacing: 0.2em;
    }
}

/* バナー：ハイシューカ！ */
.ban-list .btn-hishuka {
    padding: 0;
    overflow: hidden;
    border: none;
}

.ban-list .btn-hishuka.ban {
    position: relative;
}

.ban-list .btn-hishuka.ban::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 100%;
    content: "";
    background-color: rgb(0 204 255 / 10%);
    transform: scale(0, 1) translateX(-101%);
    transition: all ease 0.28s;
}

.ban-list .btn-hishuka.ban.hover::before {
    width: 100%;
    transform: scale(1, 1) translateX(0);
    transform-origin: left;
}

.ban-list .btn-hishuka .ban-hishuka-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    overflow: hidden;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .line-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #0cf;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .line-top span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .line-top span::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 10px;
    content: "";
    background-color: #9c0;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .logo {
    display: table;
    width: 60%;
    max-width: 335px;
    margin-left: 10px;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .logo img {
    width: 100%;
    max-width: 335px;
    height: auto;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .bubble {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    display: block;
    width: 150px;
    height: 140px;
    background-image: url("../img/common/bubble_hi-shuka.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    transform: translateY(-50%);
}

.ban-list .btn-hishuka .ban-hishuka-wrap .bubble span {
    color: #fff;
    text-align: center;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    width: 100%;
    padding-left: 15px;
    transform: translate(-50%, -50%);
}

.ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.03em;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
    display: block;
    padding-top: 5px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.03em;
}

@media print,
(width <=1300px) {
    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble {
        right: -40px;
        z-index: -1;
        width: 150px;
        height: 140px;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        /* display: table; */

        /* width: 100%; */

        /* position: absolute; */

        /* top: 50%; */

        /* left: 50%; */

        /* -webkit-transform: translate(-50%, -50%); */

        /* transform: translate(-50%, -50%); */
        padding-left: 28px;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        display: block;
        font-size: 1.4rem;
        line-height: 1.2;
        text-align: left;
        letter-spacing: 0.03em;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        font-size: 1.7rem;

        /* display: block; */

        /* line-height: 1.2; */

        /* letter-spacing: 0.03em; */
        text-align: left;

        /* padding-top: 5px; */
    }
}

@media print,
(width <=991px) {
    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble {
        right: 130px;
        z-index: -1;
        width: 150px;
        height: 140px;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        position: absolute;
        top: 50%;
        left: 50%;
        display: table;
        width: 100%;
        padding-left: 15px;
        transform: translate(-50%, -50%);
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        display: block;
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.03em;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        display: block;
        padding-top: 5px;
        font-size: 2rem;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.03em;
    }
}

@media print,
(width <=640px) {
    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble {
        right: 130px;
        z-index: -1;
        width: 150px;
        height: 140px;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        position: absolute;
        top: 50%;
        left: 50%;
        display: table;
        width: 100%;
        padding-left: 15px;
        transform: translate(-50%, -50%);
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        display: block;
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.03em;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        display: block;
        padding-top: 5px;
        font-size: 2rem;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.03em;
    }
}

@media print,
(width <=991px) {
    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble {
        /* display: block; */

        /* position: absolute; */

        /* top: 50%; */

        /* -webkit-transform: translateY(-50%); */

        /* transform: translateY(-50%); */
        right: -40px;

        /* z-index: -1; */

        /* width: 150px; */

        /* height: 140px; */
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble span {
        color: #fff;
        text-align: center;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text {
        /* display: table; */

        /* width: 100%; */

        /* position: absolute; */

        /* top: 50%; */

        /* left: 50%; */

        /* -webkit-transform: translate(-50%, -50%); */

        /* transform: translate(-50%, -50%); */
        padding-left: 30px;

        /* padding-right: 15px; */
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-01 {
        font-size: 1.3rem;

        /* display: block; */

        /* line-height: 1.2; */

        /* letter-spacing: 0.03em; */
        text-align: left;
    }

    .ban-list .btn-hishuka .ban-hishuka-wrap .bubble .c-box .c-text span.ltxt-02 {
        padding-top: 5px;
        font-size: 1.6rem;

        /* display: block; */

        /* line-height: 1.2; */

        /* letter-spacing: 0.03em; */
        text-align: left;
    }
}

.ban-list .btn-hishuka .ban-hishuka-wrap .line-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #0cf;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .line-bottom span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .line-bottom span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 10px;
    content: "";
    background-color: #fc6;
}

.ban-list .btn-hishuka .ban-hishuka-wrap .line-bottom span::after {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 6%;
    height: 10px;
    content: "";
    background-color: #f36;
}


/* fixed-ban */
#home:has(.area-banfixed) .footer-bottom {
    padding-bottom: 100px;
}

body:not(.is-loaded) .fixed-ban {
    visibility: hidden;
    opacity: 0;
}

.fixed-ban {
    width: fit-content;
    max-width: 440px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 5px 15px;
    z-index: 1028;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    transition: transform ease 0.4s, opacity ease 0.7s 0.4s, visibility ease 0.7s 0.4s;
}

.fixed-ban .list-bans {
    display: flex;
    gap: 10px;
}

/*.fixed-eventban.closed {
	transform: translateY(100%);
}*/
.fixed-ban.closed .area-img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 12px; */
    width: 100%;
    /* padding: 0 10%; */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translateY(100%);
}

.fixed-ban .ban {
    position: relative;
    padding: 10px 0;
}

.fixed-ban .ban a {
    display: block;
}

.fixed-ban .ban a img {
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1)) brightness(100%);
    transition: filter ease 0.28s;
    max-width: 200px;
}

.fixed-ban .ban .area-ban {
    position: relative;
}

.fixed-ban .btn-close {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    right: 5px;
    top: 8px;
    transform: translateY(-50%) scale(1);
    z-index: 1;
    cursor: pointer;
    transition: transform ease 0.2s;
}

.fixed-ban.closed .btn-close {
    transform: translateY(-50%) scale(0);
}

.fixed-ban .btn-close:before,
.fixed-ban .btn-close:after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.fixed-ban .btn-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed-ban .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fixed-ban .btn-open {
    display: block;
    line-height: 45px;
    padding-left: 35px;
    padding-right: 5px;
    background-color: #000;
    color: #fff;
    white-space: nowrap;
    /*position: absolute;
	top: 0;*/
    position: fixed;
    bottom: 0;
    z-index: +1;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0;
    width: 200px;
    right: 10px;
    /*transform: translateY(-100%) scaleX(0);*/
    transform: translateY(100%) scaleY(1);
    transform-origin: right bottom;
    cursor: pointer;
    opacity: 0;
    transition: width ease 0.4s, transform ease 0.4s, opacity ease 0.4s;
}

.fixed-ban.closed .btn-open {
    transform: translateY(0) scaleY(1);
    opacity: 1;
}

.fixed-ban .btn-open:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 16px;
    top: 55%;
    transform: translateY(-50%) rotate(-45deg);
    transition: top ease 0.3s;
}

@media (max-width: 768px) {
    .fixed-ban {
        max-width: 415px;
    }
}

@media (max-width: 480px) {
    .fixed-ban {
        padding: 0 10px;
    }

    .fixed-ban {
        max-width: calc(100% - 50px);
    }

    .fixed-ban .list-bans {
        gap: 5px;
    }

    .fixed-ban .list-bans:has(> .ban:only-child) a img {
        max-width: 180px;
    }

    .fixed-ban .links a {
        padding: 2px;
    }
    .fixed-ban .btn-close {
        width: 30px;
        height: 30px;
    }
    .fixed-ban .btn-close:before,
    .fixed-ban .btn-close:after {
        width: 15px;
    }

    .fixed-ban .links.closed .btn-open {
        padding-left: 35px;
        padding-right: 10px;
        font-size: 1.4rem;
    }

    .fixed-ban .btn-open:before {
        left: 15px;
        width: 8px;
        height: 8px;
    }
}