@charset "utf-8";
/*
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/
*/

/* blocks */
* {
    box-sizing: border-box;
}
.alignfull .wp-block-columns {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

.wp-block-navigation-submenu {
    border-radius: 0.25rem;
}

.wp-block-post-terms.taxonomy-category a {
    display: inline-block;
    text-decoration: none;
    margin-right: 0.5rem;
}

.wp-block-post-terms.taxonomy-category + h3 {
    margin-top: 0.5rem;
}

.single .wp-block-post-terms.taxonomy-category a:first-child:before {
    content: '|';
    margin-right: 1rem;
}

.single .wp-block-post-terms.taxonomy-post_tag a {
    display: inline-block;
    border: 1px solid var(--wp--preset--color--liquid-border);
    text-decoration: none;
    padding: 0.25rem;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
}
.wp-block-post-terms__separator {
    display: none;
}

.page-numbers, .wp-block-query-pagination-next span, .wp-block-query-pagination-previous span {
    border-radius: 50%;
    border: 1px solid var(--wp--preset--color--liquid-border);
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    margin: 0.25rem;
}
.page-numbers.current, .page-numbers.dots {
    border: 0 none;
}

.wp-block-table th,
.wp-block-table td {
    padding: 2rem 1rem;
}

mark {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

/* block-styles */
.is-style-shadow-img img {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.is-style-shadow-column {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border-radius: 0.5rem;
}

.is-style-rounded img {
    border-radius: .25rem !important;
}
.is-style-blockbox {
    background-color: transparent !important;
    border-style: solid;
    border-width: 3px;
}
.is-style-blockbox.has-background {
    background-color: transparent !important;
}

.is-style-dotpattern {
    background-image: radial-gradient(#0000001a 20%, transparent 0), radial-gradient(#0000001a 20%, transparent 0);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    padding: 1rem !important;
    border: 0 none !important;
}
.is-style-dotpattern > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.is-style-stripe {
    position: relative;
    padding: 1rem !important;
    border: 0 none !important;
}
.is-style-stripe * {
    position: relative;
    z-index: 1;
}
.is-style-stripe > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.is-style-stripe:after {
    position: absolute;
    content: '.';
    color: transparent !important;
    display: block;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    background: -webkit-repeating-linear-gradient(-45deg, #0000001a, #0000001a 5px, transparent 5px, transparent 10px);
    background: repeating-linear-gradient(-45deg, #0000001a, #0000001a 5px, transparent 5px, transparent 10px);
    opacity: 0.5;
}

.is-style-rounded {
    border-radius: .5rem;
}

.is-style-step {
    position: relative;
    width: fit-content;
    padding: .5rem 1rem !important;
    border: 0 none !important;
    background-color: #f4f4f4;
    line-height: 1 !important;
}
.is-style-step > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.is-style-step:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -.75em !important;
    left: auto !important;
    margin: auto;
    content: '';
    width: 1.5em;
    height: 1.5em;
    color: transparent !important;
    background: inherit;
    transform: scaleX(0.5) rotate(45deg);
}

.is-style-blocktitle {
    padding: 10px 15px !important;
    margin-bottom: 0 !important;
    border-radius: 5px 5px 0 0;
}

.is-style-blocktitlemini {
    display: inline-block;
    padding: 10px 15px !important;
    margin-bottom: 0 !important;
}

.is-style-nostyle {
    border: 0 none !important;
}
.is-style-nostyle > span {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.is-style-leftline {
    border-bottom: 0 none !important;
    border-left: 5px solid #0000000d !important;
    padding: .5rem 1rem !important;
}
.is-style-leftline > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.is-style-bottomline {
    border-bottom: 5px solid #0000000d !important;
    padding: .5rem 1rem !important;
}
.is-style-bottomline > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.is-style-leftlinelight {
    background-color: #0000000d;
    border-bottom: 0 none !important;
    border-left: 5px solid #0000000d !important;
    padding: .5rem 1rem !important;
}
.is-style-leftlinelight > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.is-style-bottomlinelight {
    background-color: #0000000d;
    border-bottom: 5px solid #0000000d !important;
    padding: .5rem 1rem !important;
}
.is-style-bottomlinelight > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.is-style-doubleline {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0 none !important;
}
.is-style-doubleline > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.is-style-doubleline:before,
.is-style-doubleline:after {
    content: '';
    border-top: 6px double;
    border-color: #00000080;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    -ms-flex: 1 0 20px;
}
.is-style-doubleline:after {
    position: relative !important;
    margin: 0 0 0 20px;
}

.is-style-balloon {
    position: relative;
    padding: 1rem !important;
    background-color: #f4f4f4;
    border-radius: 5px;
    border: 0 none !important;
}
.is-style-balloon > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.is-style-balloon:after {
    position: absolute;
    top: auto !important;
    left: 2rem !important;
    content: '.';
    width: 15px;
    height: 15px;
    color: transparent;
    background: inherit;
    bottom: -7px !important;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.is-style-ribbon {
    position: relative;
    padding: 1rem;
    background-color: #0000000d;
    border-width: 0 0 1px 0 !important;
    border-bottom: 1px solid #0000000d !important;
}
.is-style-ribbon > span {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.is-style-ribbon:after{
    content: '.';
    color: transparent;
    border: 2px dashed #0000000d;
    position: absolute;
    top: 4px !important;
    left: 4px !important;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.is-style-listbox {
    border: 3px solid #0000001a;
    padding: 1rem 1rem 1rem 2rem !important;
    box-sizing: border-box;
}

.is-style-listbox ul, .is-style-listbox ol {
    padding-left: 1.5rem !important;
    margin-left: 0 !important;
}

.is-style-listlabel, .is-style-listlabel ul, .is-style-listlabel ol,
.is-style-listinline, .is-style-listinline ul, .is-style-listinline ol {
    list-style-type: none !important;
    padding: 0 !important;
}
.is-style-listlabel li {
    padding: .5rem !important;
    margin-bottom: .25rem !important;
    background-color: #0000000d;
    border-left: 5px solid #0000001a;
}
.is-style-listlabel ul li, .is-style-listlabel ol li {
    background-color: transparent;
    margin: .5rem !important;
}

.is-style-listcheck {
    padding: 1rem 1rem 1rem 2rem !important;
}
.is-style-listcheck li {
    list-style-type: "\2714 \0020";
}

.is-style-listinline {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.is-style-listinline li {
    border: 1px solid #0000001a;
    padding: 1rem 1.5rem;
    margin: .5rem;
}

.is-style-quotebox {
    border: 3px solid #0000001a;
    padding: 1rem !important;
}
.is-style-quotebox:before:before {
    display: none;
}

.is-style-minislider {
    flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.is-style-minislider::-webkit-scrollbar {
    display: block;
    height: 8px;
}
.is-style-minislider::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #ddd;
}
.is-style-minislider .blocks-gallery-grid {
    flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
}
.is-style-minislider .blocks-gallery-item {
    margin-right: 16px !important;
}
.is-style-minislider .blocks-gallery-item {
    min-width: 33% !important;
}
.is-style-minislider.columns-1 .blocks-gallery-item {
    min-width: calc(100%) !important;
}
.is-style-minislider.columns-2 .blocks-gallery-item {
    min-width: calc(100% / 2.5) !important;
}
.is-style-minislider.columns-3 .blocks-gallery-item {
    min-width: calc(100% / 3.5) !important;
}
.is-style-minislider.columns-4 .blocks-gallery-item {
    min-width: calc(100% / 4.5) !important;
}
.is-style-minislider.columns-5 .blocks-gallery-item {
    min-width: calc(100% / 5.5) !important;
}
/* fix 5.9 */
.is-style-minislider.has-nested-images {
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
}
.is-style-minislider.has-nested-images .blocks-gallery-grid {
    flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.is-style-minislider.has-nested-images .blocks-gallery-grid::-webkit-scrollbar {
    display: block;
    height: 8px;
}
.is-style-minislider.has-nested-images .blocks-gallery-grid::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #ddd;
}
.is-style-minislider.has-nested-images .blocks-gallery-grid figure.wp-block-image:not(#individual-image) {
    width: 100%;
    margin-bottom: 0;
}

.is-style-largebutton, .is-style-largebutton .wp-block-button__link {
    display: block !important;
    border-radius: 0;
    font-size: large;
}
.is-style-largebutton .wp-block-button__link {
    position: relative;
}
.is-style-largebutton .wp-block-button__link:after {
    position: absolute;
    content: '.';
    color: transparent !important;
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #0000001a;
}
.is-style-largebutton:hover .wp-block-button__link:after {
    background-color: #00000080;
}

.is-style-downarrow.wp-block-separator {
    position: relative;
    height: 50px !important;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    background-color: transparent !important;
    border-bottom: 5px solid !important;
    border-left: 5px solid !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    margin-left: auto;
    margin-right: auto;
}
.is-style-tablebeside, .is-style-tablebeside th, .is-style-tablebeside td,
.is-style-tablebeside table, .is-style-tablebeside table th, .is-style-tablebeside table td {
    border-left: 0 none;
    border-right: 0 none;
}
.is-style-tablenoborder, .is-style-tablenoborder th, .is-style-tablenoborder td,
.is-style-tablenoborder table, .is-style-tablenoborder table th, .is-style-tablenoborder table td {
    border: 0 none;
}
.is-style-dark {
    background-color: #333;
    color: #fff;
    padding: 1rem;
}

/* fadeslider */
.is-style-fadeslider {
    position: relative;
}
.is-style-fadeslider .blocks-gallery-grid {
    position: relative;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
}
.is-style-fadeslider .blocks-gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
}
.is-style-fadeslider .blocks-gallery-item figure {
    align-items: center;
}
.blocks-gallery-grid .blocks-gallery-item figcaption {
    background: linear-gradient(0deg,#00000059,transparent);
}
.is-style-fadeslider .blocks-gallery-caption {
    text-align: center;
    width: 100%;
}
.is-style-fadeslider .mini-prev,
.is-style-fadeslider .mini-next {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    z-index: 2;
    background: #0000000d url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") no-repeat center center/10px auto;
    background-size: 70% 70%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.is-style-fadeslider .mini-next {
    left: auto;
    right: 0;
    background: #0000000d url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") no-repeat center center/10px auto;
    background-size: 70% 70%;
}
.is-style-fadeslider .mini-prev:hover {
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
}
.is-style-fadeslider .mini-next:hover {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0);
}

/* columnslider */
.columnslider-wrap {
    position: relative;
    overflow: hidden;
}
.is-style-columnslider {
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: center;
    gap: 0 !important;
}
.is-style-columnslider::-webkit-scrollbar {
    display: none;
}
.columnslider-wrap .mini-prev, .columnslider-wrap .mini-next {
    position: absolute;
    top: 33%;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: #00000059 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") no-repeat center center/10px auto;
    background-size: 70% 70%;
    cursor: pointer;
}
.columnslider-wrap .mini-prev {
    left: -5px;
}
.columnslider-wrap .mini-next {
    right: -5px;
    background: #00000059 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") no-repeat center center/10px auto;
    background-size: 70% 70%;
}
.columnslider-full .mini-prev {
    left: calc( (100vw - 100%) / -2 );
}
.columnslider-full .mini-next {
    right: calc( (100vw - 100%) / -2 );
}
.is-style-columnslider .wp-block-column .wp-block-image {
    margin-bottom: 1rem;
}
.is-style-columnslider .wp-block-column {
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333% !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: 0 !important;
    box-sizing: border-box;
}
.has-columnslider-i1 .wp-block-column {
    width: 100%;
    min-width: 100%;
    max-width: 100% !important;
    border: 0 none;
}
.has-columnslider-i2 .wp-block-column {
    width: 50%;
    min-width: 50%;
    max-width: 50% !important;
}
.has-columnslider-i3 .wp-block-column {
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333% !important;
}
.has-columnslider-i4 .wp-block-column {
    width: 25%;
    min-width: 25%;
    max-width: 25% !important;
}
.has-columnslider-i5 .wp-block-column {
    width: 20%;
    min-width: 20%;
    max-width: 20% !important;
}
.has-columnslider-i6 .wp-block-column {
    width: 16.66%;
    min-width: 16.66%;
    max-width: 16.66% !important;
}
.has-columnslider-i7 .wp-block-column {
    width: 14.28%;
    min-width: 14.28%;
    max-width: 14.28% !important;
}
.has-columnslider-i8 .wp-block-column {
    width: 12.5%;
    min-width: 12.5%;
    max-width: 12.5% !important;
}
.has-columnslider-i9 .wp-block-column {
    width: 11.11%;
    min-width: 11.11%;
    max-width: 11.11% !important;
}
.has-columnslider-i10 .wp-block-column {
    width: 10%;
    min-width: 10%;
    max-width: 10% !important;
}
@media (max-width: 33.9em) {
    .is-style-columnslider {
        overflow-x: hidden;
        justify-content: start;
    }
    .is-style-columnslider .wp-block-column {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        border: 0 none;
    }
    .is-style-columnslider .wp-block-column {
        border-left: 1rem solid transparent;
        border-right: 1rem solid transparent;
    }
    .has-columnslider-i2 {
        margin: 0 !important;
    }
}
/* liquid */
.is-style-liquid:not(.is-style-rounded), .is-style-liquid:not(.is-style-rounded) img {
    border-radius: 60% 50% 50% 60% / 70% 40% 70% 40%;
}
.is-style-liquid-2:not(.is-style-rounded), .is-style-liquid-2:not(.is-style-rounded) img {
    border-radius: 70% 40% 40% 70% / 60% 50% 60% 50%;
}
.is-style-liquid-3:not(.is-style-rounded), .is-style-liquid-3:not(.is-style-rounded) img {
    border-radius: 90% 60% 80% 70%;
}
.is-style-liquid-big:not(.is-style-rounded), .is-style-liquid-big:not(.is-style-rounded) img {
    max-width: 120%;
    border-radius: 50% 70% 70% 50% / 40% 50% 60% 70%;
}
.is-style-liquid-big-2:not(.is-style-rounded), .is-style-liquid-big-2:not(.is-style-rounded) img {
    border-radius: 60% 40% 50% 40% / 50% 40% 50% 40%;
}
.is-style-liquid-big-2:not(.is-style-rounded) img {
    margin-left: -20%;
    max-width: 120%;
}
@media (max-width: 599px){
    .is-style-liquid-big, .is-style-liquid-big img,
    .is-style-liquid-big-2, .is-style-liquid-big-2 img {
        z-index: 0;
        margin-left: 0;
        max-width: 100%;
    }
    .wp-block-columns .overlap-left {
        margin-left: inherit !important;
        margin-top: -3rem !important;
    }
}
