@charset "utf-8";
/*
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/
*/
.mainarea {
    overflow: visible;
}
.mainarea [class*="wp-block-"] {
    margin-bottom: 2rem;
}
.mainarea .lp [class*="wp-block-"] {
    margin-bottom: 4rem;
}
.mainarea [class*="wp-block-"] [class*="wp-block-"] {
    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;
}
.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 rgba(119, 119, 119, 0.1);
    border-top: 4px solid rgba(119, 119, 119, 0.1);
    padding: 4rem 0;
    text-align: center;
}a
.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;
}
@media (min-width: 600px) {
    .wp-block-column {
        flex-basis: 100%;
    }
}

/* color 00 */
.has-liquid-theme-background-color {
    background-color: #00a5d4;
}
.has-liquid-theme-color {
    color: #00a5d4 !important;
}
/* color 01 */
.has-liquid-blue-background-color {
    background-color: #32bdeb;
}
.has-liquid-blue-color {
    color: #32bdeb !important;
}
/* color 02 */
.has-liquid-dark-blue-background-color {
    background-color: #00a5d4;
}
.has-liquid-dark-blue-color {
    color: #00a5d4 !important;
}
/* color 03 */
.has-liquid-red-background-color {
    background-color: #eb6032;
}
.has-liquid-red-color {
    color: #eb6032 !important;
}
/* color 04 */
.has-liquid-orange-background-color {
    background-color: #ff6900;
}
.has-liquid-orange-color {
    color: #ff6900 !important;
}
/* color 05 */
.has-liquid-pink-background-color {
    background-color: #f6adc6;
}
.has-liquid-pink-color {
    color: #f6adc6 !important;
}
/* color 06 */
.has-liquid-yellow-background-color {
    background-color: #fff100;
}
.has-liquid-yellow-color {
    color: #fff100 !important;
}
/* color 07 */
.has-liquid-green-background-color {
    background-color: #3eb370;
}
.has-liquid-green-color {
    color: #3eb370 !important;
}
/* color 08 */
.has-liquid-purple-background-color {
    background-color: #745399;
}
.has-liquid-purple-color {
    color: #745399 !important;
}
/* color 09 */
.has-liquid-white-background-color {
    background-color: #ffffff;
}
.has-liquid-white-color {
    color: #ffffff !important;
}
/* color 10 */
.has-liquid-dark-gray-background-color {
    background-color: #333333;
}
.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-cover {
    background-image: url(../images/noimage.png);
    font-weight: bold;
}
.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;
}

.lp-item {
    text-align: center;
    margin-left: -1rem;
    margin-right: -1rem;
}
.lp-item .wp-block-column {
    background-color: #fff;
    padding: 1rem;
    margin: 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;
    margin-left: 0 !important;
}
.lp-list li {
    border: 2px solid rgba(119, 119, 119, 0.1);
    padding: 1rem;
    margin-bottom: .5rem;
    background-color: #fff;
}
.lp-list li:before {
    content: '\ea10';
    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;
    margin-left: -1rem;
    margin-right: -1rem;
}
.lp-plan .wp-block-column {
    background-color: #fff;
    padding: 1rem;
    margin: 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;
    margin-left: -1rem;
    margin-right: -1rem;
}
.lp-faq .wp-block-column {
    background-color: #fff;
    padding: 0;
    margin: 1rem;
}
.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 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.lp-step .wp-block-column {
    position: relative;
    background-color: #fff;
    padding: 0;
    margin: 1rem;
    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;
    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;
    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;
    border-style: solid !important;
    border-width: 5rem 100vw 0 0 !important;
    border-color: transparent #f9f9f9 transparent transparent;
}

.lp-loop strong {
    display: none;
    color: #fff;
    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 {
    display: none;
    z-index: 1;
    position: relative;
}
.lp-anime:before {
    -webkit-animation: anime 10s linear 0s infinite;
    animation: anime 10s linear 0s infinite;
}
#editor .lp-anime p  {
    display: block;
}
@-webkit-keyframes anime {
	0%{
		opacity: 0.5;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}

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

@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;
    }
}