@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../asset/font/Roboto-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../asset/font/Roboto-Medium.woff2") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../../asset/font/Roboto-Bold.woff2") format('woff2');
}

@font-face {
    font-family: "Oswald";
    font-display: swap;
    src: url("../../asset/font/Oswald-VariableFont_wght.woff2") format("woff2-variations");
    font-weight: 100 900;
}

/* ------------------------------
    reset
------------------------------ */
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    html {
        font-size: calc(100vw * 10 / 1480);
    }
}


@media screen and (max-width: 767px) {
    html {
        font-size: calc(100vw * 10 / 750);
    }
}

/*SP sideways*/
@media screen and (orientation: landscape) and (max-width: 767px) {
    html {
        font-size: calc(100vw * 10 / 1280);
    }
}


*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.75;
    font-weight: 400;
    font-family: 'Noto Sans SC', sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, address, figure,
div, ul, ol, li, dl, dt, dd,
table, th, td, img, form, button {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    list-style-type: none;
    font-style: normal;
    font-family: 'Noto Sans SC', sans-serif;
    text-align: left;
    color: #000;
    word-break: break-word;
    box-sizing: border-box;
}

iframe {
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

figure {
    line-height: 1;
}

figure img, img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
    text-decoration: none;
    transition: .4s;
}

a img {
    transition: opacity 0.4s ease-out;
}

a:hover img {
    opacity: 0.5;
}

.en {
    font-family: 'Roboto', sans-serif;
}

.en02 {
    font-family: 'Oswald', sans-serif;
}

.nopc {
    display: none !important;
}

.nosp {
    display: block !important;
}

.nopc-inline {
    display: none;
}

.bg-gray {
    background: rgba(237, 237, 237, .58);
}

@media screen and (max-width: 767px) {
    body {
        min-width: inherit;
    }

    img {
        width: 100%;
        max-width: inherit;
        height: auto;
    }

    .nopc {
        display: block !important;
    }

    .nosp {
        display: none !important;
    }

    .nopc-inline {
        display: inline;
    }

}

/* ------------------------------
   common
------------------------------ */
.wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.l-wrap {
    max-width: 1580px;
    margin: 0 auto;
    width: 98%;
}

.l-inner {
    max-width: 1392px;
    margin: 0 auto;
    width: 96%;
}

.l-cnts_inner {
    max-width: 1204px;
    margin: 0 auto;
    width: 92%;
}

.object-fit-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.bold {
    font-weight: 700;
}

.aCen {
    text-align: center;
}

.aL {
    text-align: left;
}

.aR {
    text-align: right;
}

a {
    transition: .4s
}

a:hover {
    opacity: .5;
}

a[tabindex="1"]:hover {
    opacity: 1;
}

.u-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .l-inner {
        width: 86%;
    }

    .l-cnts_inner {
        width: 86%;
    }
}

@media screen and (max-width: 767px) {
    .l-wrap {
        max-width: inherit;
        width: 100%;
        box-sizing: border-box;
    }

    .l-inner {
        max-width: inherit;
        width: calc(100% - 6.4rem);
        box-sizing: border-box;
    }

    .l-cnts_inner {
        max-width: inherit;
        width: calc(100% - 16rem);
        box-sizing: border-box;
    }


}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}


/* ------------------------------
   header
------------------------------ */
.l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 3.6rem 0 0 0;
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-sizing: border-box;
    z-index: 999;
}

.is-fixed .l-header {
    z-index: 1000;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
    padding-left: 6px;
}

.header-flex .header-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.header-inner .h-logo {
    width: 68px;
    margin-right: 2.5rem;
    margin-bottom: 1.4rem;
}

.header-inner .h-logo a:hover,
.header-inner .h-logo a:hover img {
    opacity: 1;
}

@media screen and (max-width: 1300px) {
    .header-inner .h-logo {
        width: 40px;
    }
}

.gnav {
    position: relative;
}

.gnav .gnav__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gnav .gnav__list li {
    padding: 1.2rem 2.5rem 1.5rem 2.5rem;
    transition: .4s;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .gnav a:hover {
        opacity: 1;
    }

    .gnav .gnav__list li:hover {
        background: #EDEDED;
    }
}

.gnav .gnav__list li a {
    font-size: 1.8rem;
    line-height: calc(24 / 18);
}

.gnav .gnav__list li .current {
    position: relative;
}

.gnav .gnav__list li .current:after {
    position: absolute;
    left: 0;
    bottom: -1.7rem;
    display: block;
    content: '';
    width: 100%;
    height: 6px;
    background: #FFE600;
}

.gnav .gnav__list li.have-child {
    position: relative;
}

.have-child .child-menu__wrap {
    display: none;
    position: absolute;
    left: 0;
    width: 23.6rem;
    padding-top: 1.6rem;
    padding: 1.5rem 0 0 0;
    box-sizing: border-box;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .have-child:hover .child-menu__wrap {
        display: block;
    }
}

.have-child .child-menu__wrap:before {
    position: absolute;
    left: 0;
    top: .6rem;
    display: block;
    content: '';
    width: 100%;
    height: 9px;
    background: #FFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, .16);
    box-sizing: border-box;
}

.have-child .child-menu {
    background: #FFF;
    padding: 0 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-sizing: border-box;

}

.gnav .gnav__list li.have-child .child-menu li {
    border-bottom: 1px solid #DDDDDD;
    padding: 7px 0;
    box-sizing: border-box;
}

.gnav .gnav__list li.have-child .child-menu li:last-of-type {
    border-bottom: none;
}

.gnav .gnav__list li.have-child .child-menu li:hover {
    background: none;
}

.gnav .gnav__list li.have-child .child-menu li a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 1rem 2rem;
    border-radius: 8px;
}

@media screen and (min-width: 768px) {
    .gnav .gnav__list li.have-child .child-menu li:hover a {
        background: #FFE600;
    }
}

.header-inner02 .header__region {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    text-align: right;
}

.header-inner02 .header-sub {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2.2rem;
    box-sizing: border-box;
}

.l-header .header__serch {
    width: 18rem;
}

.l-header .header__serch .searchform {
    position: relative;
}

.l-header .header__serch .searchfield {
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
    padding: 6px 10px 6px 35px;
    border: none;
    border-radius: 14px;
    background-color: #E5E5E5;
}

.l-header .header__serch .searchsubmit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    margin-top: 1px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: url("../../asset/img/common/icon_search.svg") no-repeat center center;
    width: 17px;
    height: 18px;
}

.l-header .header__serch .searchsubmit:hover {
    opacity: .7;
}

.l-header .header-sub .link_global {
    position: relative;
    margin-left: 10px;
    font-size: 1.4rem;
}

.l-header .header-sub .link_global:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    position: relative;
    top: -.2rem;
    display: inline-block;
    content: '';
    text-decoration: inherit;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    background: url("../../asset/img/common/icon_global_gray.svg") no-repeat center center;
    background-size: 100% auto;
    vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .have-child .child-menu__wrap:before {
        top: -.4rem;
    }

    .have-child .child-menu__wrap {
        width: 29rem;
    }
}

@media screen and (max-width: 767px) {
    .is-fixed {
        position: fixed;
    }

    .l-header {
        padding: 0 3.2rem 0 3.2rem;
    }

    .header-flex .header-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .header-flex {
        align-items: flex-start;
        padding-left: 0;
    }

    .header-inner .h-logo {
        margin: 3rem 3.2rem 3rem 0;
    }

    #header .sp-btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .drawer_button {
        opacity: 1;
        position: relative;
        padding: 0;
        width: 5.7rem;
        height: 4.2rem;
        border: none;
        text-align: center;
        cursor: pointer;
        outline: none;
        z-index: 1000;
    }

    .drawer_button,
    .drawer_button:hover,
    .drawer_button:focus,
    .drawer_button:active {
        outline: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: pointer;
    }

    .drawer_button .drawer_bar {
        display: block;
        width: 100%;
        height: .4rem;
        border-radius: .5rem;
        background: #000000;
        transition: all 0.2s;
        transform-origin: 0% 0%;
        transform: translateY(-50%);
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }

    .drawer_button .drawer_bar:nth-of-type(1) {
        top: 0;
    }

    .drawer_button .drawer_bar:nth-of-type(2) {
        margin-top: -.1rem;
        top: 50%;
    }

    .drawer_button .drawer_bar:nth-of-type(3) {
        bottom: 0;
    }

    .drawer_button.active .drawer_bar:nth-of-type(1) {
        transform: rotate(45deg) translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .drawer_button.active .drawer_bar:nth-of-type(2) {
        display: none;
    }

    .drawer_button.active .drawer_bar:nth-of-type(3) {
        transform: rotate(-45deg) translate(-50%, -50%);
        top: 50%;
        left: 50%;
        bottom: auto;
        margin-top: .1rem;
    }

    .gnav {
        display: none;
        position: fixed;
        top: 14.5rem;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        padding: 0 0 30rem 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        z-index: 999;
    }

    .gnav .gnav__list {
        display: block;
        padding: 0 8rem;
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, .16) inset;
        box-sizing: border-box;
    }

    .gnav .gnav__list li {
        padding: 0;
        border-bottom: 1px solid #999999;
        box-sizing: border-box;
    }

    .gnav .gnav__list li a {
        display: block;
        font-size: 3.2rem;
        font-weight: 500;
        padding: 3.5rem 0;
    }

    .gnav .gnav__list li .current:after {
        display: none;
    }

    .gnav .gnav__list li.have-child {
        position: relative;
    }

    .gnav .gnav__list li.have-child a {
        display: inline-block;
    }

    .gnav .gnav__list li.have-child:before,
    .gnav .gnav__list li.have-child:after {
        position: absolute;
        right: 0;
        top: 4rem;
        display: block;
        content: '';
        width: 2.8rem;
        height: 2px;
        background: #000000;
    }

    .gnav .gnav__list li.have-child:before {
        width: 3rem;
        height: 0.2rem;
        margin-top: 1.4rem;
    }

    .gnav .gnav__list li.have-child:after {
        margin-right: 1.4rem;
        width: 0.2rem;
        height: 3.1rem;
    }

    .gnav .gnav__list li.have-child.open {
        border-bottom: none;
    }

    .gnav .gnav__list li.have-child.open:after {
        display: none;
    }

    .have-child .child-menu__wrap {
        display: none;
        position: relative;
        left: 0;
        top: -1.5rem;
        width: 100%;
        padding: 0;
        z-index: 1;
    }

    .have-child .child-menu__wrap:before {
        display: none;
    }

    .have-child .child-menu {
        background: #FFF;
        padding: 0;
        box-shadow: none;
        border-top: none;
    }

    .gnav .gnav__list li.have-child .child-menu li {
        border-bottom: none;
        padding: .5rem 0;
        box-sizing: border-box;
    }

    .gnav .gnav__list li.have-child .child-menu li a {
        display: block;
        text-align: left;
        font-size: 2.8rem;
        background: #EDEDED;
        line-height: 1;
        padding: 2rem 2.6rem;
        border-radius: 0;
    }

    .gnav .gnav__list .child-menu__wrap .child-menu li a .c-icon.-external img {
        width: 2.5rem;
        margin-bottom: 0;
    }

    .l-header .gnav .link_global_wrap {
        margin: 3.5rem auto 0 auto;
        padding: 0 8rem;
        box-sizing: border-box;
    }

    .l-header .gnav .link_global {
        margin-left: 1rem;
        font-size: 2.8rem;
    }

    .l-header .gnav .link_global:before {
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        content: '';
        text-decoration: inherit;
        margin-top: -.4rem;
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 1rem;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        background: url("../../asset/img/common/icon_global_gray.svg") no-repeat center center;
        background-size: 100% auto;
        vertical-align: middle;
    }

    .header-inner02 .header__region {
        font-size: 2.4rem;
        line-height: 1;
        margin-bottom: 3.5rem;
        padding-top: 2rem;
    }

    .header-inner02 .header-sub {
        display: none;
        position: fixed;
        left: 0;
        top: 14.5rem;
        width: 100%;
        padding: 5.5rem 8rem;
        background: #FFF;
        box-shadow: 0 3px 6px -3px rgba(0, 0, 0, .16) inset;
    }

    .drawer_button.-inactive,
    .l-header .sp-serach-btn.-inactive {
        opacity: .3;
        pointer-events: none;
    }

    .l-header .sp-serach-btn {
        position: relative;
        margin-right: 5.5rem;
        width: 4.3rem;
    }

    .l-header .sp-serach-btn.open img {
        opacity: 0;
    }

    .l-header .sp-serach-btn.open:before,
    .l-header .sp-serach-btn.open:after {
        position: absolute;
        content: '';
        display: block;
        width: 5.7rem;
        height: .4rem;
        border-radius: .5rem;
        background: #000000;
        transition: all 0.2s;
        transform-origin: 0% 0%;
        transform: translateY(-50%);
        right: 0;
        left: 0;
        margin: auto;
    }

    .l-header .sp-serach-btn.open:before {
        transform: rotate(45deg) translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .l-header .sp-serach-btn.open:after {
        transform: rotate(-45deg) translate(-50%, -50%);
        top: 50%;
        left: 50%;
        bottom: auto;
        margin-top: .1rem;
    }


    .l-header .header__serch {
        width: 100%;
    }

    .l-header .header__serch .searchform {
        position: relative;
    }

    .l-header .header__serch .searchfield {
        font-size: 3.2rem;
        padding: 2rem 8rem 2rem 2.5rem;
        border: none;
        border-radius: 4.4rem;
    }

    .l-header .header__serch .searchsubmit {
        top: 50%;
        left: auto;
        right: 2rem;
        margin-top: -.2rem;
        width: 3.7rem;
        height: 3.9rem;
    }

    .l-header .header-sub .link_global {
        display: none;
    }
}


/* ------------------------------
   footer
------------------------------ */
.page-top {
    position: fixed;
    width: 10rem;
    max-width: 80px;
    height: 10rem;
    max-height: 80px;
    right: 1.2rem;
    bottom: 2rem;
    transition: .4s;
    cursor: pointer;
    z-index: 999;
}

.page-top img {
    display: block;
    width: 100%;
    height: auto;
    transition: .4s;
}

@media screen and (min-width: 768px) {
    .page-top:hover {
        background: url("../../asset/img/common/top-btn_hover.webp") no-repeat center center;
        background-size: cover;
    }

    .page-top:hover img {
        opacity: 0;
    }
}

#footer {
    width: 100%;
    background: #191919;
    box-sizing: border-box;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.f-cnts01 {
    background: #191919;
    padding: 7rem 0 0 0;
    box-sizing: border-box;
}

.f-nav__wrap {
    width: 73%;
    display: flex;
    flex-wrap: wrap;
}

.f-nav {
    min-width: 14.3rem;
    margin-right: 4.5rem;
    margin-bottom: 6rem;
}

.f-nav .f-nav__title {
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
}

.f-nav .f-nav__title a,
.f-nav .f-nav__sub li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: calc(32 / 16);
    color: #FFF;
}

.f-nav .f-nav__child + .f-nav__child {
    margin-top: 5px;
}

.f-nav .f-nav__child a {
    color: #FFF;
}

.f-nav .f-nav__child dt,
.f-nav .f-nav__child li {
    font-size: 1.3rem;
    line-height: calc(32 / 13);
}

.f-nav .f-nav__child dd {
    position: relative;
    font-size: 1.1rem;
    line-height: calc(32 / 11);
    padding-left: 8px;
    box-sizing: border-box;
}

.f-nav .f-nav__child dd:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    content: '';
    width: 5px;
    height: 1px;
    background: #FFF;
}

.f-nav .f-nav__sub li + li {
    margin-top: 1.5rem;
}

.f-nav .f-nav__child a .c-icon.-external img,
.f-nav .f-nav__sub li .c-icon.-external img {
    max-width: 1.6rem;
    width: 1.6rem;
    margin: 0 0 -2px 5px;
}

.f-nav .f-nav__child li .c-icon.-external img {
    width: 1.4rem;
}

.f-contact__wrap {
    width: 37%;
}

.f-contact__wrap .c-icon:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    background-size: 100% auto !important;
    width: 2.9rem;
    height: 2.9rem;
}

.f-contact__wrap .f-tel {
    padding-bottom: 2.6rem;
    margin-bottom: 2.6rem;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
}

.f-contact__wrap .telnumber.c-icon:before {
    background: url("../../asset/img/common/icon-f_tel.svg") no-repeat center center;
}

.f-contact__wrap .telnumber,
.f-contact__wrap .tel-link a {
    position: relative;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    font-weight: 500;
    color: #FFF;
}

.f-contact__wrap .tel-link {
    font-size: 2rem;
    line-height: calc(32 / 20);
    margin-left: 10px;
}

.f-contact__wrap .webchat {
    position: relative;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    font-weight: 500;
    color: #FFF;
    margin-bottom: 24px;
}

.f-contact__wrap .webchat.c-icon:before {
    background: url("../../asset/img/common/icon-f_wechat.svg") no-repeat center center;
}

.f-contact__wrap .f-webchat .qa_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 3.3rem;
}

.f-contact__wrap .f-webchat .qa_list li {
    width: calc((100% - 6.6rem) / 3);
}

.f-contact__wrap .f-webchat .qa_list li p {
    font-size: 1.2rem;
    line-height: calc(32 / 12);
    color: #FFF;
    text-align: center;
}

.f-cnts02 {
    background: #FFF;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
}

.f-cnts02 .footer-flex {
    justify-content: flex-end;
}

.f-cnts02__menu {
    flex-grow: 1;
}

.f-cnts02__menu li,
.f-cnts02__txt p,
.f-cnts02__txt li {
    font-size: 1.2rem;
    line-height: calc(28 / 12);
}

.f-cnts02__menu .f-txt {
    font-size: 1.4rem;
    line-height: calc(32 / 14);
    font-weight: 500;
}

.f-cnts02__menu .f-submenu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.f-cnts02__menu .f-submenu li + li {
    margin-left: 30px;
}

.f-cnts02__menu .f-submenu li a:hover {
    text-decoration: underline;
}

.f-cnts02__aeo {
    display: flex;
    margin-right: 5.3rem;
    padding-top: .4rem;
}

.f-cnts02__aeo .aeo-ttl {
    position: relative;
}

.f-cnts02__aeo .aeo-ttl::before {
    position: absolute;
    top: 0;
    left: -8.4rem;
    content: '';
    background: url("../../asset/img/common/icon_aeo.webp") no-repeat center center;
    background-size: 100% auto;
    width: 7.7rem;
    height: 4.9rem;
}

.f-cnts02__aeo li {
    font-size: 1.2rem;
    line-height: calc(20 / 12);
}

.f-cnts02__aeo .aeo-txt {
    margin-top: .7rem;
}

.f-cnts02__txt .no__list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.f-cnts02__txt .no__list li.ico {
    position: relative;
    margin-left: 10px;
}

.f-cnts02__txt .no__list li.ico a:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: '';
    background: url("../../asset/img/common/icon_ploice.webp") no-repeat center center;
    background-size: 100% auto;
    width: 12px;
    height: 12px;
}

.f-cnts02__txt .text {
    text-align: right;

}

.f-cnts02__txt .copy {
    text-align: right;
}

.fixed-btn {
    position: fixed;
    right: -3rem;
    top: 16rem;
    z-index: 2;
}

@media screen and (max-width: 1300px) {
    .fixed-btn {
        top: 14rem;
    }
}

.fixed-btn .btn-list li + li {
    margin-top: 2.3rem;
}

.fixed-btn .btn-list li p {
    display: none;
    text-align: center;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 1.2rem;
}

.fixed-btn .btn-list li a {
    display: block;
    text-align: center;
    width: 12.7rem;
    height: 6.5rem;
    background: #FFE600;
    padding-right: 3rem;
    border-radius: 3.3rem;
    padding: 1.3rem 3rem 0 0;
    box-sizing: border-box;
}

.fixed-btn .btn-list li a img {
    width: 4.1rem;
}

.fixed-btn .btn-list li a .off {
    display: block;
    margin: 0 auto;
}

.fixed-btn .btn-list li a .on {
    display: none;
    margin: 0 auto;
}

.modal {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    z-index: -1;
}

.modal .cnts__inner {
    max-width: 1362px;
    margin: 0 auto;
    width: 96%;
    background: rgba(214, 214, 214, .8);
    padding: 14rem 3rem;
    box-sizing: border-box;
}

.modal .cnts__inner .qr-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal .cnts__inner .qr-list li {
    width: 31rem;
}

.modal .cnts__inner .qr-list li + li {
    margin-left: 8rem;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .fixed-btn .btn-list li:hover a {
        background: #333333;
        height: 8.8rem;
        opacity: 1;
    }

    .fixed-btn .btn-list li:hover .off {
        display: none;
    }

    .fixed-btn .btn-list li:hover .on {
        display: block;
        opacity: 1;
    }

    .fixed-btn .btn-list li:hover p {
        display: block;
    }

    .fixed-btn .btn-list li.modal_btn:hover .modal {
        display: flex;
        animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 forwards;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 1300px) {
    .f-nav__wrap {
        width: auto;
    }

    .f-nav {
        min-width: 143px;
        margin-right: 46px;
        margin-bottom: 60px;
    }

    .f-contact__wrap {
        width: 354px;
    }
}

@media screen and (max-width: 1600px) {
    .f-cnts02__txt {
        margin-right: 11rem;
    }
}

@media screen and (max-width: 1024px) {
    .f-cnts02__aeo .aeo-ttl {
        margin-top: 6rem;
    }

    .f-cnts02__aeo .aeo-ttl::before {
        top: -6rem;
        left: -.5rem;
    }
}

@media screen and (max-width: 767px) {
    .page-top {
        width: 10.5rem;
        bottom: 13rem;
    }

    .footer-flex {
        display: block;
    }

    .f-cnts01 {
        padding: 0 0 6.5rem 0;
        background: #191919;
    }

    #footer .l-inner {
        width: 100%;
    }

    .f-nav__wrap {
        width: 100%;
        display: block;
    }

    .f-nav {
        width: 100%;
        min-width: inherit;
        margin-right: 0;
        margin-bottom: 0;
    }

    .f-nav .c-icon.-external {
        display: inline-block;
        width: 2rem;
    }

    .f-nav .f-nav__child a .c-icon.-external img, .f-nav .f-nav__sub li .c-icon.-external img {
        width: 2.9rem;
        max-width: 2.9rem;
    }

    .f-nav .f-nav__title {
        position: relative;
        margin-bottom: 0;
        border-bottom: none;
        padding: 3.6rem 8rem;
        box-sizing: border-box;
    }

    .f-nav .f-nav__title:after {
        position: absolute;
        right: 8rem;
        top: 50%;
        margin-top: -.7rem;
        display: block;
        content: '';
        width: 1.4rem;
        height: 1.4rem;
        border-bottom: .2rem solid #FFF;
        border-right: .2rem solid #FFF;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }

    .f-nav .f-nav__title.open {
        background: #333;
    }

    .f-nav .f-nav__title.open:after {
        margin-top: 0;
        border-left: .2rem solid #FFF;
        border-top: .2rem solid #FFF;
        border-right: none;
        border-bottom: none;
    }

    #footer .sp-nav__cnts {
        display: none;
    }

    .f-nav .f-nav__title a,
    .f-nav .f-nav__sub li a {
        font-size: 2.8rem;
        line-height: calc(32 / 28);
    }

    .f-nav .f-nav__child + .f-nav__child {
        margin-top: 0;
    }

    .f-nav .f-nav__child dt,
    .f-nav .f-nav__child li {
        font-size: 2.6rem;
        line-height: calc(72 / 26);
        background: #4B4B4B;
        padding: 1.5rem 10rem;
        box-sizing: border-box;
    }

    .f-nav .f-nav__child dd {
        display: none;
    }

    .f-nav .f-nav__sub li {
        padding: 3.6rem 8rem;
        box-sizing: border-box;
    }

    .f-nav .f-nav__sub li + li {
        margin-top: 0;
    }

    .f-contact__wrap {
        width: 100%;
    }

    .f-contact__wrap .c-icon:before {
        top: -2px;
        margin-right: 1rem;
        width: 4.6rem;
        height: 4.6rem;
    }

    .f-contact__wrap .f-tel {
        margin-top: 1rem;
        padding: 2.5rem 8rem;
        margin-bottom: 0;
        border-bottom: none;
    }

    .f-contact__wrap .telnumber,
    .f-contact__wrap .tel-link a {
        font-size: 2.8rem;
        line-height: calc(32 / 28);
    }

    .f-contact__wrap .tel-link {
        font-size: 2.8rem;
        line-height: calc(32 / 28);
        margin-left: 1rem;
    }

    .f-contact__wrap .webchat {
        font-size: 2.8rem;
        line-height: calc(32 / 28);
        margin-bottom: 1rem;
        padding: 2.5rem 8rem;
    }

    .f-contact__wrap .f-webchat .qa_list {
        gap: 0 5rem;
        padding: 0 8rem;
        box-sizing: border-box;
    }

    .f-contact__wrap .f-webchat .qa_list li {
        width: calc((100% - 10rem) / 3);
    }

    .f-contact__wrap .f-webchat .qa_list li img {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 auto 2rem auto;
    }

    .f-contact__wrap .f-webchat .qa_list li p {
        font-size: 2.2rem;
        line-height: calc(32 / 22);
    }

    .f-cnts02 {
        padding: 0 0 3rem 0;
    }

    .f-cnts02__menu {
        display: flex;
        flex-direction: column;
        padding: 0;
        box-sizing: border-box;
    }

    .f-cnts02__menu .f-txt {
        padding: 2rem 8rem 0 8rem;
        order: 2;
        box-sizing: border-box;
    }

    .f-cnts02__menu .f-submenu {
        order: 1;
        flex-wrap: wrap;
        background: #191919;
        padding: 0 8rem 5rem 8rem;
        box-sizing: border-box;
    }

    .f-cnts02__menu li {
        font-size: 2.8rem;
        line-height: calc(32 / 28);
    }

    .f-cnts02__menu li a {
        color: #FFF;
    }

    .f-cnts02__txt p,
    .f-cnts02__txt li {
        font-size: 2.4rem;
        line-height: calc(32 / 24);
    }

    .f-cnts02__menu .f-txt {
        font-size: 2.4rem;
        line-height: calc(32 / 24);
    }

    .f-cnts02__menu .f-submenu li {
        width: 38%;
        padding: 2rem 0;
        box-sizing: border-box;
    }

    .f-cnts02__menu .f-submenu li + li {
        margin-left: 0;
    }

    .f-cnts02__aeo {
        padding: 4.5rem 8rem 2.5rem 8rem;
    }

    .f-cnts02__aeo .aeo-ttl {
        margin-top: 0;
        margin-bottom: 2rem;
        margin-left: 8.5rem;
        font-size: 2.4rem;
        font-weight: 500;
    }

    .f-cnts02__aeo .aeo-ttl:before {
        top: -.5rem;
        left: -8.4rem;
    }

    .f-cnts02__aeo .aeo-txt {
        font-size: 2.2rem;
    }

    .f-cnts02__txt {
        margin-right: 0;
        padding: 1.5rem 8rem 0 8rem;
        box-sizing: border-box;
    }

    .f-cnts02__txt .no__list {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .f-cnts02__txt .no__list li.ico {
        margin-left: 0;
        margin-bottom: 1.5rem;
    }

    .f-cnts02__txt .no__list li.ico a:before {
        top: -.2rem;
        margin-right: .5rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .f-cnts02__txt .text {
        text-align: left;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        margin-right: -8rem;
    }

    .f-cnts02__txt .copy {
        text-align: left;
    }

    .f-nav .f-nav__sub li .c-icon.-external {
        top: -.1rem;
    }

    .fixed-btn {
        right: -24.3rem;
        top: 20rem;
        z-index: 999;
    }

    .fixed-btn .btn-list li + li {
        margin-top: 3.2rem;
    }

    .fixed-btn .btn-list li p {
        display: none;
    }

    .fixed-btn .btn-list li a {
        width: 32rem;
        height: 10rem;
        text-align: left;
        border-radius: 5.9rem;
        padding: 2.4rem 0 1.4rem 2.6rem;
        box-sizing: border-box;
    }

    .fixed-btn .btn-list li a img {
        width: 4.6rem;
    }

    .fixed-btn .btn-list li a .off,
    .fixed-btn .btn-list li a .on {
        margin: 0;
    }

    .fixed-btn .btn-list li.modal_btn.active a {
        background: #333333;
        height: 10rem;
        opacity: 1;
    }

    .fixed-btn .btn-list li.modal_btn.active .off {
        display: none;
    }

    .fixed-btn .btn-list li.modal_btn.active .on {
        display: block;
        opacity: 1;
    }

    .fixed-btn .btn-list li.modal_btn.active p {
        display: block;
    }

    .fixed-btn .btn-list li.modal_btn .modal.show {
        display: flex !important;
        animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 forwards;
    }

    .modal {
        width: 100%;
        height: 100%;
    }

    .modal .cnts__inner {
        max-width: inherit;
        width: 41.9rem;
        padding: 4.6rem;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .modal .cnts__inner .qr-list {
        display: block;
        margin: 0 auto;
    }

    .modal .cnts__inner .qr-list li {
        width: 25.6rem;
        margin: 0 auto;
    }

    .modal .cnts__inner .qr-list li + li {
        margin-left: auto;
        margin-top: 2rem;
    }
}

/* ------------------------------
   part
------------------------------ */
/* page title */
.page-head {
    position: relative;
    width: 100%;
    height: 31.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-head .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 3.2rem;
    text-align: center;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: calc(56 / 42);
    color: #FFF;
    box-sizing: border-box;
    z-index: 2;
}


/* breadcrumb */
.breadcrumb_wrap {
    padding: 3rem 0 2rem;
    margin-bottom: 2.5rem;
    box-sizing: border-box;
}

.breadcrumb__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.breadcrumb__item {
    position: relative;
    font-size: 1.4rem;
    line-height: calc(19 / 14);
}

.breadcrumb__item:not(:last-of-type):after {
    position: relative;
    top: -.2rem;
    display: inline-block;
    vertical-align: middle;
    content: '>';
    margin: 0 .5rem;
}

.breadcrumb__item a {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .breadcrumb__item a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrap {
        padding: 3rem 0;
        margin-bottom: 2rem;
    }

    .breadcrumb__item {
        font-size: 2.4rem;
        line-height: calc(32 / 24);
    }

    .breadcrumb__item:not(:last-of-type):after {
        top: -.3rem;
    }

}

/* icon */
.c-icon {
    position: relative;
}

.c-icon.-external {
    top: -.1rem;
    margin-left: 5px;
}

.c-icon.-external img {
    width: 1.5rem;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: -1px;
}

@media screen and (min-width: 768px) {
    a:hover .c-icon.-external img {
        opacity: 1;
    }
}

.c-icon.-arrow {
    padding-right: 3.5rem;
    box-sizing: border-box;
}

.c-icon.-arrow:before,
.c-icon.-arrow:after {
    position: absolute;
    bottom: .3rem;
    right: 0;
    display: inline-block;
    content: '';
}

.c-icon.-arrow:before {
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000000;
}

.c-icon.-arrow:after {
    right: .8rem;
    bottom: 1.0rem;
    width: .6rem;
    height: .6rem;
    border-top: 1px solid #FFE600;
    border-right: 1px solid #FFE600;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .c-icon.-arrow {
        padding-right: 3.5rem;
    }

    .c-icon.-arrow:before,
    .c-icon.-arrow:after {
        bottom: .3rem;
    }

    .c-icon.-arrow:before {
        width: 2.4rem;
        height: 2.4rem;
    }

    .c-icon.-arrow:after {
        right: .9rem;
        bottom: 1.1rem;
        width: .8rem;
        height: .8rem;
    }
}

/* white-arrow */
.c-icon.-arrow_white {
    padding-right: 3.5rem;
    box-sizing: border-box;
}

.c-icon.-arrow_white:before,
.c-icon.-arrow_white:after {
    position: absolute;
    bottom: .3rem;
    right: 0;
    display: inline-block;
    content: '';
}

.c-icon.-arrow_white:before {
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 100%;
    border: 1px solid #000000;
    border-radius: 100%;
    background: #ffffff;
}

.c-icon.-arrow_white:after {
    right: .8rem;
    bottom: 1.0rem;
    width: .6rem;
    height: .6rem;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .c-icon.-arrow_white {
        padding-right: 3.5rem;
    }

    .c-icon.-arrow_white:before,
    .c-icon.-arrow_white:after {
        bottom: .3rem;
    }

    .c-icon.-arrow_white:before {
        width: 2.4rem;
        height: 2.4rem;
    }

    .c-icon.-arrow_white:after {
        right: .9rem;
        bottom: 1.1rem;
        width: .8rem;
        height: .8rem;
    }
}

/* text */
.c-text {
    font-size: 1.8rem;
    line-height: calc(30 / 18);
}

@media screen and (max-width: 767px) {
    .c-text {
        font-size: 2.8rem;
        line-height: calc(30 / 18);
    }
}

.c-hover:hover {
    text-decoration: underline;
}

/* button */
.c-button {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: calc(24 / 18);
    background: #FFE600;
    box-sizing: border-box;
    transition: .4s;
}

.c-button.-round {
    position: relative;
    max-width: 14rem;
    font-weight: 500;
    border-radius: 2.5rem;
    padding: 1.2rem 2.3rem 1.4rem 2.2rem;
    margin: 0 auto;
    text-align: left;
}

.c-button.-round:after {
    position: absolute;
    right: 2.6rem;
    top: 48%;
    display: block;
    content: '';
    margin-top: -.08rem;
    width: 1rem;
    height: 1rem;
    border-top: .2rem solid #000;
    border-right: .2rem solid #000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    transition: .4s;
}

.c-button.-round.-black {
    background: none;
    color: #FFF;
    border: 1px solid #FFF;
}

.c-button.-round.-black:after {
    border-top: .2rem solid #FFF;
    border-right: .2rem solid #FFF;
}

@media screen and (min-width: 768px) {
    .c-button:hover {
        color: #FFF;
        background: #333333;
        opacity: 1;
    }

    .c-button.-round:hover:after {
        border-top: .2rem solid #FFF;
        border-right: .2rem solid #FFF;
    }

    .c-button.-round.-black:hover {
        background: none;
        color: #FFE600;
        border: 1px solid #FFE600;
    }

    .c-button.-round.-black:hover:after {
        border-top: .2rem solid #FFE600;
        border-right: .2rem solid #FFE600;
    }

}

@media screen and (max-width: 767px) {
    .c-button {
        font-size: 2.4rem;
    }

    .c-button.-round {
        max-width: 18rem;
        border-radius: 5rem;
        padding: 1.6rem .5rem 1.8rem .5rem;
    }

    .c-button.-round:after {
        right: 2.2rem;
        margin-top: -.1rem;
        width: 1rem;
        height: 1rem;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }

    .c-button.-round.-black {
        background: #FFE600;
        color: #000;
        border: none;
    }

    .c-button.-round.-black:after {
        border-top: .2rem solid #000;
        border-right: .2rem solid #000;
    }

}


/* title */
.c-title01 {
    position: relative;
    font-size: 3.6rem;
    line-height: calc(48 / 36);
    font-weight: 700;
    padding-left: 2.5rem;
    margin-bottom: 3rem;
    box-sizing: border-box;
}

.c-title01:before {
    position: absolute;
    left: 0;
    top: .4rem;
    display: block;
    content: '';
    width: 1rem;
    height: 100%;
    background: #FFE600;
}

@media screen and (max-width: 767px) {
    .c-title01 {
        font-size: 3.8rem;
        padding-left: 3rem;
        margin-bottom: 3rem;
    }

    .c-title01:before {
        top: 0.1rem;
        width: 1rem;
    }
}

.c-title02 {
    position: relative;
    font-size: 3.6rem;
    line-height: calc(48 / 36);
    font-weight: 700;
    margin-bottom: 2.5rem;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .c-title02 {
        font-size: 3.8rem;
        margin-bottom: 2.5rem;
    }
}


/* pager */
.c-pager {
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.c-pager a,
.c-pager span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 1rem;
    width: 4.3rem;
    height: 4.3rem;
    color: #707070;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    border-radius: 100%;
    padding-bottom: .5rem;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .c-pager a:hover {
        background: #EDEDED;
        opacity: 1;
    }

    .c-pager a.prev:hover,
    .c-pager a.next:hover {
        background: none;
        opacity: .7;
    }
}

.c-pager .current {
    color: #000000;
    background: #FFE500;
}

.c-pager .prev:before,
.c-pager .next:before {
    position: absolute;
    right: 50%;
    top: 50%;
    display: block;
    content: '';
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}

.c-pager .prev:before {
    width: .8rem;
    height: .8rem;
    border-bottom: .2rem solid #000;
    border-left: .2rem solid #000;
    margin-right: -.4rem;
}

.c-pager .next:before {
    width: .8rem;
    height: .8rem;
    border-top: .2rem solid #000;
    border-right: .2rem solid #000;
    margin-right: -.2rem;
}

@media screen and (max-width: 767px) {
    .c-pager a,
    .c-pager span {
        margin: 0 1.35rem;
        width: 6.4rem;
        height: 6.4rem;
        font-size: 2.8rem;
        padding-bottom: .3rem;
    }

    .c-pager .prev:before {
        width: 1.4rem;
        height: 1.4rem;
        margin-top: .2rem;
        margin-right: -.8rem;
        border-width: .1rem;
    }

    .c-pager .next:before {
        width: 1.4rem;
        height: 1.4rem;
        margin-top: .2rem;
        margin-right: -.7rem;
        border-width: .1rem;
    }
}

#dialog-confirm {
    display: none;
}

/* search */

.search-wrap {
    margin-top: 5rem;
    margin-bottom: 10rem;
}

.search-wrap .title {
    margin-bottom: 1.5rem;
    font-size: 4.2rem;
    font-weight: 700;
}

.search-wrap .searchResultTtl {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #707070;
    font-size: 2.2rem;
    font-weight: 500;
}

.search-wrap .post {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #707070;
}

.search-wrap .post .post-title {
    position: relative;
    width: fit-content;
    margin-bottom: 0.8rem;
    padding-right: 3.2rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.search-wrap .post a:hover .post-title {
    text-decoration: underline;
}

.search-wrap .post .post-title:before,
.search-wrap .post .post-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    content: '';
}

.search-wrap .post .post-title:before {
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000000;
}

.search-wrap .post .post-title:after {
    right: 1.1rem;
    margin-top: -.1rem;
    width: .6rem;
    height: .6rem;
    border-top: 1px solid #FFE600;
    border-right: 1px solid #FFE600;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
    .search-wrap {
        margin-top: 0;
    }

    .search-wrap .searchResultTtl,
    .search-wrap .post .post-txt {
        font-size: 2.8rem;
    }

    .search-wrap .post .post-title {
        font-size: 3.2rem;
        width: 100%;
    }

}


/* 404 */

.notfound-wrap {
    margin-bottom: 14rem;
}

.notfound-wrap .title {
    font-size: 6.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.notfound-wrap .notfound-title {
    margin-bottom: 4.5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #707070;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
}

.notfound-wrap .notfound-txt {
    margin-bottom: 5rem;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.9;
}

.notfound-wrap .c-button.-round.btn-prev {
    max-width: 14.5rem;
    text-align: right;
}

.notfound-wrap .c-button.-round.btn-prev::after {
    left: 2.1rem;
    transform: rotate(-135deg) translateY(50%);
}

@media screen and (max-width: 767px) {
    .notfound-wrap .title {
        font-size: 7.4rem;
    }

    .notfound-wrap .notfound-title {
        font-size: 3.8rem;
    }

    .notfound-wrap .notfound-txt {
        font-size: 2.8rem;
    }

    .notfound-wrap .c-button.-round.btn-prev {
        max-width: 17.4rem;
        padding-right: 2.5rem;
    }
}

/* chatbot */
.ks_ol_comm_div {
    right: initial !important;
}

ks_ol_chatWin_fl {
    width: 100vw !important;
}

div#ks_ol_chatWin_fl{
width: 100vw!important;
}

/* Cloudflore Tunestile*/
.cf7-cf-turnstile .cf-turnstile{
    text-align: center;
    margin: 3rem 0 !important;
}


