:root {
    --c-TresNavy: hsl(216 100% 22%);
    --c-TresBlue: hsl(206 100% 32.4%);
    --c-TresLightBlue: hsl(210 76.9% 74.5%);
    --c-TresTypeGray: hsl(15 4.7% 16.9%);
    --c-agent: hsl(50 25% 47.1%);
    --c-sell: var(--c-TresBlue);
    --c-leasing: hsl(0 0% 46.7%);
    --c-consulting: var(--c-TresBlue);
    --c-planting: var(--c-TresBlue);
    --c-TresNavy45: hsla(216 100% 22% / 0.45);
    --c-TresBlue45: hsla(206 100% 32.4% / 0.45);
    --c-grad_3: hsl(209 72.1% 57.8%);
    --c-grad_3_45: hsla(209 72.1% 57.8% / 0.45);
    --c-error: hsl(0 100% 45.1%);
    --c-Black: hsl(0 0% 0%);
    --c-black: hsl(0 0% 20%);
    --c-White: hsl(0 0% 100%);
    --c-white: hsl(0 0% 100%);
    --c-text: hsl(0 0% 20%);
    --c-grayEB: hsl(0 0% 92.2%);
    --c-dummy: hsl(0 0% 85%);
    --c-pink: hsl(300 100% 50%);
    --fvRightW: 72px;
    --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
    --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
    --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
    --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
    --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
    --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
    --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
    --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
    --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
    --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
    --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
    --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
    --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
    --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
    --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

main .fv {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 839px) {
    main .fv {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
main .fv .bg_blend {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    width: 500px;
    height: 110px;
    background-color: var(--c-TresNavy);
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media screen and (max-width: 839px) {
    main .fv .bg_blend {
        width: 12vw;
        height: 112px;
        bottom: calc(6vw + 20px);
    }
}
main .fv .photo {
    width: calc(100vw - var(--fvRightW));
    height: 100vh;
    height: 100svh;
    position: relative;
}
@media screen and (max-width: 839px) {
    main .fv .photo {
        width: 100%;
        height: 100%;
    }
}
main .fv .photo .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 40px;
}
@media screen and (max-width: 1139px) {
    main .fv .photo .container {
        top: 30px;
        bottom: 30px;
    }
}
@media screen and (max-width: 839px) {
    main .fv .photo .container {
        top: calc(60px + 6vw);
        bottom: 6vw;
        right: 6vw;
    }
}
main .fv .photo .container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}
@media screen and (max-width: 839px) {
    main .fv .photo .container img.img_pc {
        display: none;
    }
}
main .fv .photo .container img.img_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main .fv .photo .container img.img_mb {
        display: block;
    }
}
main .fv .copyright {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media screen and (max-width: 839px) {
    main .fv .copyright {
        display: none;
    }
}
main .fv .copyright .text {
    -ms-grid-column-align: center;
        justify-self: center;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
}
main .fv .copyright .text span {
    font-weight: 500;
}
main .fv .page_title {
    padding: 20px 130px 46px 20px;
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media screen and (max-width: 839px) {
    main .fv .page_title {
        padding: 20px 12vw 20px 20px;
        bottom: calc(40px + 6vw);
    }
}
main .fv .page_title .bg_shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    mix-blend-mode: multiply;
    overflow: hidden;
}
main .fv .page_title .bg_shape img {
    rotate: -45deg;
}
main .fv .page_title .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
main .fv .page_title .bg_shape {
    position: absolute;
    inset: 0;
}
main .fv .page_title h1 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 44px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-white);
    position: relative;
}
main .fv .page_title h1 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main .fv .page_title h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 639px) {
    main .fv .page_title h1 {
        font-size: 32px;
    }
}
main .fv.bgBlueHide .bg_blend {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: transparent;
}
main .fv.fadeElem .photo {
    opacity: 0;
}
main .fv.fadeElem .photo .container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main .fv.fadeElem .photo .container img {
    scale: 1.1;
}
main .fv.fadeElem .copyright {
    opacity: 0;
}
main .fv.fadeElem .page_title .bg_shape {
    opacity: 0;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main .fv.fadeElem .page_title h1 {
    opacity: 0;
    translate: 0 15px;
}
main .fv.fadeIn .photo {
    -webkit-transition: opacity 1s 0.05s;
    transition: opacity 1s 0.05s;
    opacity: 1;
}
main .fv.fadeIn .photo .container {
    -webkit-transition: clip-path 1s var(--easeOutQuart);
    transition: clip-path 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main .fv.fadeIn .photo .container img {
    -webkit-transition: scale 1s 0.05s;
    transition: scale 1s 0.05s;
    scale: 1;
}
main .fv.fadeIn .copyright {
    -webkit-transition: opacity 0.6s 0.4s;
    transition: opacity 0.6s 0.4s;
    opacity: 1;
}
main .fv.fadeIn .page_title .bg_shape {
    -webkit-transition: opacity 1s 0.4s, clip-path 1s var(--easeOutQuart) 0.4s;
    transition: opacity 1s 0.4s, clip-path 1s var(--easeOutQuart) 0.4s;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main .fv.fadeIn .page_title h1 {
    -webkit-transition: opacity 0.6s 1s, translate 0.6s var(--easeOutQuart) 1s;
    transition: opacity 0.6s 1s, translate 0.6s var(--easeOutQuart) 1s;
    opacity: 1;
    translate: 0 0;
}
main .navigation {
    margin-top: 20px;
    padding-top: 130px;
    position: relative;
}
main .navigation .navigation_wrap {
    width: 100vw;
    position: relative;
}
main .navigation .navigation_wrap::before, main .navigation .navigation_wrap::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--c-TresNavy);
    position: absolute;
    left: 0;
}
main .navigation .navigation_wrap::before {
    top: 0;
}
main .navigation .navigation_wrap::after {
    bottom: 0;
}
main .navigation .navigation_wrap .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    margin-inline: auto;
    width: 1000px;
    position: relative;
}
main .navigation .navigation_wrap .container .number {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main .navigation .navigation_wrap .container .number .num,
main .navigation .navigation_wrap .container .number .unit {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--c-TresNavy);
}
main .navigation .navigation_wrap .container .number .num span,
main .navigation .navigation_wrap .container .number .unit span {
    font-weight: 700;
}
main .navigation .navigation_wrap .container .number .unit {
    margin-left: 0.5em;
}
main .navigation .navigation_wrap .container .number.fadeIn {
    opacity: 1;
}
main .navigation .navigation_wrap .container .filter_btn {
    position: relative;
    z-index: 1;
}
main .navigation .navigation_wrap .container .filter_btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 48px;
    cursor: pointer;
    position: relative;
}
main .navigation .navigation_wrap .container .filter_btn .btn::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--c-TresNavy);
    position: absolute;
    inset: 0;
}
main .navigation .navigation_wrap .container .filter_btn .btn .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding-left: 0.1em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    color: var(--c-TresNavy);
}
main .navigation .navigation_wrap .container .filter_btn .btn .text span {
    font-weight: 700;
}
@media screen and (min-width: 1023px) {
    main .navigation .navigation_wrap .container .filter_btn .btn:hover::before {
        background-color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    main .navigation .navigation_wrap .container .filter_btn .btn:hover .text {
        color: var(--c-white);
    }
}
main .navigation .fixed_container {
    display: none;
}
main .navigation.fixed .navigation_wrap {
    background-color: var(--c-white);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
main .navigation.fixed .navigation_fixed {
    display: block;
    width: 100%;
    height: 48px;
}
main .items {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 1;
    margin-top: 150px;
    margin-inline: auto;
    width: 1000px;
    position: relative;
}
main .items .items_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 60px;
}
main .items .items_ul li.item {
    display: none;
    opacity: 0;
    translate: 0 20px;
}
main .items .items_ul li.item .category {
    padding: calc((26px - 1em) / 2) 0;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
    background-color: var(--c-TresBlue);
}
main .items .items_ul li.item .category span {
    font-weight: 500;
}
main .items .items_ul li.item .photo {
    margin-top: 10px;
    padding-top: 66.6666666667%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
main .items .items_ul li.item .photo a img {
    -webkit-transition: scale 0.5s var(--easeOutQuart);
    transition: scale 0.5s var(--easeOutQuart);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    inset: 0;
}
@media screen and (min-width: 1023px) {
    main .items .items_ul li.item .photo a:hover img {
        scale: 1.05;
    }
}
main .items .items_ul li.item .date {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
main .items .items_ul li.item .date span {
    font-weight: 400;
}
main .items .items_ul li.item .title {
    padding-top: 20px;
    margin-block: calc((1em - 1lh) / 2);
    font-size: 18px;
    line-height: 1.65em;
    letter-spacing: 0.05em;
    font-weight: 600;
}
main .items .items_ul li.item .title span {
    font-weight: 600;
}
main .items .items_ul li.item .btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7px auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    margin-top: 20px;
    margin-right: -3px;
    margin-bottom: -3px;
}
main .items .items_ul li.item .btn .line {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 1px;
    line-height: 0;
    background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    translate: 0 1px;
}
main .items .items_ul li.item .btn a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 3px;
}
main .items .items_ul li.item .btn a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-right: -0.12em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--c-TresNavy);
    translate: 0 0.1em;
}
main .items .items_ul li.item .btn a .text span {
    font-weight: 700;
}
main .items .items_ul li.item .btn a .icon {
    line-height: 0;
}
main .items .items_ul li.item .btn a .icon svg {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
    fill: none;
    stroke: var(--c-TresNavy);
    stroke-linecap: square;
}
@media screen and (min-width: 1023px) {
    main .items .items_ul li.item .btn a:hover .text {
        color: var(--c-TresBlue);
    }
}
@media screen and (min-width: 1023px) {
    main .items .items_ul li.item .btn a:hover .icon svg {
        stroke: var(--c-TresBlue);
    }
}
main .items .items_ul li.item_agent .category {
    background-color: var(--c-agent);
}
main .items .items_ul li.item_sell .category {
    background-color: var(--c-sell);
}
main .items .items_ul li.item_leasing .category {
    background-color: var(--c-leasing);
}
main .items .items_ul li.item_consulting .category {
    background-color: var(--c-consulting);
}
main .items .items_ul li.item_planting .category {
    background-color: var(--c-planting);
}
main .items .items_ul li.item.display {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto 1fr auto;
    grid-template-rows: auto auto auto 1fr auto;
}
main .items .items_ul li.item.display > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
main .items .items_ul li.item.display > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
main .items .items_ul li.item.display > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
main .items .items_ul li.item.display > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}
main .items .items_ul li.item.display > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
main .items .items_ul li.item.fadeIn {
    -webkit-transition: opacity 0.5s, translate 1s var(--easeOutQuart);
    transition: opacity 0.5s, translate 1s var(--easeOutQuart);
    opacity: 1;
    translate: 0 0;
}
main .items .no_items {
    -webkit-transition: left 0s, opacity 0s;
    transition: left 0s, opacity 0s;
    opacity: 0;
    position: absolute;
    left: 200vw;
    top: 0;
}
main .items .no_items .text {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
    color: var(--c-TresNavy);
}
main .items .no_items .text span {
    font-weight: 700;
}
main .items .no_items.fadeIn {
    -webkit-transition: left 0s, opacity 0.5s;
    transition: left 0s, opacity 0.5s;
    opacity: 1;
    position: relative;
    left: 0;
}
main .items .pagination {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px;
    margin-inline: auto;
    width: 1000px;
    position: relative;
}
main .items .pagination .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 40px;
    position: relative;
}
main .items .pagination .btn a::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    border: 1px solid var(--c-TresNavy);
    background-color: transparent;
    position: absolute;
    inset: 0;
}
main .items .pagination .btn a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding-left: 0.14em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-TresNavy);
    position: relative;
}
main .items .pagination .btn a .text span {
    font-weight: 700;
}
@media screen and (min-width: 1023px) {
    main .items .pagination .btn a:hover::before {
        background-color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    main .items .pagination .btn a:hover .text {
        color: var(--c-white);
    }
}
main .items .pagination .btn.hide {
    opacity: 0;
    pointer-events: none;
}
main .items .pagination .page {
    -ms-grid-row-align: center;
        align-self: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px auto 12px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    width: 120px;
}
main .items .pagination .page .now,
main .items .pagination .page .total {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-right: -0.14em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-TresNavy);
}
main .items .pagination .page .now span,
main .items .pagination .page .total span {
    font-weight: 700;
}
main .items .pagination .page .now {
    -ms-grid-column-align: end;
        justify-self: end;
}
main .items .pagination .page .line {
    width: 1px;
    height: 20px;
    background-color: var(--c-TresNavy);
}
main .items .pagination.fadeIn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
}
main .items.hide {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}
main .filter {
    -webkit-transition: left 0s 0.75s, right 0s 0.75s;
    transition: left 0s 0.75s, right 0s 0.75s;
    position: fixed;
    left: 200vw;
    right: -100vw;
    top: 0;
    bottom: 0;
    z-index: 111;
}
main .filter .bg_black {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    background-color: var(--c-Black);
    position: absolute;
    inset: 0;
}
main .filter .wrap {
    -webkit-transition: width 0.5s var(--easeInOutQuart);
    transition: width 0.5s var(--easeInOutQuart);
    width: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
main .filter .wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
main .filter .wrap .bg {
    background-color: var(--c-TresBlue);
    position: absolute;
    inset: 0;
}
main .filter .wrap .container {
    -webkit-transition: opacity 0s 0.5s, translate 0s 0.5s;
    transition: opacity 0s 0.5s, translate 0s 0.5s;
    opacity: 0;
    translate: 0 15px;
    padding: 60px 40px;
    width: 280px;
    position: relative;
}
main .filter .wrap .container .title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--c-white);
    position: relative;
}
main .filter .wrap .container .title span {
    font-weight: 700;
}
main .filter .wrap .container .select {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 60px;
    position: relative;
}
main .filter .wrap .container .select .select_item label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 8px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    cursor: pointer;
}
main .filter .wrap .container .select .select_item label input[type=checkbox] {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    margin-top: 1.5px;
    width: 12px;
    height: 12px;
    border: 1px solid var(--c-white);
    background-color: transparent;
}
main .filter .wrap .container .select .select_item label input[type=checkbox]:checked {
    background-color: var(--c-white);
}
main .filter .wrap .container .select .select_item label .text {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: var(--c-white);
}
main .filter .wrap .container .select .select_item label .text span {
    font-weight: 400;
}
main .filter .wrap .container .line {
    margin-top: 40px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--c-white), var(--c-white) 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    translate: 0 1px;
}
main .filter .wrap .container .btn_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 40px;
}
main .filter .wrap .container .btn_wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 36px;
    cursor: pointer;
    position: relative;
}
main .filter .wrap .container .btn_wrap .btn::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--c-white);
    position: absolute;
    inset: 0;
}
main .filter .wrap .container .btn_wrap .btn .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding-left: 0.14em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-white);
    text-align: center;
    position: relative;
}
main .filter .wrap .container .btn_wrap .btn .text span {
    font-weight: 700;
}
@media screen and (min-width: 1023px) {
    main .filter .wrap .container .btn_wrap .btn:hover::before {
        background-color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    main .filter .wrap .container .btn_wrap .btn:hover .text {
        color: var(--c-TresBlue);
    }
}
main .filter .wrap .close {
    -webkit-transition: opacity 0s 0.5s;
    transition: opacity 0s 0.5s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: calc((var(--fvRightW) - 40px) / 2);
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
}
main .filter .wrap .close span {
    width: 22px;
    height: 1px;
    position: relative;
}
main .filter .wrap .close span::before {
    -webkit-transition: background-color 0.3s, left 0.5s var(--easeInOutQuart);
    transition: background-color 0.3s, left 0.5s var(--easeInOutQuart);
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
main .filter .wrap .close span:nth-of-type(1) {
    rotate: -45deg;
    translate: 0 7px;
}
main .filter .wrap .close span:nth-of-type(2) {
    opacity: 0;
}
main .filter .wrap .close span:nth-of-type(2)::before {
    left: 100%;
}
main .filter .wrap .close span:nth-of-type(3) {
    rotate: 45deg;
    translate: 0 -7px;
}
@media screen and (min-width: 1023px) {
    main .filter .wrap .close:hover span::before {
        background-color: var(--c-TresNavy);
    }
}
main .filter.open {
    -webkit-transition: left 0s, right 0s;
    transition: left 0s, right 0s;
    left: 0;
    right: 0;
}
main .filter.open .bg_black {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.7;
}
main .filter.open .wrap {
    -webkit-transition: width 0.5s var(--easeInOutQuart);
    transition: width 0.5s var(--easeInOutQuart);
    width: 280px;
}
main .filter.open .wrap .container {
    -webkit-transition: opacity 0.5s 0.3s, translate 0.5s var(--easeOutQuart) 0.3s;
    transition: opacity 0.5s 0.3s, translate 0.5s var(--easeOutQuart) 0.3s;
    opacity: 1;
    translate: 0 0;
}
main .filter.open .wrap .close {
    -webkit-transition: opacity 0.5s 0.3s;
    transition: opacity 0.5s 0.3s;
    opacity: 1;
}
main .comingsoon {
    padding-top: 210px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main .comingsoon {
        padding-top: 200px;
    }
}
@media screen and (max-width: 639px) {
    main .comingsoon {
        padding-top: 80px;
    }
}
main .comingsoon .title h2 {
    padding-left: 0.1em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--c-TresNavy);
    text-align: center;
}
main .comingsoon .title h2 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main .comingsoon .title h2 {
        font-size: 19px;
    }
}
@media screen and (max-width: 639px) {
    main .comingsoon .title h2 {
        font-size: 18px;
    }
}
main .comingsoon .link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 100px;
}
@media screen and (max-width: 1139px) {
    main .comingsoon .link {
        padding-top: 70px;
    }
}
@media screen and (max-width: 639px) {
    main .comingsoon .link {
        padding-top: 40px;
    }
}
main .comingsoon .link .btn {
    -ms-grid-column-align: center;
        justify-self: center;
}
main .comingsoon .link .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 420px;
    height: 42px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main .comingsoon .link .btn a {
        width: 380px;
        height: 38px;
    }
}
@media screen and (max-width: 639px) {
    main .comingsoon .link .btn a {
        width: 250px;
        height: 66px;
    }
}
main .comingsoon .link .btn a::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    border: 1px solid var(--c-TresNavy);
    background-color: transparent;
    position: absolute;
    inset: 0;
}
main .comingsoon .link .btn a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding-left: 0.1em;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--c-TresNavy);
    position: relative;
}
main .comingsoon .link .btn a .text span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main .comingsoon .link .btn a .text {
        font-size: 15.5px;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 639px) {
    main .comingsoon .link .btn a .text {
        font-size: 15px;
        line-height: 1.55em;
        text-align: center;
    }
}
main .comingsoon .link .btn a .text span.en {
    font-size: 16.8px;
    font-weight: 500;
}
main .comingsoon .link .btn a .text span.en span {
    font-weight: 500;
}
@media screen and (max-width: 1139px) {
    main .comingsoon .link .btn a .text span.en {
        font-size: 16.275px;
    }
}
@media screen and (max-width: 639px) {
    main .comingsoon .link .btn a .text span.en {
        font-size: 15.75px;
    }
}
main .comingsoon .link .btn a .icon {
    line-height: 0;
    position: absolute;
    right: 13px;
    top: 50%;
    translate: 0 -50%;
}
@media screen and (max-width: 639px) {
    main .comingsoon .link .btn a .icon {
        top: 13px;
        translate: 0 0;
    }
}
main .comingsoon .link .btn a .icon svg {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
    fill: none;
    stroke: var(--c-TresNavy);
    stroke-linecap: square;
}
@media screen and (min-width: 1023px) {
    main .comingsoon .link .btn a:hover::before {
        background-color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    main .comingsoon .link .btn a:hover .text {
        color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    main .comingsoon .link .btn a:hover .icon svg {
        stroke: var(--c-white);
    }
}
/*# sourceMappingURL=style.css.map */