*,
:after,
:before {
    box-sizing: border-box
}

body,
html {
    background: #fff;
    color: #000;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%
}

* {
    box-sizing: border-box
}

.font-serif {
    font-family: "Noto Serif JP", serif
}

.font-sans-serif {
    font-family: Noto Sans JP, sans-serif
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.font-bold {
    font-weight: 700
}

.font-normal {
    font-weight: 400
}

.font-light {
    font-weight: 300
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.m-1 {
    margin: 8px !important
}

.mt-1 {
    margin-top: 8px !important
}

.mr-1 {
    margin-right: 8px !important
}

.mb-1 {
    margin-bottom: 8px !important
}

.ml-1 {
    margin-left: 8px !important
}

.p-1 {
    padding: 8px !important
}

.pt-1 {
    padding-top: 8px !important
}

.pr-1 {
    padding-right: 8px !important
}

.pb-1 {
    padding-bottom: 8px !important
}

.pl-1 {
    padding-left: 8px !important
}

.m-2 {
    margin: 16px !important
}

.mt-2 {
    margin-top: 16px !important
}

.mr-2 {
    margin-right: 16px !important
}

.mb-2 {
    margin-bottom: 16px !important
}

.ml-2 {
    margin-left: 16px !important
}

.p-2 {
    padding: 16px !important
}

.pt-2 {
    padding-top: 16px !important
}

.pr-2 {
    padding-right: 16px !important
}

.pb-2 {
    padding-bottom: 16px !important
}

.pl-2 {
    padding-left: 16px !important
}

.m-3 {
    margin: 24px !important
}

.mt-3 {
    margin-top: 24px !important
}

.mr-3 {
    margin-right: 24px !important
}

.mb-3 {
    margin-bottom: 24px !important
}

.ml-3 {
    margin-left: 24px !important
}

.p-3 {
    padding: 24px !important
}

.pt-3 {
    padding-top: 24px !important
}

.pr-3 {
    padding-right: 24px !important
}

.pb-3 {
    padding-bottom: 24px !important
}

.pl-3 {
    padding-left: 24px !important
}

.m-4 {
    margin: 32px !important
}

.mt-4 {
    margin-top: 32px !important
}

.mr-4 {
    margin-right: 32px !important
}

.mb-4 {
    margin-bottom: 32px !important
}

.ml-4 {
    margin-left: 32px !important
}

.p-4 {
    padding: 32px !important
}

.pt-4 {
    padding-top: 32px !important
}

.pr-4 {
    padding-right: 32px !important
}

.pb-4 {
    padding-bottom: 32px !important
}

.pl-4 {
    padding-left: 32px !important
}

.m-5 {
    margin: 40px !important
}

.mt-5 {
    margin-top: 40px !important
}

.mr-5 {
    margin-right: 40px !important
}

.mb-5 {
    margin-bottom: 40px !important
}

.ml-5 {
    margin-left: 40px !important
}

.p-5 {
    padding: 40px !important
}

.pt-5 {
    padding-top: 40px !important
}

.pr-5 {
    padding-right: 40px !important
}

.pb-5 {
    padding-bottom: 40px !important
}

.pl-5 {
    padding-left: 40px !important
}

.m-6 {
    margin: 48px !important
}

.mt-6 {
    margin-top: 48px !important
}

.mr-6 {
    margin-right: 48px !important
}

.mb-6 {
    margin-bottom: 48px !important
}

.ml-6 {
    margin-left: 48px !important
}

.p-6 {
    padding: 48px !important
}

.pt-6 {
    padding-top: 48px !important
}

.pr-6 {
    padding-right: 48px !important
}

.pb-6 {
    padding-bottom: 48px !important
}

.pl-6 {
    padding-left: 48px !important
}

.m-7 {
    margin: 56px !important
}

.mt-7 {
    margin-top: 56px !important
}

.mr-7 {
    margin-right: 56px !important
}

.mb-7 {
    margin-bottom: 56px !important
}

.ml-7 {
    margin-left: 56px !important
}

.p-7 {
    padding: 56px !important
}

.pt-7 {
    padding-top: 56px !important
}

.pr-7 {
    padding-right: 56px !important
}

.pb-7 {
    padding-bottom: 56px !important
}

.pl-7 {
    padding-left: 56px !important
}

.m-8 {
    margin: 64px !important
}

.mt-8 {
    margin-top: 64px !important
}

.mr-8 {
    margin-right: 64px !important
}

.mb-8 {
    margin-bottom: 64px !important
}

.ml-8 {
    margin-left: 64px !important
}

.p-8 {
    padding: 64px !important
}

.pt-8 {
    padding-top: 64px !important
}

.pr-8 {
    padding-right: 64px !important
}

.pb-8 {
    padding-bottom: 64px !important
}

.pl-8 {
    padding-left: 64px !important
}

.m-9 {
    margin: 72px !important
}

.mt-9 {
    margin-top: 72px !important
}

.mr-9 {
    margin-right: 72px !important
}

.mb-9 {
    margin-bottom: 72px !important
}

.ml-9 {
    margin-left: 72px !important
}

.p-9 {
    padding: 72px !important
}

.pt-9 {
    padding-top: 72px !important
}

.pr-9 {
    padding-right: 72px !important
}

.pb-9 {
    padding-bottom: 72px !important
}

.pl-9 {
    padding-left: 72px !important
}

.m-10 {
    margin: 80px !important
}

.mt-10 {
    margin-top: 80px !important
}

.mr-10 {
    margin-right: 80px !important
}

.mb-10 {
    margin-bottom: 80px !important
}

.ml-10 {
    margin-left: 80px !important
}

.p-10 {
    padding: 80px !important
}

.pt-10 {
    padding-top: 80px !important
}

.pr-10 {
    padding-right: 80px !important
}

.pb-10 {
    padding-bottom: 80px !important
}

.pl-10 {
    padding-left: 80px !important
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: flex-end
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.grid {
    display: grid
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gap-1 {
    gap: 8px
}

.gap-2 {
    gap: 16px
}

.gap-3 {
    gap: 24px
}

.hidden {
    display: none !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.w-full {
    width: 100%
}

.max-w-screen {
    margin: 0 auto;
    max-width: 1200px
}

.rounded {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

@media (min-width:576px) {
    .sm-hidden {
        display: none !important
    }

    .sm-block {
        display: block !important
    }

    .sm-flex {
        display: flex !important
    }
}

@media (min-width:750px) {
    .md-hidden {
        display: none !important
    }

    .md-block {
        display: block !important
    }

    .md-flex {
        display: flex !important
    }
}

@media (min-width:992px) {
    .lg-hidden {
        display: none !important
    }

    .lg-block {
        display: block !important
    }

    .lg-flex {
        display: flex !important
    }
}

img {
    line-height: 0;
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #000;
    text-decoration: none
}

.mb0 {
    margin-bottom: 0 !important
}

.mb1 {
    margin-bottom: 1em !important
}

.mb2 {
    margin-bottom: 2em !important
}

.mb3 {
    margin-bottom: 3em !important
}

.mb4 {
    margin-bottom: 4em !important
}

.mb5 {
    margin-bottom: 5em !important
}

.mt0 {
    margin-top: 0 !important
}

.mt1 {
    margin-top: 1em !important
}

.mt2 {
    margin-top: 2em !important
}

.mt3 {
    margin-top: 3em !important
}

.mt4 {
    margin-top: 4em !important
}

.mt5 {
    margin-top: 5em !important
}

.pt0 {
    padding-top: 0 !important
}

.pt1 {
    padding-top: 1em !important
}

.pt2 {
    padding-top: 2em !important
}

.pt3 {
    padding-top: 3em !important
}

.pt4 {
    padding-top: 4em !important
}

.pt5 {
    padding-top: 5em !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb1 {
    padding-bottom: 1em !important
}

.pb2 {
    padding-bottom: 2em !important
}

.pb3 {
    padding-bottom: 3em !important
}

.pb4 {
    padding-bottom: 4em !important
}

.pb5 {
    padding-bottom: 5em !important
}

.ml-m1 {
    margin-left: -1em !important
}

section {
    margin: 0;
    padding: 0
}

img {
    width: 100%
}

.inner {
    margin: 0;
    padding: 0
}

section {
    max-width: 100%;
    overflow: hidden
}

h2 {
    margin: 0;
    padding: 0
}

.over-show {
    overflow: visible !important
}

.relative {
    position: relative
}

body.sub-page main {
    padding-top: calc(clamp(1px, 6.5886vw, 126.5007320644px)*1)
}

@media (max-width:800px) {
    body.sub-page main {
        padding-top: calc(max(1px, 25.4453vw)*1)
    }
}

.nowrap {
    white-space: nowrap
}

.anime-title {
    perspective: 1000px
}

.anime-title span {
    display: inline-block;
    opacity: 0;
    transform-origin: bottom center
}

.w100 {
    width: 100%
}

.w50 {
    width: 50%
}

@media (min-width:801px) {
    .sp {
        display: none !important
    }

    .header {
        margin: 0;
        padding: 0
    }

    .header__menu-btn {
        display: none
    }

    .header__logo {
        display: block;
        left: 0;
        line-height: 1;
        padding-left: calc(clamp(1px, 2.489vw, 47.7891654466px)*1);
        padding-top: calc(clamp(1px, 2.2694vw, 43.5724743777px)*1);
        position: fixed;
        top: 0;
        z-index: 49
    }

    .header__logo-img {
        width: calc(clamp(1px, 22.1083vw, 424.4802342606px)*1)
    }
}

@media (max-width:800px) {
    .pc {
        display: none !important
    }

    .header.active {
        background-color: rgba(222, 227, 44, .8);
        height: 100vh;
        transition: background-color .3s ease
    }

    .header {
        background: transparent;
        display: block;
        height: auto;
        position: fixed;
        z-index: 999
    }

    .header .inner {
        display: flex;
        justify-content: space-between
    }

    .header .header__logo {
        line-height: 1;
        margin-top: calc(max(1px, 3.8168vw)*1);
        transition: opacity .3s ease
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__logo {
        margin-top: calc(clamp(1px, 1.3132vw, 25.2143104624px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__logo {
        margin-top: 17.9389312977px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__logo {
        margin-top: calc(max(1px, 1.4668vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__logo.is-scrolled {
        opacity: 1
    }

    .header .header__logo-img {
        width: calc(max(1px, 32.0611vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__logo-img {
        width: calc(clamp(1px, 11.0313vw, 211.8002078839px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__logo-img {
        width: 150.6870229008px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__logo-img {
        width: calc(max(1px, 12.3211vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-btn {
        cursor: pointer;
        margin-top: calc(max(1px, 3.8168vw)*1);
        position: relative;
        transition: opacity .25s ease
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-btn {
        margin-top: calc(clamp(1px, 1.3132vw, 25.2143104624px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-btn {
        margin-top: 17.9389312977px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-btn {
        margin-top: calc(max(1px, 1.4668vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-btn-img {
        height: calc(max(1px, 15.2672vw)*1);
        position: relative;
        width: calc(max(1px, 10.1781vw)*1);
        z-index: 1
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-btn-img {
        width: calc(clamp(1px, 3.502vw, 67.238161233px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-btn-img {
        width: 47.8371501272px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-btn-img {
        width: calc(max(1px, 3.9115vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-btn-img {
        height: calc(clamp(1px, 5.253vw, 100.8572418495px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-btn-img {
        height: 71.7557251908px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-btn-img {
        height: calc(max(1px, 5.8672vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-bar {
        background-color: #231816;
        border-radius: 1px;
        display: block;
        height: calc(max(1px, .7634vw)*1);
        left: calc(max(1px, 3.8168vw)*1);
        opacity: 1;
        overflow: hidden;
        position: absolute;
        transition: transform .25s ease, opacity .25s ease, top .25s ease, left .25s ease, width .25s ease
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar {
        height: calc(clamp(1px, .2626vw, 5.0428620925px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar {
        height: 3.5877862595px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar {
        height: calc(max(1px, .2934vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar {
        left: calc(clamp(1px, 1.3132vw, 25.2143104624px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar {
        left: 17.9389312977px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar {
        left: calc(max(1px, 1.4668vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-bar:first-child {
        height: calc(max(1px, .7634vw)*1);
        top: calc(max(1px, 10.4326vw)*1);
        width: calc(max(1px, 4.3257vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:first-child {
        height: calc(clamp(1px, .2626vw, 5.0428620925px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:first-child {
        height: 3.5877862595px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:first-child {
        height: calc(max(1px, .2934vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:first-child {
        width: calc(clamp(1px, 1.4883vw, 28.576218524px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:first-child {
        width: 20.3307888041px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:first-child {
        width: calc(max(1px, 1.6624vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:first-child {
        top: calc(clamp(1px, 3.5895vw, 68.9191152638px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:first-child {
        top: 49.0330788804px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:first-child {
        top: calc(max(1px, 4.0092vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-bar:nth-child(2) {
        height: calc(max(1px, .7634vw)*1);
        top: calc(max(1px, 11.7048vw)*1);
        width: calc(max(1px, 5.0891vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:nth-child(2) {
        height: calc(clamp(1px, .2626vw, 5.0428620925px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:nth-child(2) {
        height: 3.5877862595px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:nth-child(2) {
        height: calc(max(1px, .2934vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:nth-child(2) {
        width: calc(clamp(1px, 1.751vw, 33.6190806165px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:nth-child(2) {
        width: 23.9185750636px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:nth-child(2) {
        width: calc(max(1px, 1.9557vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:nth-child(2) {
        top: calc(clamp(1px, 4.0273vw, 77.3238854179px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:nth-child(2) {
        top: 55.0127226463px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:nth-child(2) {
        top: calc(max(1px, 4.4982vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-bar:nth-child(3) {
        height: calc(max(1px, .7634vw)*1);
        top: calc(max(1px, 12.9771vw)*1);
        width: calc(max(1px, 5.598vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:nth-child(3) {
        height: calc(clamp(1px, .2626vw, 5.0428620925px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:nth-child(3) {
        height: 3.5877862595px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:nth-child(3) {
        height: calc(max(1px, .2934vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:nth-child(3) {
        width: calc(clamp(1px, 1.9261vw, 36.9809886781px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:nth-child(3) {
        width: 26.31043257px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:nth-child(3) {
        width: calc(max(1px, 2.1513vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-bar:nth-child(3) {
        top: calc(clamp(1px, 4.465vw, 85.7286555721px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-bar:nth-child(3) {
        top: 60.9923664122px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-bar:nth-child(3) {
        top: calc(max(1px, 4.9871vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-btn.active {
        pointer-events: auto
    }

    .header .header__menu-btn.active .header__menu-bar {
        left: calc(max(1px, 2.4682vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-btn.active .header__menu-bar {
        left: calc(clamp(1px, .8492vw, 16.305254099px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-btn.active .header__menu-bar {
        left: 11.6005089059px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-btn.active .header__menu-bar {
        left: calc(max(1px, .9485vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-btn.active .header__menu-bar:first-child {
        top: calc(max(1px, 12.2137vw)*1);
        transform: rotate(30deg);
        width: calc(max(1px, 5.598vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-btn.active .header__menu-bar:first-child {
        top: calc(clamp(1px, 4.2024vw, 80.6857934796px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-btn.active .header__menu-bar:first-child {
        top: 57.4045801527px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-btn.active .header__menu-bar:first-child {
        top: calc(max(1px, 4.6938vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-btn.active .header__menu-bar:first-child {
        width: calc(clamp(1px, 1.9261vw, 36.9809886781px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-btn.active .header__menu-bar:first-child {
        width: 26.31043257px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-btn.active .header__menu-bar:first-child {
        width: calc(max(1px, 2.1513vw)*1)
    }
}

@media (max-width:800px) {
    .header .header__menu-btn.active .header__menu-bar:nth-child(2) {
        opacity: 0
    }

    .header .header__menu-btn.active .header__menu-bar:nth-child(3) {
        top: calc(max(1px, 12.2137vw)*1);
        transform: rotate(-30deg);
        width: calc(max(1px, 5.598vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-btn.active .header__menu-bar:nth-child(3) {
        top: calc(clamp(1px, 4.2024vw, 80.6857934796px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-btn.active .header__menu-bar:nth-child(3) {
        top: 57.4045801527px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-btn.active .header__menu-bar:nth-child(3) {
        top: calc(max(1px, 4.6938vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .header .header__menu-btn.active .header__menu-bar:nth-child(3) {
        width: calc(clamp(1px, 1.9261vw, 36.9809886781px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .header .header__menu-btn.active .header__menu-bar:nth-child(3) {
        width: 26.31043257px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .header .header__menu-btn.active .header__menu-bar:nth-child(3) {
        width: calc(max(1px, 2.1513vw)*1)
    }
}

.l-menu {
    display: none
}

@media (max-width:800px) {
    .l-menu {
        opacity: 0;
        overflow-y: scroll;
        transition: opacity .5s ease
    }

    .l-menu.active {
        display: block;
        opacity: 1
    }

    .l-menu__wrap {
        height: calc(100vh - max(1px, 25.4453vw)*1);
        padding-left: calc(max(1px, 27.9898vw)*1);
        padding-top: calc(max(1px, 25.4453vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__wrap {
        padding-left: calc(clamp(1px, 9.6305vw, 184.9049433907px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__wrap {
        padding-left: 131.5521628499px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__wrap {
        padding-left: calc(max(1px, 10.7565vw)*1)
    }
}

@media (max-width:800px) {
    .l-menu__item {
        margin-bottom: 1em
    }

    .l-menu__link {
        align-items: center;
        color: #000;
        display: inline-flex;
        font-family: Commissioner, sans-serif;
        font-size: max(1px, 4.0712vw);
        font-style: normal;
        font-weight: 700;
        transition: color .3s ease
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__link {
        font-size: clamp(1px, 1.4008vw, 26.8952644932px)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__link {
        font-size: 19.1348600509px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__link {
        font-size: max(1px, 1.5646vw)
    }
}

@media (max-width:800px) {
    .l-menu__link:before {
        align-items: center;
        background-color: #000;
        content: "";
        display: inline-flex;
        height: calc(max(1px, 4.0712vw)*1);
        margin-right: calc(max(1px, 1.2723vw)*1);
        -webkit-mask: url(../img/ico_menu_check.svg) no-repeat center/contain;
        mask: url(../img/ico_menu_check.svg) no-repeat center/contain;
        transition: background-color .3s ease;
        width: calc(max(1px, 4.0712vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__link:before {
        margin-right: calc(clamp(1px, .4377vw, 8.4047701541px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__link:before {
        margin-right: 5.9796437659px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__link:before {
        margin-right: calc(max(1px, .4889vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__link:before {
        width: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__link:before {
        width: 19.1348600509px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__link:before {
        width: calc(max(1px, 1.5646vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__link:before {
        height: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__link:before {
        height: 19.1348600509px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__link:before {
        height: calc(max(1px, 1.5646vw)*1)
    }
}

@media (max-width:800px) {
    .l-menu__sns-icon {
        position: relative
    }

    .l-menu__sns-icon img {
        height: 100%;
        inset: 0;
        position: absolute;
        transition: opacity .3s ease;
        width: 100%
    }

    .l-menu__sns-icon .icon-hover {
        display: none
    }

    .l-menu__sns-icon.icon-instagram {
        height: calc(max(1px, 8.3969vw)*1);
        position: relative;
        width: calc(max(1px, 8.3969vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__sns-icon.icon-instagram {
        width: calc(clamp(1px, 2.4158vw, 46.383601757px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-instagram {
        width: 33px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-instagram {
        width: calc(max(1px, 2.6983vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__sns-icon.icon-instagram {
        height: calc(clamp(1px, 2.4158vw, 46.383601757px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-instagram {
        height: 33px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-instagram {
        height: calc(max(1px, 2.6983vw)*1)
    }
}

@media (max-width:800px) {
    .l-menu__sns-icon.icon-x {
        height: calc(max(1px, 7.888vw)*1);
        width: calc(max(1px, 7.6336vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__sns-icon.icon-x {
        width: calc(clamp(1px, 2.1962vw, 42.1669106881px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-x {
        width: 30px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-x {
        width: calc(max(1px, 2.453vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__sns-icon.icon-x {
        height: calc(clamp(1px, 2.2694vw, 43.5724743777px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-x {
        height: 31px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-x {
        height: calc(max(1px, 2.5348vw)*1)
    }
}

@media (max-width:800px) {
    .l-menu__sns-icon.icon-tiktok {
        height: calc(max(1px, 7.6336vw)*1);
        width: calc(max(1px, 6.8702vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__sns-icon.icon-tiktok {
        width: calc(clamp(1px, 1.9766vw, 37.9502196193px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-tiktok {
        width: 27px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-tiktok {
        width: calc(max(1px, 2.2077vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__sns-icon.icon-tiktok {
        height: calc(clamp(1px, 2.1962vw, 42.1669106881px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-tiktok {
        height: 30px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-tiktok {
        height: calc(max(1px, 2.453vw)*1)
    }
}

@media (max-width:800px) {
    .l-menu__sns {
        display: flex;
        gap: calc(max(1px, 3.8168vw)*1);
        margin-top: calc(max(1px, 13.2316vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__sns {
        margin-top: calc(clamp(1px, 3.8067vw, 73.0893118594px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns {
        margin-top: 52px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns {
        margin-top: calc(max(1px, 4.2518vw)*1)
    }
}

@media (max-width:800px) and (min-width:801px) {
    .l-menu__sns {
        gap: calc(clamp(1px, 1.0981vw, 21.0834553441px)*1)
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns {
        gap: 15px
    }
}

@media (max-width:800px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns {
        gap: calc(max(1px, 1.2265vw)*1)
    }
}

@media (min-width:801px) {
    .l-menu {
        display: block;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        width: calc(max(1px, 177.0992vw)*1);
        z-index: 15
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu {
        width: calc(clamp(1px, 50.9517vw, 978.2723279649px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu {
        width: 696px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu {
        width: calc(max(1px, 56.9092vw)*1)
    }
}

@media (min-width:801px) {
    .l-menu__item {
        margin-bottom: .7em
    }

    .l-menu__wrap {
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: flex-end;
        padding-bottom: calc(max(1px, 31.8066vw)*1);
        padding-left: calc(max(1px, 32.3155vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__wrap {
        padding-left: calc(clamp(1px, 9.2972vw, 178.5065885798px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__wrap {
        padding-left: 127px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__wrap {
        padding-left: calc(max(1px, 10.3843vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__wrap {
        padding-bottom: calc(clamp(1px, 9.1508vw, 175.6954612006px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__wrap {
        padding-bottom: 125px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__wrap {
        padding-bottom: calc(max(1px, 10.2208vw)*1)
    }
}

@media (min-width:801px) {
    .l-menu__link {
        align-items: center;
        color: #fff;
        display: inline-flex;
        font-family: Commissioner, sans-serif;
        font-size: max(1px, 3.3079vw);
        font-style: normal;
        font-weight: 700;
        transition: color .3s ease
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__link {
        font-size: clamp(1px, 1.1381vw, 21.8524024007px)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__link {
        font-size: 15.5470737913px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__link {
        font-size: max(1px, 1.2712vw)
    }
}

@media (min-width:801px) {
    .l-menu__link:before {
        align-items: center;
        background-color: #fff;
        content: "";
        display: inline-flex;
        height: calc(max(1px, 3.3079vw)*1);
        margin-right: calc(max(1px, 1.2723vw)*1);
        -webkit-mask: url(../img/ico_menu_check.svg) no-repeat center/contain;
        mask: url(../img/ico_menu_check.svg) no-repeat center/contain;
        transition: background-color .3s ease;
        width: calc(max(1px, 3.3079vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__link:before {
        margin-right: calc(clamp(1px, .4377vw, 8.4047701541px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__link:before {
        margin-right: 5.9796437659px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__link:before {
        margin-right: calc(max(1px, .4889vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__link:before {
        width: calc(clamp(1px, 1.1381vw, 21.8524024007px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__link:before {
        width: 15.5470737913px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__link:before {
        width: calc(max(1px, 1.2712vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__link:before {
        height: calc(clamp(1px, 1.1381vw, 21.8524024007px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__link:before {
        height: 15.5470737913px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__link:before {
        height: calc(max(1px, 1.2712vw)*1)
    }
}

@media (min-width:801px) {
    .l-menu__sns {
        display: flex;
        gap: calc(max(1px, 3.8168vw)*1);
        margin-top: calc(max(1px, 13.2316vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__sns {
        gap: calc(clamp(1px, 1.0981vw, 21.0834553441px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns {
        gap: 15px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns {
        gap: calc(max(1px, 1.2265vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__sns {
        margin-top: calc(clamp(1px, 3.8067vw, 73.0893118594px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns {
        margin-top: 52px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns {
        margin-top: calc(max(1px, 4.2518vw)*1)
    }
}

@media (min-width:801px) {
    .l-menu__sns-icon {
        position: relative
    }

    .l-menu__sns-icon .icon-hover {
        opacity: 0
    }

    .l-menu__sns-icon:hover .icon-hover {
        opacity: 1
    }

    .l-menu__sns-icon:hover .icon-base {
        opacity: 0
    }

    .l-menu__sns-icon img {
        height: 100%;
        inset: 0;
        position: absolute;
        transition: opacity .3s ease;
        width: 100%
    }

    .l-menu__sns-icon.icon-instagram {
        height: calc(max(1px, 8.3969vw)*1);
        width: calc(max(1px, 8.3969vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__sns-icon.icon-instagram {
        width: calc(clamp(1px, 2.4158vw, 46.383601757px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-instagram {
        width: 33px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-instagram {
        width: calc(max(1px, 2.6983vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__sns-icon.icon-instagram {
        height: calc(clamp(1px, 2.4158vw, 46.383601757px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-instagram {
        height: 33px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-instagram {
        height: calc(max(1px, 2.6983vw)*1)
    }
}

@media (min-width:801px) {
    .l-menu__sns-icon.icon-x {
        height: calc(max(1px, 7.888vw)*1);
        width: calc(max(1px, 7.6336vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__sns-icon.icon-x {
        width: calc(clamp(1px, 2.1962vw, 42.1669106881px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-x {
        width: 30px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-x {
        width: calc(max(1px, 2.453vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__sns-icon.icon-x {
        height: calc(clamp(1px, 2.2694vw, 43.5724743777px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-x {
        height: 31px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-x {
        height: calc(max(1px, 2.5348vw)*1)
    }
}

@media (min-width:801px) {
    .l-menu__sns-icon.icon-tiktok {
        height: calc(max(1px, 7.6336vw)*1);
        width: calc(max(1px, 6.8702vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__sns-icon.icon-tiktok {
        width: calc(clamp(1px, 1.9766vw, 37.9502196193px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-tiktok {
        width: 27px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-tiktok {
        width: calc(max(1px, 2.2077vw)*1)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .l-menu__sns-icon.icon-tiktok {
        height: calc(clamp(1px, 2.1962vw, 42.1669106881px)*1)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .l-menu__sns-icon.icon-tiktok {
        height: 30px
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .l-menu__sns-icon.icon-tiktok {
        height: calc(max(1px, 2.453vw)*1)
    }
}

@media (min-width:801px) {
    .l-menu__link:hover:before {
        background-color: #000
    }

    .l-menu__link:hover,
    .l-menu__list.is-active .l-menu__link {
        color: #000
    }

    .l-menu__list.is-active .l-menu__link:before {
        background-color: #000
    }

    .l-menu__list.is-active .l-menu__link:hover:before {
        background-color: #fff
    }

    .l-menu__list.is-active .l-menu__link:hover {
        color: #fff
    }
}

@media (max-width:800px) {

    body,
    footer,
    header {
        max-width: 100%;
        min-width: 100%;
        overflow-x: hidden;
        width: 100%
    }
}

.base-bg22 {
    --cols: 22;
    --side-gap: 4.54545vw;
    --line: 1px;
    --gap: 1px
}

@media (min-width:801px) {
    .base-bg22 {
        --side-gap: calc(clamp(1px, 1.4907vw, 28.622387861px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .base-bg22 {
        --side-gap: 19.4px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .base-bg22 {
        --side-gap: calc(max(1px, 1.6651vw)*1)
    }
}

.base-bg22 {
    background-image: linear-gradient(to right, #f3f78a var(--line), transparent 0);
    background-position: var(--side-gap) 0;
    background-repeat: repeat-x;
    background-size: calc(25% - var(--side-gap)*2/4) 100%
}

.base-bg,
.base-bg22 {
    background-color: #dce22c
}

.base-bg {
    --cols: 22;
    --side-gap: 4.54545vw;
    --line: 1px;
    --gap: 1px
}

@media (min-width:801px) {
    .base-bg {
        --side-gap: calc(clamp(1px, 1.4907vw, 28.622387861px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .base-bg {
        --side-gap: 19.4px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .base-bg {
        --side-gap: calc(max(1px, 1.6651vw)*1)
    }
}

.base-bg {
    background-image: linear-gradient(90deg, #f3f78a 0 1px, #dce22c 1px 100%);
    background-position: var(--side-gap) 0;
    background-repeat: repeat-x;
    background-size: calc(25% - var(--side-gap)*2/4) 100%
}

.base-bg-color {
    background-color: #dce22c
}

section {
    position: relative;
    z-index: 1
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: none
}

.l-container {
    overflow: hidden
}

.l-container .l-column-left,
.l-container .l-column-right,
.l-container .l-column-right-space {
    display: none;
    overflow: hidden
}

.l-container .l-column-main {
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width:801px) {
    .l-container {
        display: flex
    }

    .l-container .l-column-left {
        display: block;
        overflow: hidden;
        width: calc(clamp(1px, 50.9517vw, 978.2723279649px)*1)
    }

    .l-container .l-column-main {
        border-left: 1px solid #fff;
        border-right: 1px solid #f3f78a;
        overflow: visible;
        position: relative;
        width: calc(clamp(1px, 34.407vw, 660.6149341142px)*1);
        z-index: 30
    }

    .l-container .l-column-right-space {
        background-color: #dce22c;
        display: block;
        flex: 1;
        width: calc(clamp(1px, 10.4685vw, 200.9956076135px)*1);
        width: 100%
    }

    .l-container .l-column-right {
        background-color: #dce22c;
        display: block;
        width: calc(clamp(1px, 4.1728vw, 80.1171303075px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-container .l-column-right-space {
        width: calc(100vw - 1223px)
    }

    .l-container .l-column-left {
        width: 696px
    }

    .l-container .l-column-main {
        width: 470px
    }

    .l-container .l-column-right {
        width: 57px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-container .l-column-left {
        width: calc(max(1px, 56.9092vw)*1)
    }

    .l-container .l-column-main {
        width: calc(max(1px, 38.4301vw)*1)
    }

    .l-container .l-column-right-space {
        display: none
    }

    .l-container .l-column-right {
        width: calc(max(1px, 4.6607vw)*1)
    }
}

.sec__ttl {
    align-items: center;
    display: flex;
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 8.6514vw);
    font-style: normal;
    font-weight: 700;
    justify-content: center
}

@media (min-width:801px) {
    .sec__ttl {
        font-size: clamp(1px, 2.9767vw, 57.152437048px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .sec__ttl {
        font-size: 40.6615776081px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .sec__ttl {
        font-size: max(1px, 3.3247vw)
    }
}

.sec__ttl {
    background-color: #dce22c;
    border-bottom: 1px solid #f3f78a;
    border-top: 1px solid #f3f78a;
    height: calc(max(1px, 15.2672vw)*1)
}

@media (min-width:801px) {
    .sec__ttl {
        height: calc(clamp(1px, 5.253vw, 100.8572418495px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .sec__ttl {
        height: 71.7557251908px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .sec__ttl {
        height: calc(max(1px, 5.8672vw)*1)
    }
}

.sec__note {
    font-size: max(1px, 2.2901vw)
}

@media (min-width:801px) {
    .sec__note {
        font-size: clamp(1px, .7879vw, 15.1285862774px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .sec__note {
        font-size: 10.7633587786px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .sec__note {
        font-size: max(1px, .8801vw)
    }
}

.sec__note {
    line-height: 1.1111111111
}

.inner {
    padding-left: calc(max(1px, 3.8168vw)*1)
}

@media (min-width:801px) {
    .inner {
        padding-left: calc(clamp(1px, 1.3132vw, 25.2143104624px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .inner {
        padding-left: 17.9389312977px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .inner {
        padding-left: calc(max(1px, 1.4668vw)*1)
    }
}

.inner {
    padding-right: calc(max(1px, 3.8168vw)*1)
}

@media (min-width:801px) {
    .inner {
        padding-right: calc(clamp(1px, 1.3132vw, 25.2143104624px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .inner {
        padding-right: 17.9389312977px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .inner {
        padding-right: calc(max(1px, 1.4668vw)*1)
    }
}

.txt-center {
    text-align: center
}

.txt-right {
    text-align: right
}

.txt-left {
    text-align: left
}

.sm-note {
    font-size: .6em;
    font-weight: 400;
    vertical-align: super
}

@keyframes tickerAnimation {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-50%, 0, 0)
    }
}

.main-visual-pc {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000
}

.main-visual-pc__items {
    height: 100vh;
    position: relative;
    width: 100vw
}

.main-visual-pc__bg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.main-visual-pc__logo {
    bottom: calc(clamp(1px, 4.8316vw, 92.7672035139px)*1);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: calc(clamp(1px, 47.4378vw, 910.8052708638px)*1);
    z-index: 2
}

.main-visual-pc__txt {
    position: absolute;
    right: calc(clamp(1px, 2.9283vw, 56.2225475842px)*1);
    top: calc(clamp(1px, 3.6603vw, 70.2781844802px)*1);
    width: calc(clamp(1px, 14.7877vw, 283.9238653001px)*1);
    z-index: 1
}

.main-visual-pc__item {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(clamp(1px, 30.0146vw, 576.2811127379px)*1);
    z-index: 1
}

.main-visual {
    position: relative
}

.main-visual__image {
    width: calc(max(1px, 89.8219vw)*1)
}

@media (min-width:801px) {
    .main-visual__image {
        width: calc(clamp(1px, 30.905vw, 593.3767728812px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__image {
        width: 422.1628498728px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__image {
        width: calc(max(1px, 34.5186vw)*1)
    }
}

.main-visual__image {
    position: absolute;
    top: calc(max(1px, 137.4046vw)*1)
}

@media (min-width:801px) {
    .main-visual__image {
        top: calc(clamp(1px, 47.2768vw, 907.7151766455px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__image {
        top: 645.8015267176px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__image {
        top: calc(max(1px, 52.8047vw)*1)
    }
}

.main-visual__image {
    left: 50%;
    transform: translateX(-50%)
}

.main-visual__note {
    margin-bottom: calc(max(1px, 35.6234vw)*1);
    margin-top: 1em
}

@media (min-width:801px) {
    .main-visual__note {
        margin-bottom: calc(clamp(1px, 12.257vw, 235.3335643155px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__note {
        margin-bottom: 167.4300254453px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__note {
        margin-bottom: calc(max(1px, 13.6901vw)*1)
    }
}

.main-visual__model1 {
    width: calc(max(1px, 15.7761vw)*1)
}

@media (min-width:801px) {
    .main-visual__model1 {
        width: calc(clamp(1px, 5.4281vw, 104.2191499111px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__model1 {
        width: 74.1475826972px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__model1 {
        width: calc(max(1px, 6.0628vw)*1)
    }
}

.main-visual__model1 {
    margin-top: calc(max(1px, 45.0382vw)*1)
}

@media (min-width:801px) {
    .main-visual__model1 {
        margin-top: calc(clamp(1px, 15.4963vw, 297.528863456px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__model1 {
        margin-top: 211.679389313px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__model1 {
        margin-top: calc(max(1px, 17.3082vw)*1)
    }
}

.main-visual__model1 {
    margin-left: calc(max(1px, 34.0967vw)*1)
}

@media (min-width:801px) {
    .main-visual__model1 {
        margin-left: calc(clamp(1px, 11.7317vw, 225.2478401305px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__model1 {
        margin-left: 160.2544529262px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__model1 {
        margin-left: calc(max(1px, 13.1034vw)*1)
    }
}

.main-visual__model2 {
    width: calc(max(1px, 20.3562vw)*1)
}

@media (min-width:801px) {
    .main-visual__model2 {
        width: calc(clamp(1px, 7.004vw, 134.476322466px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__model2 {
        width: 95.6743002545px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__model2 {
        width: calc(max(1px, 7.8229vw)*1)
    }
}

.main-visual__model2 {
    margin-top: calc(max(1px, 114.5038vw)*1)
}

@media (min-width:801px) {
    .main-visual__model2 {
        margin-top: calc(clamp(1px, 39.3974vw, 756.4293138712px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__model2 {
        margin-top: 538.1679389313px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__model2 {
        margin-top: calc(max(1px, 44.0039vw)*1)
    }
}

.main-visual__model2 {
    margin-left: calc(max(1px, 23.9186vw)*1)
}

@media (min-width:801px) {
    .main-visual__model2 {
        margin-left: calc(clamp(1px, 8.2297vw, 158.0096788975px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__model2 {
        margin-left: 112.417302799px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__model2 {
        margin-left: calc(max(1px, 9.1919vw)*1)
    }
}

.main-visual__hover-anime {
    left: 0;
    position: absolute;
    top: 0
}

.main-visual__wrap {
    position: relative
}

.main-visual__wrap:before {
    bottom: 0;
    content: "";
    display: block;
    height: calc(max(1px, 20.6107vw)*1);
    left: 0;
    position: absolute;
    width: 100%
}

@media (min-width:801px) {
    .main-visual__wrap:before {
        height: calc(clamp(1px, 7.0915vw, 136.1572764968px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .main-visual__wrap:before {
        height: 96.8702290076px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .main-visual__wrap:before {
        height: calc(max(1px, 7.9207vw)*1)
    }
}

.main-visual__wrap:before {
    background: url(../img/top_gra.webp) no-repeat 50%/contain
}

.features {
    padding-bottom: calc(max(1px, 39.1858vw)*1)
}

@media (min-width:801px) {
    .features {
        padding-bottom: calc(clamp(1px, 13.4827vw, 258.866920747px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features {
        padding-bottom: 184.1730279898px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features {
        padding-bottom: calc(max(1px, 15.0591vw)*1)
    }
}

.features__floating-img {
    left: 50%;
    padding-top: calc(max(1px, 38.1679vw)*1);
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content
}

@media (min-width:801px) {
    .features__floating-img {
        padding-top: calc(clamp(1px, 13.1325vw, 252.1431046237px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__floating-img {
        padding-top: 179.3893129771px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__floating-img {
        padding-top: calc(max(1px, 14.668vw)*1)
    }
}

.features__item-imgs {
    position: relative;
    width: calc(max(1px, 66.6667vw)*1)
}

@media (min-width:801px) {
    .features__item-imgs {
        width: calc(clamp(1px, 22.938vw, 440.4099560761px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__item-imgs {
        width: 313.3333333333px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__item-imgs {
        width: calc(max(1px, 25.6201vw)*1)
    }
}

.features__item-imgs {
    height: calc(max(1px, 80.916vw)*1)
}

@media (min-width:801px) {
    .features__item-imgs {
        height: calc(clamp(1px, 27.8408vw, 534.5433818023px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__item-imgs {
        height: 380.3053435115px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__item-imgs {
        height: calc(max(1px, 31.0961vw)*1)
    }
}

.features__item-img {
    display: none;
    padding-top: calc(max(1px, 27.4809vw)*1)
}

@media (min-width:801px) {
    .features__item-img {
        padding-top: calc(clamp(1px, 9.4554vw, 181.5430353291px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__item-img {
        padding-top: 129.1603053435px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__item-img {
        padding-top: calc(max(1px, 10.5609vw)*1)
    }
}

.features__item-img {
    width: calc(max(1px, 66.6667vw)*1)
}

@media (min-width:801px) {
    .features__item-img {
        width: calc(clamp(1px, 22.938vw, 440.4099560761px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__item-img {
        width: 313.3333333333px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__item-img {
        width: calc(max(1px, 25.6201vw)*1)
    }
}

.features__item-img1 {
    left: calc(max(1px, 31.5522vw)*1);
    position: absolute
}

@media (min-width:801px) {
    .features__item-img1 {
        left: calc(clamp(1px, 10.8562vw, 208.4382998223px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__item-img1 {
        left: 148.2951653944px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__item-img1 {
        left: calc(max(1px, 12.1255vw)*1)
    }
}

.features__item-img1 {
    width: calc(max(1px, 35.1145vw)*1)
}

@media (min-width:801px) {
    .features__item-img1 {
        width: calc(clamp(1px, 12.0819vw, 231.9716562538px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__item-img1 {
        width: 165.0381679389px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__item-img1 {
        width: calc(max(1px, 13.4945vw)*1)
    }
}

.features__item-img2 {
    padding-top: calc(max(1px, 7.6336vw)*1)
}

@media (min-width:801px) {
    .features__item-img2 {
        padding-top: calc(clamp(1px, 2.6265vw, 50.4286209247px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__item-img2 {
        padding-top: 35.8778625954px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__item-img2 {
        padding-top: calc(max(1px, 2.9336vw)*1)
    }
}

.features__item-img2 {
    position: absolute;
    width: calc(max(1px, 40.7125vw)*1)
}

@media (min-width:801px) {
    .features__item-img2 {
        width: calc(clamp(1px, 14.008vw, 268.952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__item-img2 {
        width: 191.3486005089px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__item-img2 {
        width: calc(max(1px, 15.6458vw)*1)
    }
}

.features__img-anchor {
    margin-top: calc(max(1px, 27.9898vw)*-1);
    position: absolute;
    width: 100%
}

@media (min-width:801px) {
    .features__img-anchor {
        margin-top: calc(clamp(1px, 9.6305vw, 184.9049433907px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__img-anchor {
        margin-top: -131.5521628499px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__img-anchor {
        margin-top: calc(max(1px, 10.7565vw)*-1)
    }
}

.features__visual {
    position: relative;
    z-index: 2
}

.features__note {
    margin-top: calc(max(1px, 13.2316vw)*1)
}

@media (min-width:801px) {
    .features__note {
        margin-top: calc(clamp(1px, 4.5526vw, 87.4096096029px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__note {
        margin-top: 62.1882951654px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__note {
        margin-top: calc(max(1px, 5.0849vw)*1)
    }
}

.features__image {
    margin-top: calc(max(1px, 63.6132vw)*1)
}

@media (min-width:801px) {
    .features__image {
        margin-top: calc(clamp(1px, 21.8874vw, 420.2385077062px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__image {
        margin-top: 298.9821882952px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__image {
        margin-top: calc(max(1px, 24.4466vw)*1)
    }
}

.features__info {
    width: calc(max(1px, 81.4249vw)*1)
}

@media (min-width:801px) {
    .features__info {
        width: calc(clamp(1px, 28.0159vw, 537.905289864px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .features__info {
        width: 382.6972010178px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .features__info {
        width: calc(max(1px, 31.2917vw)*1)
    }
}

.brand-concept {
    padding-bottom: calc(max(1px, 43.257vw)*1)
}

@media (min-width:801px) {
    .brand-concept {
        padding-bottom: calc(clamp(1px, 14.8834vw, 285.7621852402px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept {
        padding-bottom: 203.3078880407px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept {
        padding-bottom: calc(max(1px, 16.6237vw)*1)
    }
}

.brand-concept__logo {
    margin-top: calc(max(1px, 32.57vw)*1)
}

@media (min-width:801px) {
    .brand-concept__logo {
        margin-top: calc(clamp(1px, 11.2064vw, 215.1621159456px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__logo {
        margin-top: 153.0788804071px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__logo {
        margin-top: calc(max(1px, 12.5167vw)*1)
    }
}

.brand-concept__logo {
    margin-left: calc(max(1px, 3.8168vw)*1)
}

@media (min-width:801px) {
    .brand-concept__logo {
        margin-left: calc(clamp(1px, 1.3132vw, 25.2143104624px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__logo {
        margin-left: 17.9389312977px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__logo {
        margin-left: calc(max(1px, 1.4668vw)*1)
    }
}

.brand-concept__logo {
    width: calc(max(1px, 69.2112vw)*1)
}

@media (min-width:801px) {
    .brand-concept__logo {
        width: calc(clamp(1px, 23.8135vw, 457.2194963844px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__logo {
        width: 325.2926208651px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__logo {
        width: calc(max(1px, 26.5979vw)*1)
    }
}

.brand-concept__logo {
    position: relative;
    z-index: 3
}

.brand-concept__video-over {
    height: 100%;
    position: relative;
    width: 100%
}

.brand-concept__video {
    aspect-ratio: 376/540;
    width: calc(max(1px, 95.6743vw)*1)
}

@media (min-width:801px) {
    .brand-concept__video {
        width: calc(clamp(1px, 32.9187vw, 632.0387155902px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__video {
        width: 449.6692111959px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__video {
        width: calc(max(1px, 36.7677vw)*1)
    }
}

.brand-concept__video {
    margin-top: calc(max(1px, 21.6285vw)*-1)
}

@media (min-width:801px) {
    .brand-concept__video {
        margin-top: calc(clamp(1px, 7.4417vw, 142.8810926201px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__video {
        margin-top: -101.6539440204px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__video {
        margin-top: calc(max(1px, 8.3119vw)*-1)
    }
}

.brand-concept__video {
    margin-bottom: calc(max(1px, 26.7176vw)*1)
}

@media (min-width:801px) {
    .brand-concept__video {
        margin-bottom: calc(clamp(1px, 9.1927vw, 176.5001732366px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__video {
        margin-bottom: 125.572519084px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__video {
        margin-bottom: calc(max(1px, 10.2676vw)*1)
    }
}

.brand-concept__video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.brand-concept__image {
    width: calc(max(1px, 73.028vw)*1)
}

@media (min-width:801px) {
    .brand-concept__image {
        width: calc(clamp(1px, 25.1268vw, 482.4338068468px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__image {
        width: 343.2315521628px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__image {
        width: calc(max(1px, 28.0647vw)*1)
    }
}

.brand-concept__image--secondary {
    margin-top: calc(max(1px, 4.5802vw)*-1)
}

@media (min-width:801px) {
    .brand-concept__image--secondary {
        margin-top: calc(clamp(1px, 1.5759vw, 30.2571725548px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__image--secondary {
        margin-top: -21.5267175573px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__image--secondary {
        margin-top: calc(max(1px, 1.7602vw)*-1)
    }
}

.brand-concept__image--secondary {
    margin-bottom: calc(max(1px, 3.0534vw)*1)
}

@media (min-width:801px) {
    .brand-concept__image--secondary {
        margin-bottom: calc(clamp(1px, 1.0506vw, 20.1714483699px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__image--secondary {
        margin-bottom: 14.3511450382px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__image--secondary {
        margin-bottom: calc(max(1px, 1.1734vw)*1)
    }
}

.brand-concept__text {
    font-size: max(1px, 4.5802vw)
}

@media (min-width:801px) {
    .brand-concept__text {
        font-size: clamp(1px, 1.5759vw, 30.2571725548px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__text {
        font-size: 21.5267175573px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__text {
        font-size: max(1px, 1.7602vw)
    }
}

.brand-concept__text {
    font-weight: 700;
    line-height: 2.0555555556;
    position: relative;
    z-index: 3
}

.brand-concept__text--primary {
    margin-top: calc(max(1px, 8.6514vw)*-1)
}

@media (min-width:801px) {
    .brand-concept__text--primary {
        margin-top: calc(clamp(1px, 2.9767vw, 57.152437048px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__text--primary {
        margin-top: -40.6615776081px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__text--primary {
        margin-top: calc(max(1px, 3.3247vw)*-1)
    }
}

.brand-concept__text--primary {
    margin-bottom: calc(max(1px, 19.8473vw)*1)
}

@media (min-width:801px) {
    .brand-concept__text--primary {
        margin-bottom: calc(clamp(1px, 6.8289vw, 131.1144144043px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .brand-concept__text--primary {
        margin-bottom: 93.2824427481px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .brand-concept__text--primary {
        margin-bottom: calc(max(1px, 7.6273vw)*1)
    }
}

.product__ttl {
    margin-bottom: calc(max(1px, 18.8295vw)*1)
}

@media (min-width:801px) {
    .product__ttl {
        margin-bottom: calc(clamp(1px, 6.4787vw, 124.390598281px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__ttl {
        margin-bottom: 88.4987277354px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__ttl {
        margin-bottom: calc(max(1px, 7.2362vw)*1)
    }
}

.product__tab {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    width: calc(max(1px, 20.6107vw)*1)
}

@media (min-width:801px) {
    .product__tab {
        width: calc(clamp(1px, 7.0915vw, 136.1572764968px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__tab {
        width: 96.8702290076px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__tab {
        width: calc(max(1px, 7.9207vw)*1)
    }
}

.product__tab {
    height: calc(max(1px, 13.2316vw)*1)
}

@media (min-width:801px) {
    .product__tab {
        height: calc(clamp(1px, 4.5526vw, 87.4096096029px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__tab {
        height: 62.1882951654px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__tab {
        height: calc(max(1px, 5.0849vw)*1)
    }
}

.product__tab {
    background-color: #ecebeb;
    border: 1px solid #707070;
    cursor: pointer;
    text-align: center
}

.product__tab:before {
    background-color: #fff;
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleY(0);
    transition: transform .3s ease;
    z-index: 0
}

.product__tab>* {
    position: relative;
    z-index: 1
}

@media (min-width:801px) {
    .product__tab:hover:before {
        transform: scaleY(1)
    }
}

.product__tabs--top .product__tab--active {
    background-color: #fff;
    border-bottom: none
}

.product__tabs--top .product__tab:before {
    transform-origin: bottom
}

.product__tabs--bottom .product__tab--active {
    background-color: #fff;
    border-top: none
}

.product__tabs--bottom .product__tab:before {
    transform-origin: top
}

.product__tab-en {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 3.0534vw);
    font-style: normal;
    font-weight: 700
}

@media (min-width:801px) {
    .product__tab-en {
        font-size: clamp(1px, 1.0506vw, 20.1714483699px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__tab-en {
        font-size: 14.3511450382px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__tab-en {
        font-size: max(1px, 1.1734vw)
    }
}

.product__tab-en {
    line-height: 1.1666666667
}

.product__tab-ja {
    font-size: max(1px, 2.5445vw)
}

@media (min-width:801px) {
    .product__tab-ja {
        font-size: clamp(1px, .8755vw, 16.8095403082px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__tab-ja {
        font-size: 11.9592875318px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__tab-ja {
        font-size: max(1px, .9779vw)
    }
}

.product__tab-ja {
    font-weight: 700;
    letter-spacing: -.08em
}

.product__item {
    background-color: #fff;
    display: none;
    padding: calc(max(1px, 15.7761vw)*1) calc(max(1px, 2.5445vw)*1) calc(max(1px, 3.8168vw)*1)
}

@media (min-width:801px) {
    .product__item {
        padding: calc(clamp(1px, 5.4281vw, 104.2191499111px)*1) calc(clamp(1px, .8755vw, 16.8095403082px)*1) calc(clamp(1px, 1.3132vw, 25.2143104624px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__item {
        padding: 74.1475826972px 11.9592875318px 17.9389312977px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__item {
        padding: calc(max(1px, 6.0628vw)*1) calc(max(1px, .9779vw)*1) calc(max(1px, 1.4668vw)*1)
    }
}

.product__item {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070
}

.product__item--active {
    display: block
}

.product__image {
    border-radius: calc(max(1px, 11.7048vw)*1)
}

@media (min-width:801px) {
    .product__image {
        border-radius: calc(clamp(1px, 4.0273vw, 77.3238854179px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__image {
        border-radius: 55.0127226463px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__image {
        border-radius: calc(max(1px, 4.4982vw)*1)
    }
}

.product__slider {
    width: calc(max(1px, 66.1578vw)*1)
}

@media (min-width:801px) {
    .product__slider {
        width: calc(clamp(1px, 22.7629vw, 437.0480480145px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__slider {
        width: 310.941475827px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__slider {
        width: calc(max(1px, 25.4245vw)*1)
    }
}

.product__arrow--prev {
    left: 0
}

.product__arrow--next {
    right: 0
}

@media (min-width:801px) {
    .product__arrow--prev:hover img {
        transform: translateX(calc(max(1px, 1.5267vw)*-1))
    }
}

@media (min-width:801px) and (min-width:801px) {
    .product__arrow--prev:hover img {
        transform: translateX(calc(clamp(1px, .5253vw, 10.0857241849px)*-1))
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .product__arrow--prev:hover img {
        transform: translateX(-7.1755725191px)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .product__arrow--prev:hover img {
        transform: translateX(calc(max(1px, .5867vw)*-1))
    }
}

@media (min-width:801px) {
    .product__arrow--next:hover img {
        transform: translateX(calc(max(1px, 1.5267vw)*1))
    }
}

@media (min-width:801px) and (min-width:801px) {
    .product__arrow--next:hover img {
        transform: translateX(calc(clamp(1px, .5253vw, 10.0857241849px)*1))
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .product__arrow--next:hover img {
        transform: translateX(7.1755725191px)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .product__arrow--next:hover img {
        transform: translateX(calc(max(1px, .5867vw)*1))
    }
}

.product__name {
    margin-top: calc(max(1px, 11.1959vw)*1)
}

@media (min-width:801px) {
    .product__name {
        margin-top: calc(clamp(1px, 3.8522vw, 73.9619773563px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__name {
        margin-top: 52.6208651399px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__name {
        margin-top: calc(max(1px, 4.3026vw)*1)
    }
}

.product__name {
    font-size: max(1px, 4.0712vw)
}

@media (min-width:801px) {
    .product__name {
        font-size: clamp(1px, 1.4008vw, 26.8952644932px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__name {
        font-size: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__name {
        font-size: max(1px, 1.5646vw)
    }
}

.product__name {
    font-weight: 700;
    line-height: 1.3125
}

.product__meta {
    margin-top: calc(max(1px, 1.5267vw)*1)
}

@media (min-width:801px) {
    .product__meta {
        margin-top: calc(clamp(1px, .5253vw, 10.0857241849px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__meta {
        margin-top: 7.1755725191px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__meta {
        margin-top: calc(max(1px, .5867vw)*1)
    }
}

.product__meta {
    margin-bottom: calc(max(1px, 13.2316vw)*1)
}

@media (min-width:801px) {
    .product__meta {
        margin-bottom: calc(clamp(1px, 4.5526vw, 87.4096096029px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__meta {
        margin-bottom: 62.1882951654px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__meta {
        margin-bottom: calc(max(1px, 5.0849vw)*1)
    }
}

.product__meta {
    display: flex;
    flex-wrap: wrap;
    gap: calc(max(1px, 5.0891vw)*1);
    justify-content: center
}

@media (min-width:801px) {
    .product__meta {
        gap: calc(clamp(1px, 1.751vw, 33.6190806165px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__meta {
        gap: 23.9185750636px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__meta {
        gap: calc(max(1px, 1.9557vw)*1)
    }
}

.product__meta {
    font-family: Commissioner, sans-serif;
    font-style: normal;
    font-weight: 700
}

.product__meta.low-gap {
    gap: calc(max(1px, 1.2723vw)*1)
}

@media (min-width:801px) {
    .product__meta.low-gap {
        gap: calc(clamp(1px, .4377vw, 8.4047701541px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__meta.low-gap {
        gap: 5.9796437659px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__meta.low-gap {
        gap: calc(max(1px, .4889vw)*1)
    }
}

.product__price,
.product__volume {
    font-size: max(1px, 2.799vw)
}

@media (min-width:801px) {

    .product__price,
    .product__volume {
        font-size: clamp(1px, .963vw, 18.4904943391px)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .product__price,
    .product__volume {
        font-size: 13.155216285px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .product__price,
    .product__volume {
        font-size: max(1px, 1.0757vw)
    }
}

.product__price span {
    font-size: max(1px, 2.2901vw)
}

@media (min-width:801px) {
    .product__price span {
        font-size: clamp(1px, .7879vw, 15.1285862774px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__price span {
        font-size: 10.7633587786px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__price span {
        font-size: max(1px, .8801vw)
    }
}

.product__top-lead {
    font-size: max(1px, 4.5802vw)
}

@media (min-width:801px) {
    .product__top-lead {
        font-size: clamp(1px, 1.5759vw, 30.2571725548px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__top-lead {
        font-size: 21.5267175573px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__top-lead {
        font-size: max(1px, 1.7602vw)
    }
}

.product__top-lead {
    font-weight: 700;
    line-height: 1.2777777778;
    margin-bottom: calc(max(1px, 3.3079vw)*1)
}

@media (min-width:801px) {
    .product__top-lead {
        margin-bottom: calc(clamp(1px, 1.1381vw, 21.8524024007px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__top-lead {
        margin-bottom: 15.5470737913px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__top-lead {
        margin-bottom: calc(max(1px, 1.2712vw)*1)
    }
}

.product__top-lead {
    max-width: calc(max(1px, 69.2112vw)*1)
}

@media (min-width:801px) {
    .product__top-lead {
        max-width: calc(clamp(1px, 23.8135vw, 457.2194963844px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__top-lead {
        max-width: 325.2926208651px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__top-lead {
        max-width: calc(max(1px, 26.5979vw)*1)
    }
}

.product__top-lead {
    margin-left: auto;
    margin-right: auto
}

.product__top-desc {
    font-size: max(1px, 3.0534vw)
}

@media (min-width:801px) {
    .product__top-desc {
        font-size: clamp(1px, 1.0506vw, 20.1714483699px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__top-desc {
        font-size: 14.3511450382px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__top-desc {
        font-size: max(1px, 1.1734vw)
    }
}

.product__top-desc {
    max-width: calc(max(1px, 69.2112vw)*1)
}

@media (min-width:801px) {
    .product__top-desc {
        max-width: calc(clamp(1px, 23.8135vw, 457.2194963844px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__top-desc {
        max-width: 325.2926208651px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__top-desc {
        max-width: calc(max(1px, 26.5979vw)*1)
    }
}

.product__top-desc {
    line-height: 1.6666666667;
    margin-bottom: calc(max(1px, 6.1069vw)*1);
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (min-width:801px) {
    .product__top-desc {
        margin-bottom: calc(clamp(1px, 2.1012vw, 40.3428967398px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__top-desc {
        margin-bottom: 28.7022900763px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__top-desc {
        margin-bottom: calc(max(1px, 2.3469vw)*1)
    }
}

.product__top-desc {
    font-weight: 700
}

.product__lead {
    font-size: max(1px, 4.0712vw)
}

@media (min-width:801px) {
    .product__lead {
        font-size: clamp(1px, 1.4008vw, 26.8952644932px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__lead {
        font-size: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__lead {
        font-size: max(1px, 1.5646vw)
    }
}

.product__lead {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: calc(max(1px, 3.3079vw)*1)
}

@media (min-width:801px) {
    .product__lead {
        margin-bottom: calc(clamp(1px, 1.1381vw, 21.8524024007px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__lead {
        margin-bottom: 15.5470737913px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__lead {
        margin-bottom: calc(max(1px, 1.2712vw)*1)
    }
}

.product__lead {
    max-width: calc(max(1px, 69.2112vw)*1)
}

@media (min-width:801px) {
    .product__lead {
        max-width: calc(clamp(1px, 23.8135vw, 457.2194963844px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__lead {
        max-width: 325.2926208651px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__lead {
        max-width: calc(max(1px, 26.5979vw)*1)
    }
}

.product__lead {
    margin-left: auto;
    margin-right: auto
}

.product__desc {
    font-size: max(1px, 3.0534vw)
}

@media (min-width:801px) {
    .product__desc {
        font-size: clamp(1px, 1.0506vw, 20.1714483699px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__desc {
        font-size: 14.3511450382px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__desc {
        font-size: max(1px, 1.1734vw)
    }
}

.product__desc {
    max-width: calc(max(1px, 69.2112vw)*1)
}

@media (min-width:801px) {
    .product__desc {
        max-width: calc(clamp(1px, 23.8135vw, 457.2194963844px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__desc {
        max-width: 325.2926208651px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__desc {
        max-width: calc(max(1px, 26.5979vw)*1)
    }
}

.product__desc {
    line-height: 1.6666666667;
    margin-bottom: calc(max(1px, 6.1069vw)*1);
    margin-left: auto;
    margin-right: auto
}

@media (min-width:801px) {
    .product__desc {
        margin-bottom: calc(clamp(1px, 2.1012vw, 40.3428967398px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__desc {
        margin-bottom: 28.7022900763px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__desc {
        margin-bottom: calc(max(1px, 2.3469vw)*1)
    }
}

.product__more {
    margin-bottom: calc(max(1px, 15.2672vw)*1)
}

@media (min-width:801px) {
    .product__more {
        margin-bottom: calc(clamp(1px, 5.253vw, 100.8572418495px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__more {
        margin-bottom: 71.7557251908px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__more {
        margin-bottom: calc(max(1px, 5.8672vw)*1)
    }
}

.product__more {
    text-align: center
}

.product__more-link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: calc(max(1px, 49.3639vw)*1)
}

@media (min-width:801px) {
    .product__more-link {
        width: calc(clamp(1px, 16.9846vw, 326.10508198px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__more-link {
        width: 232.010178117px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__more-link {
        width: calc(max(1px, 18.9706vw)*1)
    }
}

.product__more-link {
    height: calc(max(1px, 11.7048vw)*1)
}

@media (min-width:801px) {
    .product__more-link {
        height: calc(clamp(1px, 4.0273vw, 77.3238854179px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__more-link {
        height: 55.0127226463px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__more-link {
        height: calc(max(1px, 4.4982vw)*1)
    }
}

.product__more-link {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 3.3079vw);
    font-style: normal;
    font-weight: 600
}

@media (min-width:801px) {
    .product__more-link {
        font-size: clamp(1px, 1.1381vw, 21.8524024007px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__more-link {
        font-size: 15.5470737913px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__more-link {
        font-size: max(1px, 1.2712vw)
    }
}

.product__more-link {
    background-color: #dce22c;
    border-radius: calc(max(1px, 5.8524vw)*1);
    letter-spacing: .08em
}

@media (min-width:801px) {
    .product__more-link {
        border-radius: calc(clamp(1px, 2.0136vw, 38.661942709px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__more-link {
        border-radius: 27.5063613232px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__more-link {
        border-radius: calc(max(1px, 2.2491vw)*1)
    }
}

.product__more-link {
    border: none;
    color: #000;
    outline: none;
    overflow: hidden;
    position: relative;
    transition: color .3s ease;
    z-index: 0
}

.product__more-link:before {
    background-color: #000;
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: -1
}

.product__more-link:after {
    content: "";
    display: block;
    position: absolute;
    right: calc(max(1px, 4.0712vw)*1);
    top: 50%
}

@media (min-width:801px) {
    .product__more-link:after {
        right: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__more-link:after {
        right: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__more-link:after {
        right: calc(max(1px, 1.5646vw)*1)
    }
}

.product__more-link:after {
    transform: translateY(-50%);
    width: calc(max(1px, 2.2901vw)*1)
}

@media (min-width:801px) {
    .product__more-link:after {
        width: calc(clamp(1px, .7879vw, 15.1285862774px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__more-link:after {
        width: 10.7633587786px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__more-link:after {
        width: calc(max(1px, .8801vw)*1)
    }
}

.product__more-link:after {
    height: calc(max(1px, 1.7812vw)*1)
}

@media (min-width:801px) {
    .product__more-link:after {
        height: calc(clamp(1px, .6128vw, 11.7666782158px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__more-link:after {
        height: 8.3715012723px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__more-link:after {
        height: calc(max(1px, .6845vw)*1)
    }
}

.product__more-link:after {
    background-color: #fff;
    -webkit-mask: url(../img/btn_arrow.svg) no-repeat center/contain;
    mask: url(../img/btn_arrow.svg) no-repeat center/contain;
    transition: color .3s ease, background-color .3s ease;
    transition: transform .3s ease, background-color .3s ease;
    z-index: 1
}

@media (min-width:801px) {
    .product__more-link:hover {
        color: #fff
    }

    .product__more-link:hover:before {
        transform: scaleX(1)
    }

    .product__more-link:hover:after {
        background-color: #fff;
        transform: translateY(-50%) translateX(4px)
    }
}

.product__image-slides {
    padding-top: calc(max(1px, 11.7048vw)*1)
}

@media (min-width:801px) {
    .product__image-slides {
        padding-top: calc(clamp(1px, 4.0273vw, 77.3238854179px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__image-slides {
        padding-top: 55.0127226463px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__image-slides {
        padding-top: calc(max(1px, 4.4982vw)*1)
    }
}

.product__image-slides {
    padding-bottom: calc(max(1px, 24.6819vw)*1)
}

@media (min-width:801px) {
    .product__image-slides {
        padding-bottom: calc(clamp(1px, 8.4923vw, 163.05254099px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__image-slides {
        padding-bottom: 116.0050890585px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__image-slides {
        padding-bottom: calc(max(1px, 9.4853vw)*1)
    }
}

.product__image-slides {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    transform: translateZ(0);
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.product__image-slide {
    width: calc(max(1px, 95.6743vw)*1)
}

@media (min-width:801px) {
    .product__image-slide {
        width: calc(clamp(1px, 32.9187vw, 632.0387155902px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__image-slide {
        width: 449.6692111959px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__image-slide {
        width: calc(max(1px, 36.7677vw)*1)
    }
}

.product__image-slide {
    padding-right: calc(max(1px, 14.7583vw)*1)
}

@media (min-width:801px) {
    .product__image-slide {
        padding-right: calc(clamp(1px, 5.0779vw, 97.4953337878px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__image-slide {
        padding-right: 69.3638676845px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__image-slide {
        padding-right: calc(max(1px, 5.6716vw)*1)
    }
}

.product__image-slide {
    position: relative
}

@media (min-width:801px) {
    .product__image-slide {
        left: calc(clamp(1px, 50.9517vw, 978.2723279649px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product__image-slide {
        left: -696px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product__image-slide {
        left: calc(max(1px, 56.9092vw)*-1)
    }
}

.product__body {
    position: relative
}

.product .product-purchase {
    bottom: calc(max(1px, 3.8168vw)*-1);
    display: none;
    position: absolute
}

@media (min-width:801px) {
    .product .product-purchase {
        bottom: calc(clamp(1px, 1.3132vw, 25.2143104624px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase {
        bottom: -17.9389312977px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase {
        bottom: calc(max(1px, 1.4668vw)*-1)
    }
}

.product .product-purchase {
    background-color: rgba(220, 226, 44, .92);
    border-radius: calc(max(1px, 4.0712vw)*1);
    left: 0;
    width: 100%
}

@media (min-width:801px) {
    .product .product-purchase {
        border-radius: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase {
        border-radius: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase {
        border-radius: calc(max(1px, 1.5646vw)*1)
    }
}

.product .product-purchase {
    padding: calc(max(1px, 12.7226vw)*1) calc(max(1px, 4.5802vw)*1) calc(max(1px, 6.6158vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase {
        padding: calc(clamp(1px, 4.3775vw, 84.0477015412px)*1) calc(clamp(1px, 1.5759vw, 30.2571725548px)*1) calc(clamp(1px, 2.2763vw, 43.7048048014px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase {
        padding: 59.796437659px 21.5267175573px 31.0941475827px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase {
        padding: calc(max(1px, 4.8893vw)*1) calc(max(1px, 1.7602vw)*1) calc(max(1px, 2.5424vw)*1)
    }
}

.product .product-purchase {
    text-align: center
}

.product .product-purchase__list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(max(1px, 3.8168vw)*1) calc(max(1px, 3.3079vw)*1);
    justify-content: center
}

@media (min-width:801px) {
    .product .product-purchase__list {
        gap: calc(clamp(1px, 1.3132vw, 25.2143104624px)*1) calc(clamp(1px, 1.1381vw, 21.8524024007px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__list {
        gap: 17.9389312977px 15.5470737913px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__list {
        gap: calc(max(1px, 1.4668vw)*1) calc(max(1px, 1.2712vw)*1)
    }
}

.product .product-purchase__link {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 3.6641vw);
    font-style: normal;
    font-weight: 700
}

@media (min-width:801px) {
    .product .product-purchase__link {
        font-size: clamp(1px, 1.2607vw, 24.2057380439px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link {
        font-size: 17.2213740458px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link {
        font-size: max(1px, 1.4081vw)
    }
}

.product .product-purchase__link {
    min-width: calc(max(1px, 32.0611vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link {
        min-width: calc(clamp(1px, 11.0313vw, 211.8002078839px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link {
        min-width: 150.6870229008px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link {
        min-width: calc(max(1px, 12.3211vw)*1)
    }
}

.product .product-purchase__link {
    min-height: calc(max(1px, 10.3053vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link {
        min-height: calc(clamp(1px, 3.5458vw, 68.0786382484px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link {
        min-height: 48.4351145038px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link {
        min-height: calc(max(1px, 3.9604vw)*1)
    }
}

.product .product-purchase__link {
    border-radius: calc(max(1px, 5.2672vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link {
        border-radius: calc(clamp(1px, 1.8123vw, 34.7957484381px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link {
        border-radius: 24.7557251908px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link {
        border-radius: calc(max(1px, 2.0242vw)*1)
    }
}

.product .product-purchase__link {
    align-items: center;
    background-color: transparent;
    display: flex;
    padding: calc(max(1px, calc(0 / 1px)vw)*1) calc(max(1px, 4.5802vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link {
        padding: calc(clamp(1px, calc(0 / 1px)vw, 0)*1) calc(clamp(1px, 1.5759vw, 30.2571725548px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link {
        padding: 0 21.5267175573px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link {
        padding: calc(max(1px, calc(0 / 1px)vw)*1) calc(max(1px, 1.7602vw)*1)
    }
}

.product .product-purchase__link {
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    transition: transform .3s ease;
    z-index: 1
}

@media (min-width:801px) {
    .product .product-purchase__link:hover:before {
        transform: scaleX(1.1)
    }
}

.product .product-purchase__link:before {
    background-color: #fff;
    border-radius: inherit;
    content: "";
    inset: 0;
    position: absolute;
    transition: transform .3s ease;
    z-index: -1
}

.product .product-purchase__link:after {
    content: "";
    display: block;
    position: absolute;
    right: calc(max(1px, 4.1221vw)*1);
    top: 50%
}

@media (min-width:801px) {
    .product .product-purchase__link:after {
        right: calc(clamp(1px, 1.4183vw, 27.2314552994px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link:after {
        right: 19.3740458015px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link:after {
        right: calc(max(1px, 1.5841vw)*1)
    }
}

.product .product-purchase__link:after {
    transform: translateY(-50%);
    width: calc(max(1px, 3.8931vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link:after {
        width: calc(clamp(1px, 1.3395vw, 25.7185966716px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link:after {
        width: 18.2977099237px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link:after {
        width: calc(max(1px, 1.4961vw)*1)
    }
}

.product .product-purchase__link:after {
    height: calc(max(1px, 2.9771vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link:after {
        height: calc(clamp(1px, 1.0243vw, 19.6671621607px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link:after {
        height: 13.9923664122px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link:after {
        height: calc(max(1px, 1.1441vw)*1)
    }
}

.product .product-purchase__link:after {
    background-color: #000;
    -webkit-mask: url(../img/ico_purchase_arrow.svg) no-repeat center/contain;
    mask: url(../img/ico_purchase_arrow.svg) no-repeat center/contain;
    transition: transform .3s ease
}

@media (min-width:801px) {
    .product .product-purchase__link:hover:after {
        transform: translate(calc(max(1px, 3.0534vw)*1), -50%)
    }
}

@media (min-width:801px) and (min-width:801px) {
    .product .product-purchase__link:hover:after {
        transform: translate(calc(clamp(1px, 1.0506vw, 20.1714483699px)*1), -50%)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link:hover:after {
        transform: translate(14.3511450382px, -50%)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link:hover:after {
        transform: translate(calc(max(1px, 1.1734vw)*1), -50%)
    }
}

.product .product-purchase__link-large {
    min-width: calc(max(1px, 67.0992vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link-large {
        min-width: calc(clamp(1px, 23.0869vw, 443.2675779285px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link-large {
        min-width: 315.3664122137px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link-large {
        min-width: calc(max(1px, 25.7863vw)*1)
    }
}

.product .product-purchase__link-large {
    margin-top: calc(max(1px, 4.5802vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link-large {
        margin-top: calc(clamp(1px, 1.5759vw, 30.2571725548px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link-large {
        margin-top: 21.5267175573px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link-large {
        margin-top: calc(max(1px, 1.7602vw)*1)
    }
}

.product .product-purchase__link-large {
    margin-bottom: calc(max(1px, 7.5573vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__link-large {
        margin-bottom: calc(clamp(1px, 2.6002vw, 49.9243347155px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__link-large {
        margin-bottom: 35.5190839695px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__link-large {
        margin-bottom: calc(max(1px, 2.9043vw)*1)
    }
}

.product .product-purchase__link-large {
    display: flex;
    justify-content: center
}

.product .product-purchase__close {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, calc(3.3079 / 1px)vw);
    font-style: normal;
    font-weight: 600
}

@media (min-width:801px) {
    .product .product-purchase__close {
        font-size: clamp(1px, calc(1.1381 / 1px)vw, 21.8524024007)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__close {
        font-size: 15.5470737913
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__close {
        font-size: max(1px, calc(1.2712 / 1px)vw)
    }
}

.product .product-purchase__close {
    width: calc(max(1px, 49.3639vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__close {
        width: calc(clamp(1px, 16.9846vw, 326.10508198px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__close {
        width: 232.010178117px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__close {
        width: calc(max(1px, 18.9706vw)*1)
    }
}

.product .product-purchase__close {
    align-items: center;
    background: none;
    border: none;
    color: #000;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative
}

.product .product-purchase__close:after {
    content: "";
    display: inline-flex;
    width: calc(max(1px, 5.2672vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__close:after {
        width: calc(clamp(1px, 1.8123vw, 34.7957484381px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__close:after {
        width: 24.7557251908px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__close:after {
        width: calc(max(1px, 2.0242vw)*1)
    }
}

.product .product-purchase__close:after {
    height: calc(max(1px, 3.8931vw)*1)
}

@media (min-width:801px) {
    .product .product-purchase__close:after {
        height: calc(clamp(1px, 1.3395vw, 25.7185966716px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__close:after {
        height: 18.2977099237px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__close:after {
        height: calc(max(1px, 1.4961vw)*1)
    }
}

.product .product-purchase__close:after {
    background-color: #000;
    margin-left: calc(max(1px, 2.2901vw)*1);
    -webkit-mask: url(../img/ico_btn_close.png) no-repeat center/contain;
    mask: url(../img/ico_btn_close.png) no-repeat center/contain
}

@media (min-width:801px) {
    .product .product-purchase__close:after {
        margin-left: calc(clamp(1px, .7879vw, 15.1285862774px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .product .product-purchase__close:after {
        margin-left: 10.7633587786px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .product .product-purchase__close:after {
        margin-left: calc(max(1px, .8801vw)*1)
    }
}

.instagram .instagram-list {
    padding-top: calc(max(1px, 12.7226vw)*1)
}

@media (min-width:801px) {
    .instagram .instagram-list {
        padding-top: calc(clamp(1px, 4.3775vw, 84.0477015412px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .instagram .instagram-list {
        padding-top: 59.796437659px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .instagram .instagram-list {
        padding-top: calc(max(1px, 4.8893vw)*1)
    }
}

.instagram .instagram-list {
    padding-bottom: calc(max(1px, 17.0483vw)*1)
}

@media (min-width:801px) {
    .instagram .instagram-list {
        padding-bottom: calc(clamp(1px, 5.8658vw, 112.6239200653px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .instagram .instagram-list {
        padding-bottom: 80.1272264631px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .instagram .instagram-list {
        padding-bottom: calc(max(1px, 6.5517vw)*1)
    }
}

.instagram .instagram-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(max(1px, 5.0891vw)*1) calc(max(1px, 2.0356vw)*1)
}

@media (min-width:801px) {
    .instagram .instagram-list {
        gap: calc(clamp(1px, 1.751vw, 33.6190806165px)*1) calc(clamp(1px, .7004vw, 13.4476322466px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .instagram .instagram-list {
        gap: 23.9185750636px 9.5674300254px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .instagram .instagram-list {
        gap: calc(max(1px, 1.9557vw)*1) calc(max(1px, .7823vw)*1)
    }
}

.instagram .instagram-item {
    width: calc(max(1px, 29.2621vw)*1)
}

@media (min-width:801px) {
    .instagram .instagram-item {
        width: calc(clamp(1px, 10.0682vw, 193.3097135449px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .instagram .instagram-item {
        width: 137.5318066158px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .instagram .instagram-item {
        width: calc(max(1px, 11.2454vw)*1)
    }
}

.instagram .instagram-item {
    height: calc(max(1px, 42.7481vw)*1)
}

@media (min-width:801px) {
    .instagram .instagram-item {
        height: calc(clamp(1px, 14.7083vw, 282.4002771786px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .instagram .instagram-item {
        height: 200.9160305344px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .instagram .instagram-item {
        height: calc(max(1px, 16.4281vw)*1)
    }
}

.instagram .instagram-item {
    aspect-ratio: 115/168;
    overflow: hidden
}

.instagram .instagram-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.product__arrow,
.topics__arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    will-change: transform;
    z-index: 100
}

.product__arrow img,
.topics__arrow img {
    width: calc(max(1px, 7.3791vw)*1)
}

@media (min-width:801px) {

    .product__arrow img,
    .topics__arrow img {
        width: calc(clamp(1px, 2.5389vw, 48.7476668939px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .product__arrow img,
    .topics__arrow img {
        width: 34.6819338422px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .product__arrow img,
    .topics__arrow img {
        width: calc(max(1px, 2.8358vw)*1)
    }
}

.product__arrow img,
.topics__arrow img {
    display: block;
    height: auto;
    transition: transform .25s ease
}

.product__swiper-pagination,
.topics__swiper-pagination {
    margin-top: calc(max(1px, 3.0534vw)*1)
}

@media (min-width:801px) {

    .product__swiper-pagination,
    .topics__swiper-pagination {
        margin-top: calc(clamp(1px, 1.0506vw, 20.1714483699px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .product__swiper-pagination,
    .topics__swiper-pagination {
        margin-top: 14.3511450382px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .product__swiper-pagination,
    .topics__swiper-pagination {
        margin-top: calc(max(1px, 1.1734vw)*1)
    }
}

.product__swiper-pagination,
.topics__swiper-pagination {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 2.2901vw);
    font-style: normal;
    font-weight: 700;
    text-align: center
}

@media (min-width:801px) {

    .product__swiper-pagination,
    .topics__swiper-pagination {
        font-size: clamp(1px, .7879vw, 15.1285862774px)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .product__swiper-pagination,
    .topics__swiper-pagination {
        font-size: 10.7633587786px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .product__swiper-pagination,
    .topics__swiper-pagination {
        font-size: max(1px, .8801vw)
    }
}

.product__swiper-pagination span,
.topics__swiper-pagination span {
    padding: 0 .5em
}

.swiper-button-disabled {
    display: none
}

.topics {
    padding-bottom: calc(max(1px, 17.8117vw)*1)
}

@media (min-width:801px) {
    .topics {
        padding-bottom: calc(clamp(1px, 6.1285vw, 117.6667821577px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics {
        padding-bottom: 83.7150127226px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics {
        padding-bottom: calc(max(1px, 6.8451vw)*1)
    }
}

.topics__slider-wrap {
    padding-top: calc(max(1px, 4.0712vw)*1)
}

@media (min-width:801px) {
    .topics__slider-wrap {
        padding-top: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__slider-wrap {
        padding-top: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__slider-wrap {
        padding-top: calc(max(1px, 1.5646vw)*1)
    }
}

.topics__slider {
    width: calc(max(1px, 78.626vw)*1)
}

@media (min-width:801px) {
    .topics__slider {
        width: calc(clamp(1px, 27.0529vw, 519.4147955249px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__slider {
        width: 369.5419847328px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__slider {
        width: calc(max(1px, 30.216vw)*1)
    }
}

.topics .slide-inner {
    background-color: #fff;
    padding: calc(max(1px, 7.6336vw)*1) calc(max(1px, 10.1781vw)*1) calc(max(1px, 10.1781vw)*1)
}

@media (min-width:801px) {
    .topics .slide-inner {
        padding: calc(clamp(1px, 2.6265vw, 50.4286209247px)*1) calc(clamp(1px, 3.502vw, 67.238161233px)*1) calc(clamp(1px, 3.502vw, 67.238161233px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .slide-inner {
        padding: 35.8778625954px 47.8371501272px 47.8371501272px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .slide-inner {
        padding: calc(max(1px, 2.9336vw)*1) calc(max(1px, 3.9115vw)*1) calc(max(1px, 3.9115vw)*1)
    }
}

.topics .slide-inner {
    border: 1px solid #000
}

.topics__date {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 2.5445vw);
    font-style: normal;
    font-weight: 700
}

@media (min-width:801px) {
    .topics__date {
        font-size: clamp(1px, .8755vw, 16.8095403082px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__date {
        font-size: 11.9592875318px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__date {
        font-size: max(1px, .9779vw)
    }
}

.topics__date {
    margin-bottom: calc(max(1px, 1.7812vw)*1)
}

@media (min-width:801px) {
    .topics__date {
        margin-bottom: calc(clamp(1px, .6128vw, 11.7666782158px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__date {
        margin-bottom: 8.3715012723px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__date {
        margin-bottom: calc(max(1px, .6845vw)*1)
    }
}

.topics__image {
    border-radius: calc(max(1px, 6.3613vw)*1)
}

@media (min-width:801px) {
    .topics__image {
        border-radius: calc(clamp(1px, 2.1887vw, 42.0238507706px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__image {
        border-radius: 29.8982188295px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__image {
        border-radius: calc(max(1px, 2.4447vw)*1)
    }
}

.topics__image {
    width: calc(max(1px, 58.0153vw)*1)
}

@media (min-width:801px) {
    .topics__image {
        width: calc(clamp(1px, 19.9613vw, 383.2575190281px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__image {
        width: 272.6717557252px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__image {
        width: calc(max(1px, 22.2953vw)*1)
    }
}

.topics__image {
    height: calc(max(1px, 33.3333vw)*1)
}

@media (min-width:801px) {
    .topics__image {
        height: calc(clamp(1px, 11.469vw, 220.2049780381px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__image {
        height: 156.6666666667px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__image {
        height: calc(max(1px, 12.81vw)*1)
    }
}

.topics__image {
    margin-bottom: calc(max(1px, 2.799vw)*1)
}

@media (min-width:801px) {
    .topics__image {
        margin-bottom: calc(clamp(1px, .963vw, 18.4904943391px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__image {
        margin-bottom: 13.155216285px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__image {
        margin-bottom: calc(max(1px, 1.0757vw)*1)
    }
}

.topics__image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.topics__text {
    font-size: max(1px, 3.0534vw)
}

@media (min-width:801px) {
    .topics__text {
        font-size: clamp(1px, 1.0506vw, 20.1714483699px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__text {
        font-size: 14.3511450382px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__text {
        font-size: max(1px, 1.1734vw)
    }
}

.topics__text {
    display: -webkit-box;
    font-weight: 500;
    line-height: 1.5384615385;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.topics__more {
    bottom: calc(max(1px, 8.3969vw)*1);
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

@media (min-width:801px) {
    .topics__more {
        bottom: calc(clamp(1px, 2.8891vw, 55.4714830172px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__more {
        bottom: 39.465648855px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__more {
        bottom: calc(max(1px, 3.227vw)*1)
    }
}

.topics__more {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 2.5445vw);
    font-style: normal;
    font-weight: 700
}

@media (min-width:801px) {
    .topics__more {
        font-size: clamp(1px, .8755vw, 16.8095403082px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__more {
        font-size: 11.9592875318px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__more {
        font-size: max(1px, .9779vw)
    }
}

.topics__more,
.topics__more:after {
    align-items: center;
    display: inline-flex
}

.topics__more:after {
    content: "";
    margin-left: calc(max(1px, 1.1959vw)*1)
}

@media (min-width:801px) {
    .topics__more:after {
        margin-left: calc(clamp(1px, .4115vw, 7.9004839449px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__more:after {
        margin-left: 5.6208651399px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__more:after {
        margin-left: calc(max(1px, .4596vw)*1)
    }
}

.topics__more:after {
    width: calc(max(1px, 2.0356vw)*1)
}

@media (min-width:801px) {
    .topics__more:after {
        width: calc(clamp(1px, .7004vw, 13.4476322466px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__more:after {
        width: 9.5674300254px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__more:after {
        width: calc(max(1px, .7823vw)*1)
    }
}

.topics__more:after {
    height: calc(max(1px, 1.5267vw)*1)
}

@media (min-width:801px) {
    .topics__more:after {
        height: calc(clamp(1px, .5253vw, 10.0857241849px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__more:after {
        height: 7.1755725191px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__more:after {
        height: calc(max(1px, .5867vw)*1)
    }
}

.topics__more:after {
    background: url(../img/ico_purchase_arrow.svg) no-repeat 50%/contain
}

.topics__arrow--prev {
    left: calc(max(1px, 2.2901vw)*-1)
}

@media (min-width:801px) {
    .topics__arrow--prev {
        left: calc(clamp(1px, .7879vw, 15.1285862774px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__arrow--prev {
        left: -10.7633587786px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__arrow--prev {
        left: calc(max(1px, .8801vw)*-1)
    }
}

.topics__arrow--next {
    right: calc(max(1px, 2.2901vw)*-1)
}

@media (min-width:801px) {
    .topics__arrow--next {
        right: calc(clamp(1px, .7879vw, 15.1285862774px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics__arrow--next {
        right: -10.7633587786px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics__arrow--next {
        right: calc(max(1px, .8801vw)*-1)
    }
}

@media (min-width:801px) {
    .topics__arrow--prev:hover img {
        transform: translateX(calc(max(1px, 1.5267vw)*-1))
    }
}

@media (min-width:801px) and (min-width:801px) {
    .topics__arrow--prev:hover img {
        transform: translateX(calc(clamp(1px, .5253vw, 10.0857241849px)*-1))
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .topics__arrow--prev:hover img {
        transform: translateX(-7.1755725191px)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .topics__arrow--prev:hover img {
        transform: translateX(calc(max(1px, .5867vw)*-1))
    }
}

@media (min-width:801px) {
    .topics__arrow--next:hover img {
        transform: translateX(calc(max(1px, 1.5267vw)*1))
    }
}

@media (min-width:801px) and (min-width:801px) {
    .topics__arrow--next:hover img {
        transform: translateX(calc(clamp(1px, .5253vw, 10.0857241849px)*1))
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1366px) {
    .topics__arrow--next:hover img {
        transform: translateX(7.1755725191px)
    }
}

@media (min-width:801px) and (min-width:801px) and (max-width:1223px) {
    .topics__arrow--next:hover img {
        transform: translateX(calc(max(1px, .5867vw)*1))
    }
}

.topics .inner {
    margin-top: calc(max(1px, 10.1781vw)*1)
}

@media (min-width:801px) {
    .topics .inner {
        margin-top: calc(clamp(1px, 3.502vw, 67.238161233px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .inner {
        margin-top: 47.8371501272px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .inner {
        margin-top: calc(max(1px, 3.9115vw)*1)
    }
}

.topics .inner {
    position: relative
}

.topics .bracket {
    content: "";
    display: block;
    position: absolute;
    width: calc(max(1px, 4.3257vw)*1)
}

@media (min-width:801px) {
    .topics .bracket {
        width: calc(clamp(1px, 1.4883vw, 28.576218524px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .bracket {
        width: 20.3307888041px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .bracket {
        width: calc(max(1px, 1.6624vw)*1)
    }
}

.topics .bracket {
    height: calc(max(1px, 4.3257vw)*1)
}

@media (min-width:801px) {
    .topics .bracket {
        height: calc(clamp(1px, 1.4883vw, 28.576218524px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .bracket {
        height: 20.3307888041px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .bracket {
        height: calc(max(1px, 1.6624vw)*1)
    }
}

.topics .bracket {
    background: url(../img/brackets_img.svg) no-repeat 50%/contain
}

.topics .bracket.lt {
    left: calc(max(1px, 4.0712vw)*1);
    top: 0
}

@media (min-width:801px) {
    .topics .bracket.lt {
        left: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .bracket.lt {
        left: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .bracket.lt {
        left: calc(max(1px, 1.5646vw)*1)
    }
}

.topics .bracket.lt {
    transform: rotate(0deg)
}

.topics .bracket.rt {
    right: calc(max(1px, 4.0712vw)*1);
    top: 0
}

@media (min-width:801px) {
    .topics .bracket.rt {
        right: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .bracket.rt {
        right: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .bracket.rt {
        right: calc(max(1px, 1.5646vw)*1)
    }
}

.topics .bracket.rt {
    transform: rotate(90deg)
}

.topics .bracket.lb {
    bottom: 0;
    left: calc(max(1px, 4.0712vw)*1)
}

@media (min-width:801px) {
    .topics .bracket.lb {
        left: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .bracket.lb {
        left: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .bracket.lb {
        left: calc(max(1px, 1.5646vw)*1)
    }
}

.topics .bracket.lb {
    transform: rotate(-90deg)
}

.topics .bracket.rb {
    bottom: 0;
    right: calc(max(1px, 4.0712vw)*1)
}

@media (min-width:801px) {
    .topics .bracket.rb {
        right: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .bracket.rb {
        right: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .bracket.rb {
        right: calc(max(1px, 1.5646vw)*1)
    }
}

.topics .bracket.rb {
    transform: rotate(180deg)
}

.topics .slide-inner {
    min-height: calc(max(1px, 84.4784vw)*1);
    transition: transform .4s ease;
    will-change: transform
}

@media (min-width:801px) {
    .topics .slide-inner {
        min-height: calc(clamp(1px, 29.0665vw, 558.0767382339px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .topics .slide-inner {
        min-height: 397.048346056px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .topics .slide-inner {
        min-height: calc(max(1px, 32.4651vw)*1)
    }
}

.topics .topics__slider,
.topics .topics__slider .swiper-slide,
.topics .topics__slider .swiper-wrapper {
    overflow: visible
}

.topics .swiper-slide-shadow,
.topics .swiper-slide-shadow-left,
.topics .swiper-slide-shadow-right {
    display: none !important
}

@media (min-width:801px) {
    .topics a:hover {
        text-decoration: underline
    }
}

@media (max-width:800px) {
    .topics a:active {
        text-decoration: underline
    }
}

.news__item {
    padding: calc(max(1px, 6.3613vw)*1) calc(max(1px, 5.0891vw)*1)
}

@media (min-width:801px) {
    .news__item {
        padding: calc(clamp(1px, 2.1887vw, 42.0238507706px)*1) calc(clamp(1px, 1.751vw, 33.6190806165px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__item {
        padding: 29.8982188295px 23.9185750636px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__item {
        padding: calc(max(1px, 2.4447vw)*1) calc(max(1px, 1.9557vw)*1)
    }
}

.news__item {
    border: 1px solid #f3f78a
}

@media (min-width:801px) {
    .news__item a:hover {
        text-decoration: underline
    }
}

@media (max-width:800px) {
    .news__item a:active {
        text-decoration: underline
    }
}

.news__date {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 2.5445vw);
    font-style: normal;
    font-weight: 700
}

@media (min-width:801px) {
    .news__date {
        font-size: clamp(1px, .8755vw, 16.8095403082px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__date {
        font-size: 11.9592875318px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__date {
        font-size: max(1px, .9779vw)
    }
}

.news__date {
    margin-bottom: calc(max(1px, 2.5445vw)*1)
}

@media (min-width:801px) {
    .news__date {
        margin-bottom: calc(clamp(1px, .8755vw, 16.8095403082px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__date {
        margin-bottom: 11.9592875318px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__date {
        margin-bottom: calc(max(1px, .9779vw)*1)
    }
}

.news__text {
    font-size: max(1px, 3.0534vw)
}

@media (min-width:801px) {
    .news__text {
        font-size: clamp(1px, 1.0506vw, 20.1714483699px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__text {
        font-size: 14.3511450382px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__text {
        font-size: max(1px, 1.1734vw)
    }
}

.news__text {
    line-height: 1.5
}

.news__more {
    padding-top: calc(max(1px, 8.9059vw)*1)
}

@media (min-width:801px) {
    .news__more {
        padding-top: calc(clamp(1px, 3.0642vw, 58.8333910789px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more {
        padding-top: 41.8575063613px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more {
        padding-top: calc(max(1px, 3.4225vw)*1)
    }
}

.news__more {
    padding-bottom: calc(max(1px, 25.4453vw)*1)
}

@media (min-width:801px) {
    .news__more {
        padding-bottom: calc(clamp(1px, 8.755vw, 168.0954030825px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more {
        padding-bottom: 119.5928753181px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more {
        padding-bottom: calc(max(1px, 9.7786vw)*1)
    }
}

.news__more {
    text-align: center
}

.news__more-link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: calc(max(1px, 49.3639vw)*1)
}

@media (min-width:801px) {
    .news__more-link {
        width: calc(clamp(1px, 16.9846vw, 326.10508198px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more-link {
        width: 232.010178117px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more-link {
        width: calc(max(1px, 18.9706vw)*1)
    }
}

.news__more-link {
    height: calc(max(1px, 11.7048vw)*1)
}

@media (min-width:801px) {
    .news__more-link {
        height: calc(clamp(1px, 4.0273vw, 77.3238854179px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more-link {
        height: 55.0127226463px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more-link {
        height: calc(max(1px, 4.4982vw)*1)
    }
}

.news__more-link {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 3.3079vw);
    font-style: normal;
    font-weight: 600
}

@media (min-width:801px) {
    .news__more-link {
        font-size: clamp(1px, 1.1381vw, 21.8524024007px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more-link {
        font-size: 15.5470737913px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more-link {
        font-size: max(1px, 1.2712vw)
    }
}

.news__more-link {
    background-color: #fff;
    border-radius: calc(max(1px, 5.8524vw)*1);
    letter-spacing: .08em
}

@media (min-width:801px) {
    .news__more-link {
        border-radius: calc(clamp(1px, 2.0136vw, 38.661942709px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more-link {
        border-radius: 27.5063613232px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more-link {
        border-radius: calc(max(1px, 2.2491vw)*1)
    }
}

.news__more-link {
    overflow: hidden;
    position: relative;
    transition: color .3s ease;
    z-index: 0
}

.news__more-link:before {
    background-color: #000;
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: -1
}

.news__more-link:after {
    content: "";
    display: block;
    position: absolute;
    right: calc(max(1px, 4.0712vw)*1);
    top: 50%
}

@media (min-width:801px) {
    .news__more-link:after {
        right: calc(clamp(1px, 1.4008vw, 26.8952644932px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more-link:after {
        right: 19.1348600509px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more-link:after {
        right: calc(max(1px, 1.5646vw)*1)
    }
}

.news__more-link:after {
    transform: translateY(-50%);
    width: calc(max(1px, 2.2901vw)*1)
}

@media (min-width:801px) {
    .news__more-link:after {
        width: calc(clamp(1px, .7879vw, 15.1285862774px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more-link:after {
        width: 10.7633587786px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more-link:after {
        width: calc(max(1px, .8801vw)*1)
    }
}

.news__more-link:after {
    height: calc(max(1px, 1.7812vw)*1)
}

@media (min-width:801px) {
    .news__more-link:after {
        height: calc(clamp(1px, .6128vw, 11.7666782158px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .news__more-link:after {
        height: 8.3715012723px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .news__more-link:after {
        height: calc(max(1px, .6845vw)*1)
    }
}

.news__more-link:after {
    background-color: #dce22d;
    -webkit-mask: url(../img/btn_arrow.svg) no-repeat center/contain;
    mask: url(../img/btn_arrow.svg) no-repeat center/contain;
    transition: color .3s ease, background-color .3s ease;
    transition: transform .3s ease, background-color .3s ease;
    z-index: 1
}

@media (min-width:801px) {
    .news__more-link:hover {
        color: #fff
    }

    .news__more-link:hover:before {
        transform: scaleX(1)
    }

    .news__more-link:hover:after {
        background-color: #fff;
        transform: translateY(-50%) translateX(4px)
    }
}

.shop-list {
    padding-bottom: calc(max(1px, 15.2672vw)*1)
}

@media (min-width:801px) {
    .shop-list {
        padding-bottom: calc(clamp(1px, 5.253vw, 100.8572418495px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .shop-list {
        padding-bottom: 71.7557251908px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .shop-list {
        padding-bottom: calc(max(1px, 5.8672vw)*1)
    }
}

.shop-list__btn-link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: calc(max(1px, 91.6031vw)*1)
}

@media (min-width:801px) {
    .shop-list__btn-link {
        width: calc(clamp(1px, 31.5179vw, 605.143451097px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .shop-list__btn-link {
        width: 430.534351145px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .shop-list__btn-link {
        width: calc(max(1px, 35.2031vw)*1)
    }
}

.shop-list__btn-link {
    height: calc(max(1px, 27.2265vw)*1)
}

@media (min-width:801px) {
    .shop-list__btn-link {
        height: calc(clamp(1px, 9.3678vw, 179.8620812983px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .shop-list__btn-link {
        height: 127.9643765903px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .shop-list__btn-link {
        height: calc(max(1px, 10.4632vw)*1)
    }
}

.shop-list__btn-link {
    background-color: #000;
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 5.598vw);
    font-style: normal;
    font-weight: 700
}

@media (min-width:801px) {
    .shop-list__btn-link {
        font-size: clamp(1px, 1.9261vw, 36.9809886781px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .shop-list__btn-link {
        font-size: 26.31043257px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .shop-list__btn-link {
        font-size: max(1px, 2.1513vw)
    }
}

.shop-list__btn-link {
    color: #fff;
    position: relative;
    transform: scale(1);
    transform-origin: center center;
    transition: transform .3s ease;
    z-index: 10
}

.shop-list__btn-link:after {
    content: "";
    display: block;
    position: absolute;
    right: calc(max(1px, 6.6158vw)*1);
    top: 50%
}

@media (min-width:801px) {
    .shop-list__btn-link:after {
        right: calc(clamp(1px, 2.2763vw, 43.7048048014px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .shop-list__btn-link:after {
        right: 31.0941475827px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .shop-list__btn-link:after {
        right: calc(max(1px, 2.5424vw)*1)
    }
}

.shop-list__btn-link:after {
    transform: translateY(-50%);
    width: calc(max(1px, 7.1247vw)*1)
}

@media (min-width:801px) {
    .shop-list__btn-link:after {
        width: calc(clamp(1px, 2.4514vw, 47.0667128631px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .shop-list__btn-link:after {
        width: 33.4860050891px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .shop-list__btn-link:after {
        width: calc(max(1px, 2.738vw)*1)
    }
}

.shop-list__btn-link:after {
    height: calc(max(1px, 5.598vw)*1)
}

@media (min-width:801px) {
    .shop-list__btn-link:after {
        height: calc(clamp(1px, 1.9261vw, 36.9809886781px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .shop-list__btn-link:after {
        height: 26.31043257px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .shop-list__btn-link:after {
        height: calc(max(1px, 2.1513vw)*1)
    }
}

.shop-list__btn-link:after {
    background-color: #fff;
    -webkit-mask: url(../img/btn_link_arrow.svg) no-repeat center/contain;
    mask: url(../img/btn_link_arrow.svg) no-repeat center/contain;
    transition: color .3s ease, background-color .3s ease
}

@media (min-width:801px) {
    .shop-list__btn-link:hover {
        transform: scale(1.088)
    }
}

.shop-list__slider {
    margin-top: calc(max(1px, 10.1781vw)*-1)
}

@media (min-width:801px) {
    .shop-list__slider {
        margin-top: calc(clamp(1px, 3.502vw, 67.238161233px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .shop-list__slider {
        margin-top: -47.8371501272px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .shop-list__slider {
        margin-top: calc(max(1px, 3.9115vw)*-1)
    }
}

.c-footer {
    padding-top: calc(max(1px, 19.084vw)*1);
    position: relative;
    z-index: 0
}

@media (min-width:801px) {
    .c-footer {
        padding-top: calc(clamp(1px, 6.5662vw, 126.0715523119px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer {
        padding-top: 89.6946564885px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer {
        padding-top: calc(max(1px, 7.334vw)*1)
    }
}

.c-footer {
    background-color: #e5e5e5
}

.c-footer__brand-logo {
    width: calc(max(1px, 69.2112vw)*1)
}

@media (min-width:801px) {
    .c-footer__brand-logo {
        width: calc(clamp(1px, 23.8135vw, 457.2194963844px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__brand-logo {
        width: 325.2926208651px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__brand-logo {
        width: calc(max(1px, 26.5979vw)*1)
    }
}

.c-footer__brand-logo {
    margin-bottom: calc(max(1px, 81.4249vw)*1)
}

@media (min-width:801px) {
    .c-footer__brand-logo {
        margin-bottom: calc(clamp(1px, 28.0159vw, 537.905289864px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__brand-logo {
        margin-bottom: 382.6972010178px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__brand-logo {
        margin-bottom: calc(max(1px, 31.2917vw)*1)
    }
}

.c-footer__nav {
    display: flex;
    justify-content: space-between
}

.c-footer__menu {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 3.0534vw);
    font-style: normal;
    font-weight: 700
}

@media (min-width:801px) {
    .c-footer__menu {
        font-size: clamp(1px, 1.0506vw, 20.1714483699px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__menu {
        font-size: 14.3511450382px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__menu {
        font-size: max(1px, 1.1734vw)
    }
}

.c-footer__menu-link {
    align-items: center;
    display: flex;
    position: relative
}

.c-footer__menu-link:before {
    content: "";
    display: block;
    margin-right: calc(max(1px, 1.2723vw)*1)
}

@media (min-width:801px) {
    .c-footer__menu-link:before {
        margin-right: calc(clamp(1px, .4377vw, 8.4047701541px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__menu-link:before {
        margin-right: 5.9796437659px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__menu-link:before {
        margin-right: calc(max(1px, .4889vw)*1)
    }
}

.c-footer__menu-link:before {
    width: calc(max(1px, 2.5445vw)*1)
}

@media (min-width:801px) {
    .c-footer__menu-link:before {
        width: calc(clamp(1px, .8755vw, 16.8095403082px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__menu-link:before {
        width: 11.9592875318px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__menu-link:before {
        width: calc(max(1px, .9779vw)*1)
    }
}

.c-footer__menu-link:before {
    height: calc(max(1px, 2.5445vw)*1)
}

@media (min-width:801px) {
    .c-footer__menu-link:before {
        height: calc(clamp(1px, .8755vw, 16.8095403082px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__menu-link:before {
        height: 11.9592875318px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__menu-link:before {
        height: calc(max(1px, .9779vw)*1)
    }
}

.c-footer__menu-link:before {
    background: url(../img/ico_check.svg) no-repeat 50%/contain
}

.c-footer__sns {
    display: flex;
    gap: calc(max(1px, 3.8168vw)*1)
}

@media (min-width:801px) {
    .c-footer__sns {
        gap: calc(clamp(1px, 1.3132vw, 25.2143104624px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__sns {
        gap: 17.9389312977px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__sns {
        gap: calc(max(1px, 1.4668vw)*1)
    }
}

.c-footer__sns {
    margin-top: auto
}

@media (min-width:801px) {
    .c-footer__sns {
        display: none
    }
}

.c-footer__sns-icon.icon-instagram {
    width: calc(max(1px, 8.3969vw)*1)
}

@media (min-width:801px) {
    .c-footer__sns-icon.icon-instagram {
        width: calc(clamp(1px, 2.8891vw, 55.4714830172px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__sns-icon.icon-instagram {
        width: 39.465648855px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__sns-icon.icon-instagram {
        width: calc(max(1px, 3.227vw)*1)
    }
}

.c-footer__sns-icon.icon-x {
    width: calc(max(1px, 7.6336vw)*1)
}

@media (min-width:801px) {
    .c-footer__sns-icon.icon-x {
        width: calc(clamp(1px, 2.6265vw, 50.4286209247px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__sns-icon.icon-x {
        width: 35.8778625954px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__sns-icon.icon-x {
        width: calc(max(1px, 2.9336vw)*1)
    }
}

.c-footer__sns-icon.icon-tiktok {
    width: calc(max(1px, 6.8702vw)*1)
}

@media (min-width:801px) {
    .c-footer__sns-icon.icon-tiktok {
        width: calc(clamp(1px, 2.3638vw, 45.3857588323px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__sns-icon.icon-tiktok {
        width: 32.2900763359px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__sns-icon.icon-tiktok {
        width: calc(max(1px, 2.6402vw)*1)
    }
}

.c-footer__copy {
    margin-top: calc(max(1px, 8.3969vw)*1)
}

@media (min-width:801px) {
    .c-footer__copy {
        margin-top: calc(clamp(1px, 2.8891vw, 55.4714830172px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__copy {
        margin-top: 39.465648855px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__copy {
        margin-top: calc(max(1px, 3.227vw)*1)
    }
}

.c-footer__copy {
    margin-bottom: calc(max(1px, 2.5445vw)*1)
}

@media (min-width:801px) {
    .c-footer__copy {
        margin-bottom: calc(clamp(1px, .8755vw, 16.8095403082px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__copy {
        margin-bottom: 11.9592875318px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__copy {
        margin-bottom: calc(max(1px, .9779vw)*1)
    }
}

.c-footer__floating-img {
    bottom: calc(max(1px, 38.1679vw)*1);
    left: 50%;
    position: fixed
}

@media (min-width:801px) {
    .c-footer__floating-img {
        bottom: calc(clamp(1px, 13.1325vw, 252.1431046237px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__floating-img {
        bottom: 179.3893129771px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__floating-img {
        bottom: calc(max(1px, 14.668vw)*1)
    }
}

.c-footer__floating-img {
    pointer-events: none;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content
}

@media (min-width:801px) {
    .c-footer__floating-img {
        left: calc(clamp(1px, 68.1552vw, 1308.579795022px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .c-footer__floating-img {
        left: 931px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .c-footer__floating-img {
        left: calc(max(1px, 76.1243vw)*1)
    }
}

.c-footer__floating-img {
    opacity: 0
}

.c-footer__floating-img.is-scrolled {
    opacity: 1
}

.l-column-right {
    position: relative;
    z-index: 10
}

.l-column-right__inner {
    height: 100vh;
    position: relative
}

.l-column-right__grid {
    background-image: linear-gradient(90deg, #f3f78a 1px, transparent 0), linear-gradient(180deg, #f3f78a 1px, transparent 0);
    background-size: calc(clamp(1px, 1.3909vw, 26.7057101025px)*1) calc(clamp(1px, 1.3909vw, 26.7057101025px)*1);
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.l-column-right__text {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 4.5802vw);
    font-style: normal;
    font-weight: 600
}

@media (min-width:801px) {
    .l-column-right__text {
        font-size: clamp(1px, 1.5759vw, 30.2571725548px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-right__text {
        font-size: 21.5267175573px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-right__text {
        font-size: max(1px, 1.7602vw)
    }
}

.l-column-right__text {
    align-items: center;
    display: inline-flex;
    gap: calc(max(1px, 5.0891vw)*1);
    left: calc(100% - .5em - clamp(1px, 1.4641vw, 28.1112737921px)*1);
    letter-spacing: .1em;
    line-height: 1;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
    visibility: hidden;
    white-space: nowrap
}

@media (min-width:801px) {
    .l-column-right__text {
        gap: calc(clamp(1px, 1.751vw, 33.6190806165px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-right__text {
        gap: 23.9185750636px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-right__text {
        gap: calc(max(1px, 1.9557vw)*1)
    }
}

.l-column-right__text:after,
.l-column-right__text:before {
    content: "";
    display: block;
    width: calc(max(1px, 5.0891vw)*1)
}

@media (min-width:801px) {

    .l-column-right__text:after,
    .l-column-right__text:before {
        width: calc(clamp(1px, 1.751vw, 33.6190806165px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .l-column-right__text:after,
    .l-column-right__text:before {
        width: 23.9185750636px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .l-column-right__text:after,
    .l-column-right__text:before {
        width: calc(max(1px, 1.9557vw)*1)
    }
}

.l-column-right__text:after,
.l-column-right__text:before {
    height: calc(max(1px, 1.0178vw)*1)
}

@media (min-width:801px) {

    .l-column-right__text:after,
    .l-column-right__text:before {
        height: calc(clamp(1px, .3502vw, 6.7238161233px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .l-column-right__text:after,
    .l-column-right__text:before {
        height: 4.7837150127px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .l-column-right__text:after,
    .l-column-right__text:before {
        height: calc(max(1px, .3911vw)*1)
    }
}

.l-column-right__text:after,
.l-column-right__text:before {
    transform: rotate(-90deg);
    transform-origin: center
}

.l-column-right__text:before {
    background: url(../img/right_text_br1.svg) no-repeat 50%/contain
}

.l-column-right__text:after {
    background: url(../img/right_text_br2.svg) no-repeat 50%/contain
}

.l-column-right__text_old {
    font-family: Commissioner, sans-serif;
    font-size: max(1px, 4.5802vw);
    font-style: normal;
    font-weight: 600
}

@media (min-width:801px) {
    .l-column-right__text_old {
        font-size: clamp(1px, 1.5759vw, 30.2571725548px)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-right__text_old {
        font-size: 21.5267175573px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-right__text_old {
        font-size: max(1px, 1.7602vw)
    }
}

.l-column-right__text_old {
    align-items: center;
    display: inline-flex;
    gap: calc(max(1px, 5.0891vw)*1);
    left: calc(100% - .5em - clamp(1px, .4392vw, 8.4333821376px)*1);
    letter-spacing: .1em;
    line-height: 1;
    margin-top: calc(clamp(1px, 24.8902vw, 477.8916544656px)*1);
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    transform-origin: top left;
    white-space: nowrap
}

@media (min-width:801px) {
    .l-column-right__text_old {
        gap: calc(clamp(1px, 1.751vw, 33.6190806165px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-right__text_old {
        gap: 23.9185750636px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-right__text_old {
        gap: calc(max(1px, 1.9557vw)*1)
    }
}

.l-column-right__text_old:after,
.l-column-right__text_old:before {
    content: "";
    display: block;
    width: calc(max(1px, 5.0891vw)*1)
}

@media (min-width:801px) {

    .l-column-right__text_old:after,
    .l-column-right__text_old:before {
        width: calc(clamp(1px, 1.751vw, 33.6190806165px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .l-column-right__text_old:after,
    .l-column-right__text_old:before {
        width: 23.9185750636px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .l-column-right__text_old:after,
    .l-column-right__text_old:before {
        width: calc(max(1px, 1.9557vw)*1)
    }
}

.l-column-right__text_old:after,
.l-column-right__text_old:before {
    height: calc(max(1px, 1.0178vw)*1)
}

@media (min-width:801px) {

    .l-column-right__text_old:after,
    .l-column-right__text_old:before {
        height: calc(clamp(1px, .3502vw, 6.7238161233px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .l-column-right__text_old:after,
    .l-column-right__text_old:before {
        height: 4.7837150127px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .l-column-right__text_old:after,
    .l-column-right__text_old:before {
        height: calc(max(1px, .3911vw)*1)
    }
}

.l-column-right__text_old:after,
.l-column-right__text_old:before {
    transform: rotate(-90deg);
    transform-origin: center
}

.l-column-right__text_old:before {
    background: url(../img/right_text_br1.svg) no-repeat 50%/contain
}

.l-column-right__text_old:after {
    background: url(../img/right_text_br2.svg) no-repeat 50%/contain
}

.l-column-left {
    position: relative
}

.l-column-left__video-wrap {
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.l-column-left__video-over {
    height: 100%;
    position: relative;
    width: 100%
}

.l-column-left__video-over:before {
    background: #c1c1c1;
    content: "";
    inset: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute
}

.l-column-left__video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width:801px) {
    .l-column-left__overlay {
        background-color: rgba(222, 227, 44, .8);
        height: 100vh;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: opacity .3s ease;
        width: 100%;
        z-index: 10
    }
}

.l-column-left .overlay__img-bottom,
.l-column-left .overlay__img-top {
    left: calc(max(1px, 3.3079vw)*1);
    position: absolute
}

@media (min-width:801px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        left: calc(clamp(1px, .9517vw, 18.2723279649px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        left: 13px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        left: calc(max(1px, 1.063vw)*1)
    }
}

.l-column-left .overlay__img-bottom,
.l-column-left .overlay__img-top {
    width: calc(max(1px, 114.7583vw)*1)
}

@media (min-width:801px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        width: calc(clamp(1px, 33.0161vw, 633.9092240117px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        width: 451px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        width: calc(max(1px, 36.8765vw)*1)
    }
}

.l-column-left .overlay__img-bottom,
.l-column-left .overlay__img-top {
    height: calc(max(1px, 137.1501vw)*1)
}

@media (min-width:801px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        height: calc(clamp(1px, 39.4583vw, 757.5988286969px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        height: 539px
    }
}

@media (min-width:801px) and (max-width:1223px) {

    .l-column-left .overlay__img-bottom,
    .l-column-left .overlay__img-top {
        height: calc(max(1px, 44.072vw)*1)
    }
}

.l-column-left .overlay__img-bottom,
.l-column-left .overlay__img-top {
    mix-blend-mode: exclusion;
    pointer-events: none;
    z-index: 10
}

.l-column-left .overlay__img-top {
    top: calc(max(1px, 56.743vw)*1)
}

@media (min-width:801px) {
    .l-column-left .overlay__img-top {
        top: calc(clamp(1px, 16.325vw, 313.4407027818px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left .overlay__img-top {
        top: 223px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left .overlay__img-top {
        top: calc(max(1px, 18.2339vw)*1)
    }
}

.l-column-left .overlay__img-bottom {
    bottom: calc(max(1px, 2.5445vw)*1)
}

@media (min-width:801px) {
    .l-column-left .overlay__img-bottom {
        bottom: calc(clamp(1px, .7321vw, 14.055636896px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left .overlay__img-bottom {
        bottom: 10px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left .overlay__img-bottom {
        bottom: calc(max(1px, .8177vw)*1)
    }
}

.l-column-left__contents {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 6
}

.l-column-left__items {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    width: calc(max(1px, 177.0992vw)*1)
}

@media (min-width:801px) {
    .l-column-left__items {
        width: calc(clamp(1px, 50.9517vw, 978.2723279649px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left__items {
        width: 696px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left__items {
        width: calc(max(1px, 56.9092vw)*1)
    }
}

.l-column-left__items {
    height: 100vh;
    z-index: 10
}
.l-column-left__item.is-renew {
    opacity: 0;
}

.l-column-left__item {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.l-column-left__item.item1 {
    width: calc(max(1px, 161.0687vw)*1)
}

@media (min-width:801px) {
    .l-column-left__item.item1 {
        width: calc(clamp(1px, 46.3397vw, 889.7218155198px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left__item.item1 {
        width: 633px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left__item.item1 {
        width: calc(max(1px, 51.758vw)*1)
    }
}

.l-column-left__item.item1 {
    right: calc(max(1px, 9.1603vw)*-1)
}

@media (min-width:801px) {
    .l-column-left__item.item1 {
        right: calc(clamp(1px, 2.6354vw, 50.6002928258px)*-1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left__item.item1 {
        right: -36px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left__item.item1 {
        right: calc(max(1px, 2.9436vw)*-1)
    }
}

.l-column-left__item.item2 {
    width: calc(max(1px, 98.9822vw)*1)
}

@media (min-width:801px) {
    .l-column-left__item.item2 {
        width: calc(clamp(1px, 28.4773vw, 546.7642752562px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left__item.item2 {
        width: 389px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left__item.item2 {
        width: calc(max(1px, 31.807vw)*1)
    }
}

.l-column-left__item.item2 {
    right: calc(max(1px, 9.4148vw)*1)
}

@media (min-width:801px) {
    .l-column-left__item.item2 {
        right: calc(clamp(1px, 2.7086vw, 52.0058565154px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left__item.item2 {
        right: 37px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left__item.item2 {
        right: calc(max(1px, 3.0253vw)*1)
    }
}

.l-column-left__item.item3 {
    width: calc(max(1px, 136.1323vw)*1)
}

@media (min-width:801px) {
    .l-column-left__item.item3 {
        width: calc(clamp(1px, 39.1654vw, 751.9765739385px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left__item.item3 {
        width: 535px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left__item.item3 {
        width: calc(max(1px, 43.7449vw)*1)
    }
}

.l-column-left__item.item3 {
    bottom: 0;
    top: auto;
    transform: none
}

.l-column-left__item.item4 {
    width: calc(max(1px, 98.9822vw)*1)
}

@media (min-width:801px) {
    .l-column-left__item.item4 {
        width: calc(clamp(1px, 28.4773vw, 546.7642752562px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left__item.item4 {
        width: 389px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left__item.item4 {
        width: calc(max(1px, 31.807vw)*1)
    }
}

.l-column-left__item.item4 {
    right: calc(max(1px, 22.1374vw)*1)
}

@media (min-width:801px) {
    .l-column-left__item.item4 {
        right: calc(clamp(1px, 6.369vw, 122.2840409956px)*1)
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .l-column-left__item.item4 {
        right: 87px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .l-column-left__item.item4 {
        right: calc(max(1px, 7.1137vw)*1)
    }
}

.bg-mosaic {
    --cols: 22;
    --rows: 8;
    --cell-size: calc((100vw - (var(--cols) - 1)*var(--gap))/var(--cols));
    --gap: 1px
}

@media (min-width:801px) {
    .bg-mosaic {
        --cell-size: calc((clamp(1px, 34.407vw, 660.6149341142px)*1 - (var(--cols) - 1)*var(--gap))/var(--cols))
    }
}

@media (min-width:801px) and (max-width:1366px) {
    .bg-mosaic {
        --cell-size: 20.4px
    }
}

@media (min-width:801px) and (max-width:1223px) {
    .bg-mosaic {
        --cell-size: calc((max(1px, 38.4301vw)*1 - (var(--cols) - 1)*var(--gap))/var(--cols))
    }
}

.bg-mosaic {
    bottom: 0;
    display: grid;
    gap: var(--gap);
    grid-auto-rows: var(--cell-size);
    grid-template-columns: repeat(var(--cols), var(--cell-size));
    height: calc(var(--cell-size)*var(--rows) + (var(--rows) - 1)*var(--gap));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: -1
}

.bg-mosaic__cell {
    background: #f3f78a;
    box-sizing: border-box;
    opacity: 1;
    will-change: opacity, transform
}

.bold {
    font-weight: 700
}

.over-text {
    display: inline-block;
    transition: all .3s ease
}

.over-text:hover {
    text-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    transform: translateY(-6px)
}

.over {
    transition: opacity .3s ease
}

.over:hover {
    opacity: .5
}

.over-line {
    transition: all .3s ease
}

.over-line:hover {
    text-decoration: underline
}

.over-zoom img {
    display: block;
    transition-duration: .3s
}

.over-zoom:hover img {
    transform: scale(1.1)
}

.over-box {
    transition: transform .3s ease, box-shadow .3s ease, color .3s ease, background-color .3s ease
}

.over-box:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    transform: translateY(responsive-px-minus(3px))
}