@charset "utf-8";
/*
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/
*/
.mainarea {
    overflow: visible;
}
.wp-block-quote, .wp-block-gallery, .wp-block-list, .wp-block-cover, .wp-block-file, .wp-block-video, .wp-block-buttons, .wp-block-button, .wp-block-columns, .wp-block-media-text, .wp-block-more, .wp-block-nextpage {
    margin-bottom: 2rem;
}
.wp-block-separator {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.wp-block-column {
    margin-bottom: 0;
}
.alignfull, .is-style-wide {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
}
.wp-block-image.alignfull img {
    width: 100vw;
    max-width: initial;
}
.alignfull.wp-block-pullquote {
    margin-left: -50vw;
    margin-right: -50vw;
}
.alignwide {
    position: relative;
    width: calc( 100% + 2rem);
    max-width: calc( 100% + 2rem);
    left: -1rem;
    clear: both;
}
.is-cropped img {
    height: 100% !important;
}
.rounded-circle img {
    border-radius: 50% !important;
}
.rounded img {
    border-radius: .25rem !important;
}
.wp-block-gallery figcaption a {
    color: #fff !important;
}
.wp-block-button a, .wp-block-button__link {
    text-decoration: none;
}
.wp-block-pullquote {
    border-bottom: 4px solid #0000000d;
    border-top: 4px solid #0000000d;
    padding: 4rem 0;
    text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
    border: 0 none;
}
.wp-block-pullquote blockquote {
    border: 0 none;
}
.wp-block-pullquote blockquote:before {
    display: none;
}
.wp-block-pullquote blockquote p {
    margin-bottom: 1rem !important;
}
.wp-block-pullquote blockquote cite {
    font-style: normal;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    color: #00000080;
    font-size: small;
    margin-top: 1em;
    position: relative;
    font-style: normal;
}

@media (max-width: 599px) {
    .wp-block-column {
        margin-bottom: 1rem;
    }
}
@media (min-width: 576px) {
	.wp-block-group.alignfull > div[class*="group"] {
		max-width: 540px;
	}
}
@media (min-width: 600px) {
    .wp-block-column {
        flex-basis: 100%;
    }
}
@media (min-width: 768px) {
	.wp-block-group.alignfull > div[class*="group"] {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.wp-block-group.alignfull > div[class*="group"] {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.wp-block-group.alignfull > div[class*="group"] {
		max-width: 1140px;
	}
}
.wp-block-group.alignfull > div[class*="group"] {
    width: 100%;
    padding: 2rem 15px 1rem 15px;
    margin: 0 auto;
}

/* ------------------------------------ */
/* block-style */
/* ------------------------------------ */
.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-badge {
    display: inline-block;
    border-radius: .25rem;
    padding: 5px 10px !important;
    vertical-align: baseline;
}

.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-ribbon:before {
    position: absolute;
    content: '.';
    color: transparent;
    border-style: solid;
    border-color: transparent;
    height: 10px;
    width: 10px;
    top: 100%;
    left: 0;
    border-width: 0 10px 10px 0;
    border-right-color: #0000000d;
} */

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

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

.is-style-listboxlight, .is-style-quoteboxlight {
    background-color: #0000000d;
}

.is-style-listlabel, .is-style-listlabel ul, .is-style-listlabel ol,
.is-style-listcheck, .is-style-listcheck ul, .is-style-listcheck 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, .is-style-listlabel ol,
.is-style-listcheck ul, .is-style-listcheck ol {
    margin-top: .25rem !important;
}
.is-style-listlabel ul li, .is-style-listlabel ol li {
    background-color: transparent;
    margin: .5rem !important;
}

.is-style-listcheck li {
    padding: .25rem !important;
}
.is-style-listcheck li:before {
    content: '\ea11';
    font-family: 'icomoon';
    display: inline-block;
    margin-right: .5rem;
}
.is-style-listcheck ul li, .is-style-listcheck ol li {
    margin-left: 1rem !important;
}

.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, .is-style-quoteboxlight {
    border: 3px solid #0000001a;
    padding: 1rem !important;
}
.is-style-quotebox:before, .is-style-quoteboxlight: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;
}
.is-style-columnslider {
    flex-wrap: nowrap;
    overflow-x: 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.3%;
    min-width: 33.3%;
    max-width: 33.3% !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: 0 !important;
}
.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%;
    }
}

/* ------------------------------------ */
/* color */
/* ------------------------------------ */
/* color 00 */
.has-liquid-theme-color {
    color: #00a5d4;
}
.has-liquid-theme-background-color {
    background-color: #00a5d4;
}
.has-liquid-theme-background-color.is-style-blockbox {
    border-color: #00a5d4;
}
/* color 01 */
.has-liquid-blue-background-color {
    background-color: #32bdeb !important;
}
.has-liquid-blue-background-color.is-style-blockbox {
    border-color: #32bdeb !important;
}
.has-liquid-blue-color {
    color: #32bdeb !important;
}
/* color 02 */
.has-liquid-dark-blue-background-color {
    background-color: #00a5d4 !important;
}
.has-liquid-dark-blue-background-color.is-style-blockbox {
    border-color: #00a5d4 !important;
}
.has-liquid-dark-blue-color {
    color: #00a5d4 !important;
}
/* color 03 */
.has-liquid-red-background-color {
    background-color: #eb6032 !important;
}
.has-liquid-red-background-color.is-style-blockbox {
    border-color: #eb6032 !important;
}
.has-liquid-red-color {
    color: #eb6032 !important;
}
/* color 04 */
.has-liquid-orange-background-color {
    background-color: #ff6900 !important;
}
.has-liquid-orange-background-color.is-style-blockbox {
    border-color: #ff6900 !important;
}
.has-liquid-orange-color {
    color: #ff6900 !important;
}
/* color 05 */
.has-liquid-pink-background-color {
    background-color: #f6adc6 !important;
}
.has-liquid-pink-background-color.is-style-blockbox {
    border-color: #f6adc6 !important;
}
.has-liquid-pink-color {
    color: #f6adc6 !important;
}
/* color 06 */
.has-liquid-yellow-background-color {
    background-color: #fff100 !important;
}
.has-liquid-yellow-background-color.is-style-blockbox {
    border-color: #fff100 !important;
}
.has-liquid-yellow-color {
    color: #fff100 !important;
}
/* color 07 */
.has-liquid-green-background-color {
    background-color: #3eb370 !important;
}
.has-liquid-green-background-color.is-style-blockbox {
    border-color: #3eb370 !important;
}
.has-liquid-green-color {
    color: #3eb370 !important;
}
/* color 08 */
.has-liquid-purple-background-color {
    background-color: #745399 !important;
}
.has-liquid-purple-background-color.is-style-blockbox {
    border-color: #745399 !important;
}
.has-liquid-purple-color {
    color: #745399 !important;
}
/* color 09 */
.has-liquid-white-background-color {
    background-color: #ffffff !important;
}
.has-liquid-white-background-color.is-style-blockbox {
    border-color: #ffffff !important;
}
.has-liquid-white-color {
    color: #ffffff !important;
}
/* color 10 */
.has-liquid-dark-gray-background-color {
    background-color: #333333 !important;
}
.has-liquid-dark-gray-background-color.is-style-blockbox {
    border-color: #333333 !important;
}
.has-liquid-dark-gray-color {
    color: #333333 !important;
}

/* ------------------------------------ */
/* LP */
/* ------------------------------------ */
.huwa, .huwa > li, .huwa > .wp-block-column {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
}
.huwa > li:nth-child(2), .huwa > .wp-block-column:nth-child(2) {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.huwa > li:nth-child(3), .huwa > .wp-block-column:nth-child(3) {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
}
.huwa > li:nth-child(4), .huwa > .wp-block-column:nth-child(4) {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.huwa_active, .huwa_active > li, .huwa_active > .wp-block-column {
	transform: translate(0,0) !important;
	-moz-transform: translate(0,0) !important;
	-webkit-transform: translate(0,0) !important;
	-o-transform: translate(0,0) !important;
	-ms-transform: translate(0,0) !important;
}
#editor .huwa, #editor .huwa > li, #editor .huwa > .wp-block-column {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

.lp h2 {
    margin-bottom: 4rem;
}
.lp h3 {
    margin-bottom: 2rem;
}

.lp .border {
    border: 5px solid rgba(119, 119, 119, 0.1) !important;
}
.lp .rounded {
    border-radius: 1rem !important;
}
.lp p[class*="icon-"] {
    margin-left: .5em;
}

.lp .wp-block-cover {
    color: #fff;
}
.lp-cover {
    background-image: url(../images/noimage.png);
    font-weight: bold;
    overflow: hidden;
}
.lp-cover .wp-block-cover__inner-container {
    max-width: 1080px;
}
.lp-cover strong {
    color: initial;
    display: inline-block;
    background-color: #fff;
    padding: .2rem;
    margin: .2rem;
}
.lp-cover a {
    font-size: x-large;
    display: inline-block;
    border: 2px solid #fff;
    padding: .5rem 1rem;
    margin: 1rem;
    border-radius: 5px;
    text-decoration: none;
}

.lp-button a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: large !important;
    font-weight: bold;
    padding: 1rem 2rem !important;
    border-radius: 5px !important;
}
.lp-button a:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 5px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
body:not(.is-mobile) .lp-button a:hover:after {
    border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}
body:not(.is-mobile) .lp-button a:hover:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(119, 119, 119, 0.1);
    border-radius: 5px;
}
.lp-button .wp-block-button__link {
    border-radius: 5px !important;
}
.lp-button.is-style-squared a,
.lp-button.is-style-squared a:before,
.lp-button.is-style-squared a:after,
.lp-button.is-style-squared .wp-block-button__link {
    border-radius: 0px !important;
}
.wp-block-button a {
    text-decoration: none;
}
.head .wp-block-button {
    z-index: 99;
    text-align: right;
    margin: 0 !important;
}
.head .wp-block-button a,
.head .wp-block-button a:after,
.head .wp-block-button a:before {
    border-radius: 0 !important;
}
.head .wp-block-button .wp-block-button__link {
    padding: .5rem !important;
    font-size: small !important;
    letter-spacing: -0.1em;
    line-height: 1.2;
}
.lp-buttons .wp-block-column {
    margin: auto 10px;
}
.lp-overlay {
    display: block;
    position: relative;
    z-index: 98;
    margin-top: -10rem;
    margin-bottom: 6rem !important;
}

.lp-item {
    text-align: center;
}
.lp-item .wp-block-column {
    background-color: #fff;
    padding: 1rem;
    border: 1px solid rgba(119, 119, 119, 0.1);
    border-radius: 5px;
}
.lp-item h3 {
    margin-top: 1rem;
}
.lp-item .wp-block-image {
    margin: 2rem;
}

.lp-media {
    padding: 1rem;
}
.lp-media .wp-block-media-text__content {
    padding: 8%;
}

.lp-list {
    list-style-type: none !important;
    padding: 0 !important;
}
.lp-list li {
    border: 2px solid rgba(119, 119, 119, 0.1);
    padding: 1rem;
    margin-bottom: .5rem !important;
    background-color: #fff;
}
.lp-list li:before {
    content: '\ea11';
    font-family: 'icomoon';
    background-color: #00a5d4;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    margin-right: .5rem;
    border-radius: 50%;
}

.lp-plan {
    text-align: center;
}
.lp-plan .wp-block-column {
    background-color: #fff;
    padding: 1rem;
}
.lp-plan .lp-plan-ttl {
    padding: 1rem;
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.lp-gallery {
    background-color: rgba(119, 119, 119, 0.1);
    padding: 1rem;
}
.lp-table th, .lp-table td {
    background-color: #fff;
}

.lp-faq {
    text-align: center;
}
.lp-faq .wp-block-column {
    background-color: #fff;
    padding: 0;
}
.lp-faq p {
    padding: 1rem;
}
.lp-faq .lp-faq-ttl {
    position: relative;
    padding: 1rem;
    border: 0 none;
    font-size: large;
}
.lp-faq .lp-faq-ttl-after {
    position: absolute;
    display: inline-block;
    top: 100%;
    left: 1rem;
    content: ' ';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #ddd;
}
#editor .lp-faq .lp-faq-ttl:after {
    position: absolute;
    display: inline-block;
    top: 100%;
    left: 1rem;
    content: ' ';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #ddd;
}

.lp-step .wp-block-column {
    position: relative;
    background-color: #fff;
    padding: 0;
    border: 1px solid rgba(119, 119, 119, 0.1);
    border-radius: 5px;
}
.lp-step .wp-block-column:after {
    position: absolute;
    content: '　';
    top: calc(50% - 1rem);
    right: -1.4rem;
    left: auto;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-color: #333;
    border-style: solid;
    border-width: 5px 5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lp-step .wp-block-column:last-child:after {
    display: none;
}
.lp-step p {
    padding: 0 1rem;
}

.lp-circle-item {
    display: inline-block;
    margin: 1rem !important;
    padding: 0 !important;
    width: 4rem;
    height: 4rem;
    line-height: 4rem !important;
    border-radius: 50%;
    font-size: x-large;
    letter-spacing: -0.05em;
}

.lp-banner .wp-block-column {
    margin: .5rem !important;
}

.lp-latest-posts {
    padding: 0;
    list-style-type: none;
}
.lp-latest-posts li {
    display: block;
    padding: .5rem;
    background-color: #fff;
    border: 1px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 2px;
}
.lp-latest-posts a:hover {
    background-color: rgba(119, 119, 119, 0.1);
}

.lp-skew:after {
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    content: "　" !important;
    position: absolute !important;
    z-index: 1 !important;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    right: auto !important;
    border-style: solid !important;
    border-width: 5rem 100vw 0 0 !important;
    border-color: transparent #f9f9f9 transparent transparent;
    border-radius: initial !important;
}

.lp-loop strong {
    display: none;
    color: inherit;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}
#editor .lp-loop strong  {
    display: block;
}

.lp-big {
    min-height: 70vh;
}

.lp-cover .container {
    position: relative;
    z-index: 1;
}

#editor .has-left-content .wp-block-cover-text,
#editor .has-right-content .wp-block-cover-text {
    margin-left: 46px;
    margin-right: 46px;
}

.lp-anime p {
    z-index: 1;
    position: relative;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.lp-anime:before {
    animation: anime 10s linear 0s infinite;
    -webkit-animation: anime 10s linear 0s infinite;
}

@keyframes fadeIn {
	0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes anime {
	0%{ opacity: 0.5; }
	50% { opacity: 0; }
	100% { opacity: 0.5; }
}
@-webkit-keyframes anime {
	0%{ opacity: 0.5; }
	50% { opacity: 0; }
	100% { opacity: 0.5; }
}

@media (max-width: 991.98px) {
    .lp-cover .wp-block-cover__inner-container {
        max-width: 930px;
    }
}

@media (max-width: 781px) {
    .lp-step .wp-block-column:after {
        display: none;
    }
    .lp-buttons .wp-block-column .lp-button {
        float: none;
        text-align: center;
        margin: 0 auto 1rem auto !important;
    }
}

@media (max-width: 767.98px) {
    .head .wp-block-button {
        display: none;
    }
    .lp-cover .wp-block-cover-text, .lp-cover p {
        font-size: x-large;
    }
}