/*
Theme Name: lavoie_theme
Author:kannart.inc
Version: 1.0
*/
@charset "UTF-8";* {
    box-sizing: border-box
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1;
    font-style: normal;
    outline: none
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after {
    content: ""
}

blockquote:before,blockquote:after {
    content: none
}

q:before,q:after {
    content: ""
}

q:before,q:after {
    content: none
}

hr {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: top
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    text-align: inherit
}

@keyframes SlideIn {
    0% {
        opacity: 0;
        transform: translate(64px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes SlideInAllow {
    0% {
        opacity: 0;
        transform: translate(-50px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes SlideInAllowPrev {
    0% {
        opacity: 0;
        transform: translate(50px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes progressBarAnimation {
    0% {
        transform: scaleY(0)
    }

    to {
        transform: scaleY(1)
    }
}

@media (min-width: 960px) {
    .sm {
        display:none
    }

    .lg {
        display: block
    }
}

@media (max-width: 767px) {
    .sm {
        display:block
    }

    .lg {
        display: none
    }
}

body {
/*    font-family: Cormorant Garamond,serif,Yu Mincho,YuMincho,Hiragino Mincho ProN,Hiragino Mincho Pro,HG明朝B,MS Mincho,serif;*/
	  font-family: "Zen Kaku Gothic Antique", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: #fff;
    color: #333
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease-out 0ms;
    cursor: pointer
}

a:hover {
    opacity: .7
}

h1,h2,h3,h4,h5,h6 {
    line-height: 120%
}

p {
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    word-break: break-word
}

@media (max-width: 767px) {
    .lg-only {
        display:none!important
    }
}

.sm-only {
    display: none
}

@media (max-width: 767px) {
    .sm-only {
        display:block
    }
}

blockquote {
    border-left: 4px solid #333;
    padding: 1em 1.5em;
    margin: 1.5em 0;
    font-style: italic;
    border-radius: 8px
}

blockquote p {
    margin-bottom: .5em
}

blockquote p:last-child {
    margin-bottom: 0
}

strong,b {
    font-weight: 700
}

em,i {
    font-style: italic
}

code {
    font-family: Courier New,Courier,monospace;
    background-color: #f0f0f0;
    padding: .2em .4em;
    border-radius: 4px;
    font-size: .9em
}

pre {
    background-color: #f0f0f0;
    padding: 1em;
    border-radius: 8px;
    overflow-x: auto;
    font-family: Courier New,Courier,monospace;
    font-size: .9em;
    line-height: 1.5;
    margin-bottom: 1.5em
}

img {
    max-width: 100%
}

hr {
    border: 0;
    border-top: 1px solid rgba(51,51,51,.4);
    margin: 3em 0
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em
}

table th,table td {
    border: 1px solid rgba(51,51,51,.4);
    padding: .8em;
    text-align: left
}

table th {
    font-weight: 700
}

.header {
    transition: all .3s ease-in-out;
    background: #3330;
    height: 59px;
    color: #333;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    text-align: center;
    top: 0;
    width: 100%;
    box-shadow: 0 8px 20px #0000000d
}

@media (min-width: 960px) {
    .header {
        height:auto
    }
}

.header__nav {
    transition: all .3s ease-in-out;
    height: auto;
    padding: 79px 0 0;
    position: relative;
    background: #fffffff2
}

@media (max-width: 767px) {
    .header__nav {
        padding:59px 0 40px
    }
}

.header__nav__logo {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 0
}

@media (min-width: 960px) {
    .header__nav__logo {
        top:28px;
        left: 200px
    }
}

.header__nav__logo svg {
    width: 110px
}

@media (max-width: 767px) {
    .header__nav__logo svg {
        width:100px
    }
}

.header__nav__logo svg path {
    transition: all .3s ease-in-out;
    fill: #333
}

.header__nav__btns {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 24px
}

@media (min-width: 960px) {
    .header__nav__btns {
        top:28px;
        right: 200px
    }
}

.header__nav__btns .bogo {
    font-size: 14px;
    font-size: .875rem;
    line-height: 140%
}

@media (min-width: 960px) {
    .header__nav__btns .bogo {
        font-size:16px;
        font-size: 1rem
    }
}

.header__nav__btns .bogo .bogo-language-switcher,.header__nav__btns .bogo .bogo-language-switcher li {
    display: flex;
    gap: 12px
}

.header__nav__btns .bogo .bogo-language-switcher li .bogo-language-name {
    transition: all .3s ease-in-out;
    color: #333;
    border-bottom: 1px solid #333
}

.header__nav__btns .bogo .bogo-language-switcher li.current .bogo-language-name {
    border: 0;
    color: #999
}

.header__nav__btns .bogo .bogo-language-switcher li .bogoflags {
    display: none
}

.header__nav__btns .bogo .bogo-language-switcher li:after {
    transition: all .3s ease-in-out;
    color: #333;
    content: "/";
    display: block
}

.header__nav__btns .bogo .bogo-language-switcher li:last-child:after {
    display: none
}

.header__nav__btns .menu {
    cursor: pointer;
    font-size: 0;
    width: 28px;
    height: 16px
}

@media (min-width: 960px) {
    .header__nav__btns .menu {
        display:none
    }
}

.header__nav__btns .menu__icon {
    transition: all .3s ease-in-out;
    width: 28px;
    height: 14px
}

.header__nav__btns .menu__icon__line {
    transition: all .3s ease-in-out
}

.header__nav__btns .menu__icon__line-01 {
    transition: all .3s ease-in-out;
    transform: translateY(-.000244141px) rotate(0);
    fill: #333
}

.header__nav__btns .menu__icon__line-02 {
    transition: all .3s ease-in-out;
    opacity: 1;
    fill: #333
}

.header__nav__btns .menu__icon__line-03 {
    transition: all .3s ease-in-out;
    transform: translateY(13px) rotate(0) translate(0);
    width: 16px;
    fill: #333
}

.header__nav__btns .menu__icon:hover {
    opacity: .7
}

.header__nav__menu {
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    line-height: 26px;
    letter-spacing: .8px;
    border-top: 1px solid #999
}

@media (min-width: 960px) {
    .header__nav__menu {
        flex-direction:row;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: .9px;
        opacity: 1;
        position: fixed;
        top: 28px;
        right: 342px;
        gap: 40px;
        line-height: 140%;
        border: none
    }
}

.header__nav__menu li {
    border-bottom: 1px solid #999;
    width: calc(100% - 60px)
}

@media (min-width: 960px) {
    .header__nav__menu li {
        border:0;
        display: inline-flex;
        align-items: center;
        width: fit-content
    }
}

.header__nav__menu li a {
    padding: 21px 0;
    display: block;
    width: 100%;
    text-align: center
}

@media (min-width: 960px) {
    .header__nav__menu li a {
        padding:0
    }
}

.header.is-active.header {
    box-shadow: 0 8px 20px #0000;
    background: #3336;
    height: 100vh;
    width: 100%
}

.header.is-active .header__nav {
    background: #fff
}

.header.is-active .header__nav__btns .menu__icon {
    width: 25px;
    height: 16px
}

.header.is-active .header__nav__btns .menu__icon__line-01 {
    transform: translateY(14.5748px) rotate(-30deg)
}

.header.is-active .header__nav__btns .menu__icon__line-02 {
    opacity: 0
}

.header.is-active .header__nav__btns .menu__icon__line-03 {
    transform: translateY(.559174px) rotate(30deg) translate(.500244px);
    width: 28px
}

.header.is-active .header__nav__menu,.header.is-active .header__nav__sub {
    opacity: 1
}

body.no-scroll {
    overflow: hidden
}

.topBtn {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transition: all .3s ease-in-out
}

@media (max-width: 767px) {
    .topBtn {
        right:-2px;
        bottom: 50px
    }
}

.topBtn__icon {
    transition: all .3s ease-in-out;
    stroke: #333;
    transform: scaleY(-1)
}

.topBtn__text {
    transition: all .3s ease-in-out;
    font-size: 16px;
    font-size: 1rem;
    line-height: 180%;
    font-weight: 400;
    transform: rotate(90deg);
    flex-shrink: 0;
    display: block
}

@media (max-width: 767px) {
    .topBtn__text {
        font-size:14px;
        font-size: .875rem
    }
}

.topBtn.active {
    cursor: pointer;
    right: 70px;
    opacity: 1
}

@media (max-width: 767px) {
    .topBtn.active {
        right:-12px
    }
}

.topBtn.active .topBtn__icon {
    transform: scaleY(-1)
}

.topBtn.active .topBtn__text {
    transition: all .3s ease-in-out;
    margin-top: 12px
}

.topBtn.active:hover .topBtn__text {
    margin-top: 18px
}

.footer {
    background-image: url(images/common/bg_footer.jpg);
    width: 100%;
    min-height: 343px;
    padding: 80px 20px;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    align-items: stretch
}

@media (max-width: 767px) {
    .footer {
        background-image:url(images/common/sp/bg_footer.jpg);
        padding: 60px 20px;
        flex-direction: column;
        justify-content: center;
        gap: 40px
    }
}

.footer__inner {
    color: #333;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto
}

@media (max-width: 767px) {
    .footer__inner {
        flex-direction:column;
        gap: 40px
    }
}

.footer__inner__logo {
    width: 100%;
    font-size: 0;
    text-align: left;
    line-height: 0
}

@media (max-width: 767px) {
    .footer__inner__logo {
        text-align:center
    }
}

.footer__inner__logo svg {
    width: 160px;
    height: auto
}

@media (max-width: 767px) {
    .footer__inner__logo svg {
        width:120px
    }
}

.footer__inner__lead {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    max-width: 266px;
    line-height: 120%
}

@media (max-width: 767px) {
    .footer__inner__lead {
        width:100%;
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
        max-width: 286px
    }
}

.footer__inner__lead .primary {
    gap: 12px;
    max-width: 168px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 100%;
    margin: 20px 0 0
}

@media (max-width: 767px) {
    .footer__inner__lead .primary {
        margin:20px auto 0;
        gap: 16px;
        font-size: 16px;
        font-size: 1rem;
        max-width: 208px;
        padding: 16px 24px
    }
}

.footer__inner__lead .primary svg {
    width: 10px;
    height: 12px
}

@media (max-width: 767px) {
    .footer__inner__lead .primary svg {
        width:13px;
        height: 16px
    }
}

.footer__inner__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 3px;
    line-height: 140%
}

@media (max-width: 767px) {
    .footer__inner__menu {
        gap:20px;
        font-size: 16px;
        font-size: 1rem;
        margin-top: 0;
        line-height: 100%
    }
}

.footer__inner__menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

@media (max-width: 767px) {
    .footer__inner__menu li {
        gap:20px
    }
}

.footer__inner__menu li:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #666
}

.footer__inner__menu li:last-child:after {
    display: none
}

.footer__inner__sub {
    display: inline-flex;
    align-items: flex-end;
    gap: 20px
}

@media (max-width: 767px) {
    .footer__inner__sub {
        gap:14px
    }
}

.footer__inner__sub a {
    color: #333;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline
}

@media (max-width: 767px) {
    .footer__inner__sub a {
        text-align:center
    }
}

.footer__inner__sub .copy {
    color: #333;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-align: right
}

@media (max-width: 767px) {
    .footer__inner__sub .copy {
        text-align:center
    }
}

@media (min-width: 960px) {
    .footer__inner:last-child {
        align-items:flex-end
    }
}

.home .topBtn {
    opacity: 1
}

.home .topBtn__icon {
    transform: scaleY(1)
}

.home__KV {
    position: relative
}

.home__KV__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 160%;
    position: absolute;
    top: 25vw;
    left: 13.88vw;
    width: 377px
}

@media (max-width: 767px) {
    .home__KV__text {
        font-size:14px;
        font-size: .875rem;
        left: 20px;
        top: 64.1vw;
        width: calc(100% - 40px);
        max-width: 290px
    }
}

@media (min-width: 960px) {
    .home__KV__text:first-letter {
        font-size:26px;
        font-size: 1.625rem
    }
}

.home__KV__img img {
    width: 100%;
    height: auto
}

.home__sec {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 0 120px;
    background-image: url(images/home/bg_01.jpg)
}

@media (max-width: 767px) {
    .home__sec {
        padding:40px 0
    }
}

@media (max-width: 767px) {
    .home__sec {
        background-image:url(images/home/sp/bg_01.jpg)
    }
}

.home__sec h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

@media (max-width: 767px) {
    .home__sec h2 {
        font-size:28px;
        font-size: 1.75rem
    }
}

.home__sec a {
    margin: auto 0 auto auto
}

.home__sec__news {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px
}

.home__sec__news .news {
    border-top: 1px solid #CCC;
    margin: 24px 0
}

.home__sec__news .news__list {
    border-bottom: 1px solid #CCC
}

.home__sec__brand {
    padding-top: 120px;
    width: 100%
}

@media (max-width: 767px) {
    .home__sec__brand {
        padding-top:80px
    }
}

.home__sec__brand h2,.home__sec__brand .txt {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px
}

.home__sec__brand .txt {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 20px auto 80px
}

@media (max-width: 767px) {
    .home__sec__brand .txt {
        font-size:16px;
        font-size: 1rem;
        margin-bottom: 40px
    }
}

.home__sec__brand .brand {
    display: flex;
    gap: 120px;
    align-items: flex-start;
    width: 100%
}

@media (max-width: 767px) {
    .home__sec__brand .brand {
        flex-direction:column;
        gap: 32px
    }
}

.home__sec__brand .brand__img {
    width: 50%;
    max-height: 480px;
    height: auto;
    aspect-ratio: 3/2;
    display: block
}

@media (max-width: 767px) {
    .home__sec__brand .brand__img {
        aspect-ratio:370/247;
        max-height: 247px;
        padding-right: 20px;
        width: 100%
    }
}

.home__sec__brand .brand__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home__sec__brand .brand__text {
    width: calc(50% - 140px);
    max-width: 360px;
    margin-top: 50px;
    padding: 0 20px
}

@media (max-width: 767px) {
    .home__sec__brand .brand__text {
        width:100%;
        max-width: none;
        margin-top: 0
    }
}

.home__sec__brand .brand__text__ttl {
    font-size: 0
}

.home__sec__brand .brand__text__txt {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 32px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media (max-width: 767px) {
    .home__sec__brand .brand__text__txt {
        font-size:16px;
        font-size: 1rem;
        line-height: 120%;
        margin: 16px 0 20px;
        gap: 16px;
        width: 100%
    }
}

.home__sec__brand .brand__text__txt:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #ccc
}

@media (max-width: 767px) {
    .home__sec__brand .brand__text__txt:before {
        width:100%
    }
}

.home__sec__brand .brand:nth-child(2n) {
    flex-direction: row-reverse;
    margin: 120px 0
}

@media (max-width: 767px) {
    .home__sec__brand .brand:nth-child(2n) {
        flex-direction:column;
        margin: 60px 0
    }

    .home__sec__brand .brand:nth-child(2n) .brand__img {
        padding-right: 0;
        padding-left: 20px
    }
}

.home__sec__brand .brand#yayoi .brand__text__ttl svg {
    width: 160px;
    height: auto
}

@media (max-width: 767px) {
    .home__sec__brand .brand#yayoi .brand__text__ttl svg {
        width:122.286px
    }
}

.home__sec__brand .brand#marie-the .brand__text__ttl img {
    /* width:263px; */
    height: auto
}

@media (max-width: 767px) {
    .home__sec__brand .brand#marie-the .brand__text__ttl img {
        width:156px
    }
}

.home__sec__brand .brand#omnisens-paris .brand__text__ttl img {
    width: 200px;
    height: auto
}

@media (max-width: 767px) {
    .home__sec__brand .brand#omnisens-paris .brand__text__ttl img {
        width:153px
    }
}

.home__sec__brand .primary {
    margin: 80px auto 0
}

.home__img {
    width: 100%;
    max-height: 520px;
    height: auto;
    display: block;
    aspect-ratio: 144/52
}

@media (max-width: 767px) {
    .home__img {
        max-height:200px;
        aspect-ratio: 39/20
    }
}

.home__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    padding: 0;
    margin: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0;
    margin: 8px 0 0
}

@media (max-width: 767px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        font-size:20px;
        font-size: 1.25rem;
        margin: 4px 0 0
    }
}

.page__ttl {
    font-size: 40px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 40px;
    padding: 0 20px
}

@media (max-width: 767px) {
    .page__ttl {
        font-size:32px;
        font-size: 2rem
    }
}

.page__cont {
    max-width: 1080px;
    padding: 0 20px;
    margin: 0 auto 160px
}

@media (max-width: 767px) {
    .page__cont {
        margin-bottom:80px
    }
}

.page__cont .news {
    border-top: 1px solid #CCC;
    margin: 24px 0
}

.page__cont .news__list {
    border-bottom: 1px solid #CCC
}

.page__cont .pagination {
    margin: 0 auto
}

.page__cont .pagination h2 {
    font-size: 0
}

.page__cont .pagination .nav-links {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
    width: 100%
}

.page__cont .pagination .nav-links .page-numbers {
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .96px;
    text-decoration: underline;
    text-underline-offset: 10px
}

.page__cont .pagination .nav-links .current {
    color: #3336;
    text-decoration: none
}

.page__cont .pagination .nav-links .prev,.page__cont .pagination .nav-links .next {
    font-size: 0;
    width: fit-content;
    display: block;
    letter-spacing: 0
}

.page__cont .pagination .nav-links .disabled {
    cursor: default
}

.page__cont .pagination .nav-links .disabled path {
    opacity: .4
}

.page__cont__box {
    margin-top: 60px
}

.page__cont__box:target {
    scroll-margin-top: 80px
}

.page__cont__box:first-of-type {
    margin-top: 0
}

.page__cont__box h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .page__cont__box h2 {
        margin-bottom:4px
    }
}

.page__cont__box h2:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #333
}

.page__cont__box p {
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .page__cont__box p {
        font-size:18px;
        font-size: 1.125rem
    }
}

.page__cont__box .wp-block-image {
    margin-bottom: 40px;
    display: block
}

.page__cont__box .wp-block-image.size-large {
    aspect-ratio: auto;
    width: 100%
}

.page__cont__box .wp-block-image img {
    width: 100%;
    height: auto
}

.page__cont__box .wp-block-image figcaption {
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin: 8px 0 0
}

@media (max-width: 767px) {
    .page__cont__box .wp-block-image figcaption {
        font-size:20px;
        font-size: 1.25rem;
        margin: 4px 0 0
    }
}

.page__cont__box .wp-block-gallery {
    margin-bottom: 40px
}

.page__cont__box .wp-block-gallery.is-layout-flex {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .page__cont__box .wp-block-gallery.is-layout-flex {
        gap:20px
    }
}

.page__cont__box .wp-block-gallery.columns-6 {
    gap: 40px
}

.page__cont__box .wp-block-gallery.columns-6 .wp-block-image {
    aspect-ratio: 1/1;
    width: calc(16.6666666667% - 33.3333333333px);
    min-width: 102px
}

@media (max-width: 767px) {
    .page__cont__box .wp-block-gallery.columns-6 .wp-block-image {
        width:calc(33.3333333333% - 13.3333333333px)
    }
}

.page__cont__box .wp-block-gallery .wp-block-image {
    flex-shrink: 0;
    margin-bottom: 0
}

.page__cont__box .wp-block-gallery .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.page__cont__box .wp-block-buttons {
    margin-bottom: 40px;
    width: 100%
}

.page__cont__box .wp-block-buttons .wp-block-button {
    border-radius: 22px;
    border: 1px solid rgba(51,51,51,.4);
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto
}

.page__cont__box .wp-block-buttons .wp-block-button__link {
    padding: 12px 56px 12px 28px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #333;
    background: transparent;
    text-decoration: none
}

.page__cont__box .wp-block-buttons .wp-block-button:after {
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-image: url(images/common/arrow_01.svg);
    background-size: cover
}

.page__cont__box .wp-block-buttons .wp-block-button:hover {
    opacity: .7
}

.page__cont__box ul,.page__cont__box ol {
    margin-bottom: 40px;
    padding-left: 1.5em
}

.page__cont__box ul.products,.page__cont__box ol.products {
    margin-bottom: 0
}

.page__cont__box ul li {
    list-style-type: disc;
    margin-bottom: .5em
}

.page__cont__box ul li.products__item {
    margin-bottom: 0;
    list-style-type: none
}

.page__cont__box ol li {
    list-style-type: decimal;
    margin-bottom: .5em
}

.page__cont__box ul ul,.page__cont__box ol ol,.page__cont__box ul ol,.page__cont__box ol ul {
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: 1.5em
}

.page__cont__box .products {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

@media (max-width: 767px) {
    .page__cont__box .products {
        gap:40px 18px;
        padding-bottom: 0
    }
}

.page__cont__box .products__item {
    width: calc(25% - 30px)
}

@media (max-width: 767px) {
    .page__cont__box .products__item {
        width:calc(50% - 9px)
    }
}

.page__cont__box .products__item__img {
    aspect-ratio: 229.5/306;
    width: 100%;
    overflow: hidden;
    display: block
}

.page__cont__box .products__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.page__cont__box .products__item__info {
    display: inline-flex;
    gap: 8px;
    justify-content: space-between;
    margin-top: 8px;
    width: 100%
}

.page__cont__box .products__item__info p {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0
}

.page__cont__box .products__item__info .underline {
    text-decoration: underline;
    text-underline-offset: 2px
}

.page__cont__box .products__item__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px
}

@media (max-width: 767px) {
    .page__cont__box .products__item__ttl {
        font-size:18px;
        font-size: 1.125rem
    }
}

.page__cont__buttons {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(51,51,51,.4);
    width: 100%;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .page__cont__buttons {
        gap:10px 16px;
        padding-bottom: 40px;
        margin-bottom: 20px
    }
}

.page__cont__buttons li a {
    padding: 6px 40px;
    border-radius: 18px;
    border: 1px solid rgba(51,51,51,.4);
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content
}

.page__cont__buttons li a path {
    opacity: .4;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .page__cont__buttons li a {
        width:100%;
        padding: 6px
    }

    .page__cont__buttons li a path {
        opacity: 1
    }
}

.page__cont__buttons li a:hover {
    opacity: 1
}

.page__cont__buttons li a:hover path {
    opacity: 1
}

@media (max-width: 767px) {
    .page__cont__buttons li {
        width:calc(50% - 8px)
    }
}

.single__post {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px
}

.single__post__header {
    margin-bottom: 40px
}

.single__post__header .meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

@media (max-width: 767px) {
    .single__post__header .meta {
        font-size:18px;
        font-size: 1.125rem
    }
}

.single__post__header .meta__category {
    display: inline-flex;
    align-items: center;
    gap: 12px
}

.single__post__header .meta__category:before {
    content: "";
    display: block;
    width: 1px;
    height: 21px;
    background: #0000004d
}

.single__post__header .title {
    font-size: 40px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    word-break: break-word
}

@media (max-width: 767px) {
    .single__post__header .title {
        font-size:32px;
        font-size: 2rem
    }
}

.single__post__thumbnail {
    aspect-ratio: 104/52;
    overflow: hidden
}

.single__post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.single__post__content {
    margin: 40px 0 60px;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.single__post__content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .single__post__content h2 {
        margin-bottom:4px
    }
}

.single__post__content h2:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #333
}

.single__post__content p {
    margin-bottom: 40px
}

.single__post__content a {
    text-decoration-line: underline;
    text-underline-offset: 2px
}

.single__post__content .wp-block-image {
    margin-bottom: 40px;
    display: block
}

.single__post__content .wp-block-image.size-large {
    aspect-ratio: auto;
    width: 100%
}

.single__post__content .wp-block-image img {
    width: 100%;
    height: auto
}

.single__post__content .wp-block-gallery {
    margin-bottom: 40px
}

.single__post__content .wp-block-gallery.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media (max-width: 767px) {
    .single__post__content .wp-block-gallery.is-layout-flex {
        gap:6px
    }
}

.single__post__content .wp-block-gallery .wp-block-image {
    width: calc(50% - 10px);
    flex-grow: 1;
    margin-bottom: 0
}

.single__post__content .wp-block-gallery .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.single__post__content .wp-block-gallery .wp-block-image figcaption {
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin-top: 8px
}

@media (max-width: 767px) {
    .single__post__content .wp-block-gallery .wp-block-image figcaption {
        font-size:20px;
        font-size: 1.25rem;
        margin-top: 4px
    }
}

.single__post__content .wp-block-buttons {
    margin-bottom: 40px;
    width: 100%
}

.single__post__content .wp-block-buttons .wp-block-button {
    border-radius: 22px;
    border: 1px solid rgba(51,51,51,.4);
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto
}

.single__post__content .wp-block-buttons .wp-block-button__link {
    padding: 12px 56px 12px 28px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #333;
    background: transparent;
    text-decoration: none
}

.single__post__content .wp-block-buttons .wp-block-button:after {
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-image: url(images/common/arrow_01.svg);
    background-size: cover
}

.single__post__content .wp-block-buttons .wp-block-button:hover {
    opacity: .7
}

.single__post__content ul,.single__post__content ol {
    margin-bottom: 40px;
    padding-left: 1.5em
}

.single__post__content ul li {
    list-style-type: disc;
    margin-bottom: .5em
}

.single__post__content ol li {
    list-style-type: decimal;
    margin-bottom: .5em
}

.single__post__content ul ul,.single__post__content ol ol,.single__post__content ul ol,.single__post__content ol ul {
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: 1.5em
}

.single__post__footer {
    margin-bottom: 160px;
    width: 100%
}

@media (max-width: 767px) {
    .single__post__footer {
        margin-bottom:60px
    }
}

.single__post__footer a {
    margin: 0 auto
}

.ReadMore {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: fit-content;
    transition: all .3s ease-in-out
}

@media (max-width: 767px) {
    .ReadMore {
        gap:12px
    }
}

.ReadMore__text {
    transition: all .3s ease-in-out;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 100%
}

@media (max-width: 767px) {
    .ReadMore__text {
        font-size:16px;
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .ReadMore__icon {
        width:28px;
        height: 28px
    }
}

.ReadMore__icon circle {
    fill: none;
    transition: all .3s ease-in-out
}

.ReadMore__icon__arrow {
    fill: #333;
    transition: all .3s ease-in-out
}

.ReadMore:hover {
    opacity: 1
}

.ReadMore:hover .ReadMore__icon circle {
    fill: #333
}

.ReadMore:hover .ReadMore__icon__arrow {
    fill: #fff
}

.ReadMore--back {
    flex-direction: row-reverse
}

.ReadMore--back svg {
    transform: scaleX(-1)
}

.primary {
    display: flex;
    width: 100%;
    max-width: 200px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border-radius: 35px;
    background: #333;
    transition: all .3s ease-in-out;
    border: 1px solid transparent
}

.primary svg {
    fill: #fff;
    transition: all .3s ease-in-out
}

.primary:hover {
    background: #fff;
    opacity: 1;
    border: 1px solid #CCC;
    color: #333
}

.primary:hover svg {
    fill: #333
}

.blank {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center
}

.blank:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(images/common/icon_blank_01.svg);
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 960px) {
    .blank:after {
        width:20px;
        height: 20px
    }
}

.post {
    padding: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 767px) {
    .post {
        max-width:100%;
        padding: 20px
    }
}

.post__txt {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 767px) {
    .post__txt {
        flex-direction:column;
        align-items: flex-start;
        gap: 8px
    }
}

.post__txt__date {
    font-size: 14px;
    font-size: .875rem;
    line-height: 100%
}

@media (min-width: 960px) {
    .post__txt__date {
        font-size:16px;
        font-size: 1rem;
        line-height: 160%;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-shrink: 0
    }

    .post__txt__date:after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background: #0000004d
    }
}

.post__txt__ttl {
    width: calc(100% - 105px);
    flex-shrink: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 160%;
    word-break: break-word
}

@media (max-width: 767px) {
    .post__txt__ttl {
        width:100%;
        font-size: 16px;
        font-size: 1rem;
        line-height: 120%
    }
}

.post svg {
    flex-shrink: 0
}

.breadcrumbs {
    margin: 0 20px 20px;
    display: flex;
    padding: 120px 0 20px;
    gap: 8px;
    overflow-x: auto
}

.breadcrumbs__wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto
}

.breadcrumbs::-webkit-scrollbar {
    background: #f3f2ee;
    height: 3px
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background-color: #ddd
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding-top:90px
    }
}

.breadcrumbs__bread {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.breadcrumbs__bread:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #3336
}

.breadcrumbs__bread:first-child:before {
    display: none
}

.breadcrumbs__bread a {
    text-decoration-line: underline;
    color: #333;
    text-underline-offset: 2px
}

.breadcrumbs__bread .separator {
    color: #3336;
    white-space: nowrap
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,#00000080,#0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
