:root {
    --grid-columns: 4;
    --grid-gutter: 0.625rem;
    --grid-gutter-half: calc(0.5 * var(--grid-gutter));
    --grid-margin: 0.625rem;
    --container-width: calc(100% - 2 * var(--grid-margin));
    --font-size-huge: clamp(42px, 0.091 * calc(100 * var(--vw, 1vw)), 182px);
    --font-size-h1: clamp(50px, 0.05 * calc(100 * var(--vw, 1vw)), 100px);
    --font-size-h2: clamp(30px, 0.034 * calc(100 * var(--vw, 1vw)), 68px);
    --font-size-h3: clamp(24px, 0.029 * calc(100 * var(--vw, 1vw)), 58px);
    --font-size-h4: 2.125rem;
    --font-size-h5: 1.625rem;
    --font-size-h6: 1.25rem
}

:root {
    --grid-columns: 12;
    --grid-gutter: 1rem;
    --grid-margin: 1.25rem
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}



main {
    display: block
}




b {
    font-weight: bolder
}



img {
    border-style: none
}



html {
    box-sizing: border-box
}

[hidden] {
    display: none
}

*,
:after,
:before {
    box-sizing: inherit
}

b {
    font-weight: 700
}

a {
    text-decoration: none
}

a svg {
    pointer-events: none
}

figure,
p {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

[tabindex],
a {
    touch-action: manipulation
}

img,
svg,
video {
    vertical-align: middle
}

img,
svg {
    max-width: 100%;
    height: auto
}

img[height],
img[width],
svg[height],
svg[width] {
    max-width: none
}

img {
    font-style: italic
}

svg {
    fill: currentColor
}

@media (max-width:699px) {
    html {
        font-size: 14px
    }
    

    .c-frame_img .c-figure_img {
        transform: scale(1) !important;
    }
}

@media (min-width:700px)and (max-width:999px) {
    html {
        font-size: 14px
    }
}

@media (min-width:1000px)and (max-width:1199px) {
    html {
        font-size: 15px
    }
}

@media (min-width:1200px)and (max-width:1599px) {
    html {
        font-size: 16px
    }
}

@media (min-width:1600px)and (max-width:1999px) {
    html {
        font-size: 17px
    }
}

@media (min-width:2000px)and (max-width:2399px) {
    html {
        font-size: 18px
    }
}

@media (min-width:2400px) {
    html {
        font-size: 20px
    }
}

::-moz-selection {
    background-color: #0062ff;
    color: #f3efe7;
    text-shadow: none
}

::selection {
    background-color: #0062ff;
    color: #f3efe7;
    text-shadow: none
}

a {
    color: inherit
}

/* .o-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: var(--grid-margin);
    padding-right: var(--grid-margin)
} */

.o-container.-small {
    max-width: 1140px
}

.o-ratio {
    position: relative;
    display: block;
    overflow: hidden
}

.o-ratio:before {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    content: ""
}

.o-ratio>img,
.o-ratio_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.o-layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0
}

.o-layout.-gutter {
    margin-left: -3.75rem
}

/* .o-layout.-gutter-small {
    margin-left: -1.25rem
} */

.o-layout.-bottom {
    align-items: flex-end
}

.o-layout_item {
    flex: 1;
    max-width: 100%;
    padding-left: 0;
}

/* .o-layout.-gutter>.o-layout_item {
    padding-left: 3.75rem
}

.o-layout.-gutter-small>.o-layout_item {
    padding-left: 0.25rem
} */

.o-layout.-bottom>.o-layout_item {
    align-items: flex-end
}

.linePath {
    visibility: hidden
}

.c-heading {
    margin-bottom: 1.875rem;
    font-weight: 400;
    line-height: .875
}

.c-heading.-h1 {
    font-size: var(--font-size-h1);
    letter-spacing: -.12rem
}

.c-heading.-h2 {
    font-size: var(--font-size-h2);
    letter-spacing: -.05rem
}

.c-heading.-h3 {
    font-size: var(--font-size-h3);
    letter-spacing: -.025rem
}

.c-heading.-h4 {
    font-size: var(--font-size-h4)
}

.c-heading.-h5 {
    font-size: var(--font-size-h5)
}

.c-heading.-h6 {
    font-size: var(--font-size-h6)
}

.c-heading.-h5,
.c-heading.-h6 {
    line-height: 1.0625
}

.c-heading.-uppercase {
    text-transform: uppercase
}

.c-heading.-serif {
    font-family: KHTeka;
    font-weight: 500
}

.c-heading.-condensed {
    font-family: sfpro;
    font-weight: 900;
    line-height: 78.022%
}

.c-frame_marquee{
    font-family: textFont;
}

.c-heading.-nomargin {
    margin-bottom: 0
}

.c-heading.-lines span {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: .625rem 0;
    border-bottom: 1px solid #0062ff
}

.c-heading.-lines span:nth-child(odd) {
    justify-content: flex-start
}

.c-text{
    font-family: textFont;
}

.c-text.-uppercase {
    text-transform: uppercase;
}

.c-text.-small {
    font-size: .8125rem
}

.c-text.-serif {
    font-family: KHTeka;
    font-weight: 500
}

.c-link {
    pointer-events: auto;
    display: inline-block;
    position: relative;
    line-height: 1.1;
    font-weight: 500
}

.c-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.38, .005, .215, 1)
}

.c-link:hover::before {
    transform: scaleX(1);
    transform-origin: left center
}

.c-figure {
    position: relative;
    overflow: hidden
}

.c-figure img {
    width: 100%;
    min-height: auto
}

.c-figure_img,
.c-figure_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-frame {
    position: relative;
    border: 1px solid #0062ff;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff53;
    
}

.c-frame.-place {
    border: none;
    padding: var(--grid-margin);
    padding-bottom: 5rem;
    background-color: rgba(0, 0, 0, 0)
}

/* .c-frame.-product {
    margin-bottom: var(--grid-margin);
} */

.c-frame_inner {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column
}

@media (hover:hover) {
    .c-frame_inner:hover .c-figure_img {
        transform: scale(1)
    }

    .c-frame_inner:hover .c-marquee:not(.-running) .c-marquee_wrapper {
        animation-play-state: running
    }
}



.c-frame_price {
    position: relative;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #0062ff
}

.c-frame_price::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - .5px);
    width: 1px;
    height: 100%;
    background-color: #0062ff
}

.c-frame_price .price {
    width: 50%;
    padding: .375rem 2.25rem;
    font-family: KHTeka;
    font-weight: 500;
    font-size: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-frame_img {
    position: relative;
    width: 100%;
    /* padding: 1vw */
}

.c-frame_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - .5px);
    width: 1px;
    height: 100%;
    background-color: #0062ff
}

.c-frame_img .c-figure {
    border-radius: 0px
}

.c-frame_img .c-figure_img {
    transform: scale(1.2);
    transition: transform .8s cubic-bezier(.38, .005, .215, 1)
}

.c-frame_img_hover {
    --svg-width: 100%;
    --svg-ratio: 441.31/249.44;
    --svg-height: calc(var(--svg-width) * (1 / (var(--svg-ratio))));
    position: absolute;
    width: 100%;
    top: calc(50% - var(--svg-height)/ 2);
    left: calc(50% - var(--svg-width)/ 2);
    z-index: 1;
    padding: calc(var(--grid-margin)*3);
    opacity: 0.5;
    pointer-events: none
}

@media (min-width:1000px) {
    .c-frame_img_hover {
        padding: 1vw
    }
}

.c-frame_img_hover .svg-hover-lines {
    display: inline-block;
    width: var(--svg-width);
    height: var(--svg-height)
}

.c-frame_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.c-frame_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - .5px);
    width: 1px;
    height: 100%;
    background-color: #0062ff;
    display: none
}

.post-middle>*{
    border-left: none;
    border-right: none;
    border-top: 1px solid #0062ff;
    border-bottom: 1px solid #0062ff;
}

.c-frame_content::before {
    display: block
}


.c-frame_marquee {
    border-top: 1px solid #0062ff;
    border-bottom: 1px solid #0062ff
}

.c-columns {
    padding-top: 3.5rem
}

.c-frame-image {
    position: relative;
    border: 1px solid #0062ff;
    width: 100%;
    overflow: hidden;
    background-color: #f3efe7
}

.c-frame-image_inner {
    position: relative;
    width: 100%;
    padding: var(--grid-margin)
}

.c-frame-image_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - .5px);
    width: 1px;
    height: 100%;
    background-color: #0062ff
}

.c-frame-image_inner .c-figure {
    border-radius: 8px
}

.c-marquee {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden
}

.c-marquee_wrapper {
    display: flex;
    height: 100%;
    animation: rail 30s linear infinite;
    animation-play-state: paused
}

.c-marquee_item {
    padding-right: 1.25rem
}

@keyframes rail {
    0% {
        transform: translateZ(0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg)
    }
}

.c-section {
    position: relative;
    padding-bottom: 6.25rem
}

.c-section {
    padding-bottom: 7.5rem
}


.c-product {
    width: 100%;
    height: auto;
    background-color: #f3efe7
}

@media (min-width:1000px) {
    .c-product {
        height: calc(100*var(--vh, 1vh))
    }
}

.c-product_wrapper {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column
}

.c-product_main {
    height: 100%
}

.c-product_image {
    position: relative;
    width: 100%;
    height: calc(60*var(--vh, 1vh));
    overflow: hidden
}

@media (min-width:1000px) {
    .c-product_image {
        height: 100%
    }
}

.c-product_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.u-1\:1::before {
    padding-bottom: 100%
}

.u-2\:1::before {
    padding-bottom: 50%
}

.u-4\:3::before {
    padding-bottom: 75%
}

.u-4\:5::before {
    padding-bottom: 125%
}

.u-16\:9::before {
    padding-bottom: 56.25%
}

.u-1\/1 {
    width: 100%;
    flex: none
}

.u-1\/2 {
    width: 50%;
    flex: none
}

.u-2\/2 {
    width: 100%;
    flex: none
}

.u-1\/3 {
    width: 33.3333333333%;
    flex: none
}

.u-2\/3 {
    width: 66.6666666667%;
    flex: none
}

.u-3\/3 {
    width: 100%;
    flex: none
}

.u-1\/4 {
    width: 25%;
    flex: none
}

.u-2\/4 {
    width: 50%;
    flex: none
}

.u-3\/4 {
    width: 75%;
    flex: none
}

.u-4\/4 {
    width: 100%;
    flex: none
}

.u-1\/5 {
    width: 20%;
    flex: none
}

.u-2\/5 {
    width: 40%;
    flex: none
}

.u-3\/5 {
    width: 60%;
    flex: none
}

.u-4\/5 {
    width: 80%;
    flex: none
}

.u-5\/5 {
    width: 100%;
    flex: none
}

.u-1\/1\@from-small {
    width: 100%;
    flex: none
}

.u-1\/2\@from-small {
    width: 50%;
    flex: none
}

.u-2\/2\@from-small {
    width: 100%;
    flex: none
}

.u-1\/3\@from-small {
    width: 33.3333333333%;
    flex: none
}

.u-2\/3\@from-small {
    width: 66.6666666667%;
    flex: none
}

.u-3\/3\@from-small {
    width: 100%;
    flex: none
}

.u-1\/4\@from-small {
    width: 25%;
    flex: none
}

.u-2\/4\@from-small {
    width: 50%;
    flex: none
}

.u-3\/4\@from-small {
    width: 75%;
    flex: none
}

.u-4\/4\@from-small {
    width: 100%;
    flex: none
}

.u-1\/5\@from-small {
    width: 20%;
    flex: none
}

.u-2\/5\@from-small {
    width: 40%;
    flex: none
}

.u-3\/5\@from-small {
    width: 60%;
    flex: none
}

.u-4\/5\@from-small {
    width: 80%;
    flex: none
}

.u-5\/5\@from-small {
    width: 100%;
    flex: none
}


[hidden][aria-hidden=false] {
    position: absolute;
    display: inherit;
    clip: rect(0, 0, 0, 0)
}

[hidden][aria-hidden=false]:focus {
    clip: auto
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

.u-margin {
    margin: 3.75rem !important
}

.u-margin\@small {
    margin: 3.75rem !important
}


@media (min-width:1200px) {
    .u-margin\@large {
        margin: 3.75rem !important
    }
}

.u-margin-small {
    margin: 1.25rem !important
}

.u-margin-small\@small {
    margin: 1.25rem !important
}


@media (min-width:1200px) {
    .u-margin-small\@large {
        margin: 1.25rem !important
    }
}

.u-margin-none {
    margin: 0 !important
}

.u-margin-none\@small {
    margin: 0 !important
}


@media (min-width:1200px) {
    .u-margin-none\@large {
        margin: 0 !important
    }
}

.u-margin-top {
    margin-top: 3.75rem !important
}

.u-margin-top\@small {
    margin-top: 3.75rem !important
}


@media (min-width:1200px) {
    .u-margin-top\@large {
        margin-top: 3.75rem !important
    }
}

.u-margin-top-small {
    margin-top: 1.25rem !important
}

.u-margin-top-small\@small {
    margin-top: 1.25rem !important
}


@media (min-width:1200px) {
    .u-margin-top-small\@large {
        margin-top: 1.25rem !important
    }
}

.u-margin-top-none {
    margin-top: 0 !important
}

.u-margin-top-none\@small {
    margin-top: 0 !important
}


@media (min-width:1200px) {
    .u-margin-top-none\@large {
        margin-top: 0 !important
    }
}

.u-margin-bottom {
    margin-bottom: 3.75rem !important
}

.u-margin-bottom\@small {
    margin-bottom: 3.75rem !important
}


@media (min-width:1200px) {
    .u-margin-bottom\@large {
        margin-bottom: 3.75rem !important
    }
}

.u-margin-bottom-small {
    margin-bottom: 1.25rem !important
}

.u-margin-bottom-small\@small {
    margin-bottom: 1.25rem !important
}


@media (min-width:1200px) {
    .u-margin-bottom-small\@large {
        margin-bottom: 1.25rem !important
    }
}

.u-margin-bottom-none {
    margin-bottom: 0 !important
}

.u-margin-bottom-none\@small {
    margin-bottom: 0 !important
}

@media (min-width:1200px) {
    .u-margin-bottom-none\@large {
        margin-bottom: 0 !important
    }
}

@media print {

    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: rgba(0, 0, 0, 0) !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

@media (max-width:700px) {
    .c-heading.-h4 {
        font-size: 20px;
    }

    .c-heading.-h2{
        font-size: 19px;
    }

    
    .c-frame.-place{
        padding: 2px;
    }

    .c-frame_heading {
        padding-top: 2px;
        
        padding-left: 1px;
    }

    .c-heading.-h3{
        font-size: 22px;
    }
    
    .c-frame_price .price{
        font-size: 18px;
    }
}

@media (min-width:700px) {
    .c-frame_heading {
        padding: 1rem 1.25rem
    }
}

.product{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}