html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */ .modaal-noscroll {
	overflow: hidden
}
.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}
.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	opacity: 0
}
.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden
}
.modaal-wrapper .modaal-close {
	border: none;
	background: 0 0;
	padding: 0;
	-webkit-appearance: none
}
.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1
}
.modaal-wrapper.modaal-start_fade {
	opacity: 0
}
.modaal-wrapper [tabindex="0"] {
	outline: 0 !important
}
.modaal-wrapper.modaal-fullscreen {
	overflow: hidden
}
.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%
}
.modaal-fullscreen .modaal-outer-wrapper {
	display: block
}
.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top
}
.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
	cursor: auto;
	border-radius: 0.48em;
}
.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden
}
.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto
}
.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.modaal-close:focus, .modaal-close:hover {
	outline: 0;
	background: #fff
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
	background: #b93d0c
}
.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}
.modaal-close:after, .modaal-close:before {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}
.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px
}
.modaal-content-container {
	padding: 30px
}
.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0
}
.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: 0 0
}
.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}
.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f
}
.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline
}
.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f
}
.modaal-instagram .modaal-container {
	width: auto;
	background: 0 0;
	box-shadow: none !important
}
.modaal-instagram .modaal-content-container {
	padding: 0;
	background: 0 0
}
.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important
}
.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards
}
.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px
}
.modaal-image .modaal-container {
	width: auto;
	max-width: 100%
}
.modaal-gallery-wrap {
	position: relative;
	color: #fff
}
.modaal-gallery-item {
	display: none
}
.modaal-gallery-item img {
	display: block
}
.modaal-gallery-item.is_active {
	display: block
}
.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff
}
.modaal-gallery-label:focus {
	outline: 0
}
.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
	outline: 0;
	background: #fff
}
.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
	background: #afb7bc
}
.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}
.modaal-gallery-control:after, .modaal-gallery-control:before {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}
.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px
}
.modaal-gallery-next-outer {
	right: 45px
}
.modaal-gallery-prev:after, .modaal-gallery-prev:before {
	left: 22px
}
.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px
}
.modaal-gallery-prev-outer {
	left: 45px
}
.modaal-video-wrap {
	margin: auto 50px;
	position: relative
}
.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto
}
.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%
}
.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block
}
.modaal-loading-spinner {
	background: 0 0;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(.25);
	-ms-transform: scale(.25);
	transform: scale(.25)
}
.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute
}
.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s
}
.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}
.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s
}
.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s
}
.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}
.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s
}
.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}
@media only screen and (min-width:1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px
	}
}
@media only screen and (max-width:1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px
	}
	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: rgba(0, 0, 0, .7)
	}
	.modaal-gallery-control:after, .modaal-gallery-control:before {
		background: #fff
	}
	.modaal-gallery-next {
		left: auto;
		right: 20px
	}
	.modaal-gallery-prev {
		left: 20px;
		right: auto
	}
}
@media screen and (max-width:900px) {
	.modaal-instagram iframe {
		width: 500px !important
	}
}
@media only screen and (max-width:600px) {
	.modaal-instagram iframe {
		width: 280px !important
	}
}
@media screen and (max-height:1100px) {
	.modaal-instagram iframe {
		width: 700px !important
	}
}
@media screen and (max-height:1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.modaal-instagram iframe {
		width: 600px !important
	}
}
@media screen and (max-height:900px) {
	.modaal-instagram iframe {
		width: 500px !important
	}
	.modaal-video-container {
		max-width: 900px;
		max-height: 510px
	}
}
@media only screen and (max-height:820px) {
	.modaal-gallery-label {
		display: none
	}
}
@keyframes instaReveal {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes instaReveal {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@charset "utf-8";html,body{width:100%;text-align:center;color:rgba(33,33,33,1);font-family:'Noto Sans JP','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;font-size:17px;line-height:1.8;letter-spacing:.02em}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;background-repeat:no-repeat;background-position:center center;background-size:cover;font-family:inherit}body.loadAct *{transition:none !important}.noselect,.noselect *{-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}h1,h2,h3,h4,th,small{font-weight:400;font-size:100%}a,button{outline:none;transition:all .08s linear}*:focus{outline:none}a{color:rgba(33,33,33,1)}a:not(.not):hover{color:rgba(244,67,54,1)}a:not(.not) .photo,a:not(.not) .image,a:not(.not) img{transition:all .08s linear}a:not(.not):hover .photo,a:not(.not):hover .image,a:not(.not):hover img{filter:brightness(80%)}ol,ul{list-style:none}img,svg{max-width:100%;height:auto;margin:0;padding:0;vertical-align:middle}header,footer,div,ul,li,h1,h2,h3,nav,button,blockquote,dt,dd,figure{position:relative}p,a,span{position:relative}table{border-collapse:collapse;border-spacing:0}.clear:after{content:'';display:block;clear:both}.none{display:none}p{margin-bottom:1.6em}p:last-child,ul:last-child,ol:last-child,li:last-child,figure:last-child,table:last-child,blockquote:last-child{margin-bottom:0 !important}mark{background-color:rgba(255,238,88,1)}label{display:inline-block}strong,.text-bold{font-weight:700}cite{font-style:normal}.text-normal{font-weight:400}.text-underline{text-decoration:underline}.text-small{font-size:.89em}.text-xsmall{font-size:.79em}.text-xxsmall{font-size:.7em}.text-large{font-size:1.13em}.text-xlarge{font-size:1.27em}.text-xxlarge{font-size:1.42em}.text-gray{color:rgba(158,158,158,1)}.text-red{color:rgba(244,67,54,1)}.text-white{color:rgba(255,255,255,1)}.text-vertical{writing-mode:vertical-rl;text-align:left}.in-center{text-align:center !important}.in-right{text-align:right !important}.in-left{text-align:left !important}.pos-center{display:flex}.pos-center>*{margin:auto}.nowrap{white-space:nowrap}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.block-note{padding-left:1em;text-indent:-1em}.block-note:before{content:'※'}.bg-white{background-color:rgba(255,255,255,1)}.bg-gray{background-color:rgba(245,245,245,1)}.margin-bt0{margin-bottom:0 !important}.margin-bt02{margin-bottom:.2em !important}.margin-bt04{margin-bottom:.4em !important}.margin-bt06{margin-bottom:.6em !important}.margin-bt08{margin-bottom:.8em !important}.margin-bt10{margin-bottom:1em !important}.margin-bt12{margin-bottom:1.2em !important}.margin-bt14{margin-bottom:1.4em !important}.margin-bt16{margin-bottom:1.6em !important}.margin-bt18{margin-bottom:1.8em !important}.margin-bt20{margin-bottom:2em !important}.list-disc{list-style:disc;margin-left:1.4em;margin-bottom:1.6em}.list-decimal{list-style:decimal;margin-left:1.6em;margin-bottom:1.6em}.list-disc li,.list-decimal li{margin-bottom:.4em}input[type=text],input[type=number],input[type=email],input[type=password],textarea{border:1px solid rgba(33,33,33,1) !important;background-color:rgba(255,255,255,1) !important;line-height:1.6 !important;border-radius:.24em !important;color:rgba(33,33,33,1) !important;padding-left:.6em !important;padding-right:.6em !important;padding-top:.4em !important;padding-bottom:.4em !important;max-width:100% !important;transition:all .08s linear !important;display:inline-block !important}textarea{width:100% !important;height:12em !important}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,textarea:focus{box-shadow:inset 0px 0px 4px rgba(0,0,0,.16);background-color:rgba(250,250,250,1) !important}select{border:1px solid rgba(33,33,33,1) !important;background-color:rgba(255,255,255,1) !important;line-height:1.6 !important;border-radius:.24em !important;color:rgba(33,33,33,1) !important;padding-left:.6em !important;padding-right:.6em !important;padding-top:.4em !important;padding-bottom:.4em !important;max-width:100% !important;transition:all .08s linear !important;display:inline-block !important}.pd{margin-left:auto;margin-right:auto;text-align:left;padding-left:80px;padding-right:80px;width:100%;max-width:1280px}.pd.narrow{max-width:1024px}.pd.wide{max-width:1720px}.pd.full{max-width:none}.show-tb,.show-sp{display:none !important}@media screen and (max-width:1920px){html,body{font-size:16px}}@media screen and (max-width:1280px){.pd{padding-left:64px;padding-right:64px}}@media print,screen and (max-width:1024px){.pd{padding-left:6.4vw;padding-right:6.4vw}.show-tb{display:inline !important}.show-tb.block{display:block !important}.show-tb.inline-block{display:inline-block !important}.hide-tb{display:none}}@media screen and (max-width:560px){html,body{font-size:15px}.show-sp{display:inline !important}.show-sp.block{display:block !important}.show-sp.inline-block{display:inline-block !important}.hide-sp{display:none}}#wrap{width:100%;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;min-height:100vh;min-height:100lvh}.jost{font-family:'Jost',sans-serif}header{display:grid;grid-template-columns:auto 1fr;padding:2.4em 3.2em;align-items:center;z-index:10000}header a{text-decoration:none}header .logo{text-align:left}header .logo a{display:inline-block}header .logo img{height:3.2em;width:auto}header nav{display:grid;gap:1.6em}header nav a{display:block}header nav .primary{order:2;display:flex;justify-content:flex-end;gap:2.4em;font-weight:700}header nav .primary>li ul{display:grid;position:absolute;font-size:.89em;text-align:left;white-space:nowrap;gap:.8em;padding:1.2em 0 .6em 1.6em;transition:all .2s ease;visibility:hidden;opacity:0}header nav .primary>li:hover ul{transition:all .4s ease;visibility:visible;opacity:1}header nav .primary>li ul:before{content:'';position:absolute;top:.6em;bottom:0;left:.3em;width:1px;background-color:rgba(33,33,33,1)}header nav .secondary{order:1;display:flex;justify-content:flex-end;gap:1.2em;align-items:center}header nav .secondary li{width:12em}header nav .secondary .button{color:rgba(255,255,255,1);line-height:3;border-radius:100vh;font-size:.79em}header nav .secondary .button.news{background-color:rgba(33,33,33,1)}header nav .secondary .button.inquiry{background-color:rgba(0,160,228,1)}header nav .secondary .button img{margin-right:.5em;transform:translate(0,-.16em)}header nav .secondary .button.news img{height:1.2em;width:auto}header nav .secondary .button.inquiry img{width:1.2em}header .toggle,header .bg,header .mask{display:none}@media screen and (max-width:1920px){header .logo img{height:2.8em}}@media screen and (max-width:1280px){header{padding:2em 2.8em}header .logo img{height:2.6em}}@media print,screen and (max-width:1024px){body.show-menu{overflow:hidden}header{grid-template-columns:1fr auto;padding:2.4em 2em}header .logo img{height:2.4em}header nav{position:fixed;top:0;left:100%;width:16.8em;display:grid;height:100vh;height:100svh;grid-template-rows:1fr auto;padding-top:3.2em;gap:3.2em;padding-bottom:2.4em;overflow:auto;transition:all .4s ease;transform:translate(0,0)}body.show-menu header nav{transform:translate(-16.8em,0)}header nav .primary{order:1;flex-direction:column;gap:1.6em;justify-content:center;text-align:left;padding-left:2.4em}header nav .primary>li ul{position:relative;visibility:visible;opacity:1;font-weight:400;padding-left:1.9em}header nav .primary>li ul:before{left:.6em}header nav .secondary{order:2;display:grid;gap:1em;justify-content:center;align-items:normal}header .mask{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;height:100lvh;background-color:rgba(0,0,0,.8);transition:all .4s ease;visibility:hidden;opacity:0}body.show-menu header .mask{visibility:visible;opacity:1}header .bg{display:block;position:fixed;top:0;left:100%;height:200vh;width:16.8em;background-color:rgba(255,255,255,1);transition:all .4s ease;transform:translate(0,0)}body.show-menu header .bg{transform:translate(-16.8em,0)}header .toggle{display:block;width:64px;height:64px;cursor:pointer;position:fixed;top:1.6em;right:1em;transition:all .4s ease;transform:translate(0,0)}body.show-menu header .toggle{transform:translate(-16.8em,0)}header .toggle>span{display:block;position:absolute;left:24%;right:24%;height:2px;background-color:rgba(0,0,0,1);border-radius:100vh;transition:all .4s ease}header .toggle>span.line1{top:32%}header .toggle>span.line2{top:50%;transform:translate(0,-50%)}header .toggle>span.line3{bottom:32%}body.show-menu header .toggle>span{background-color:rgba(255,255,255,1)}body.show-menu header .toggle>span.line1{transform:rotate(315deg);top:48%}body.show-menu header .toggle>span.line2{left:50%;right:50%}body.show-menu header .toggle>span.line3{transform:rotate(-315deg);bottom:48%}}@media screen and (max-width:560px){header{padding:2em 1.2em}header .logo img{height:2em}header .toggle{width:56px;height:56px;top:1.2em;right:.6em}header nav{padding-top:2.4em;gap:2em;padding-bottom:1.6em}header nav .primary{gap:1.2em}header nav .primary>li:first-child{display:none}header nav .secondary{gap:.8em}}footer.common a:hover{color:rgba(244,67,54,1) !important}footer.common .aioseo-breadcrumbs{display:flex;flex-wrap:wrap;justify-content:flex-end;color:rgba(158,158,158,1);line-height:1.6;font-size:.79em;gap:.4em;padding:1em 1.6em}footer.common .aioseo-breadcrumbs a{color:rgba(158,158,158,1);text-decoration:none}body#home footer.common .aioseo-breadcrumbs{display:none}footer.common>.inner{background-color:rgba(33,33,33,1);color:rgba(255,255,255,1);font-size:.89em}footer.common>.inner a{color:rgba(255,255,255,1);text-decoration:none}footer.common>.inner nav{display:flex;gap:4em;padding-top:3.2em;flex-wrap:wrap}footer.common>.inner nav>ul{display:grid;gap:.8em}footer.common>.inner nav>ul ul{font-size:.89em;display:grid;gap:.4em;padding-top:.6em;padding-left:.6em;color:rgba(158,158,158,1)}footer.common>.inner nav>ul ul a{color:rgba(158,158,158,1)}footer.common>.inner nav>ul ul li:before{content:'－';margin-right:.2em}footer.common>.inner small{display:block;padding-bottom:1.6em;text-align:right}.pagetop{position:fixed;right:0;bottom:0;width:2.4em;height:2.4em;background-color:rgba(33,33,33,1);z-index:9000;display:block;transition:all .2s ease;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/icon-pagetop-white.svg);background-size:32% auto;transform:translate(0,100%);border-left:1px solid rgba(255,255,255,.32);border-top:1px solid rgba(255,255,255,.32)}.pagetop.show{transform:translate(0,0);transition:all .4s ease}@media print,screen and (max-width:1024px){footer.common>.inner nav{gap:6.4vw}footer.common>.inner small{padding-top:1.2em}}
@charset "utf-8";.wrap-page{display:grid;grid-template-columns:24em 1fr;gap:160px;margin-top:1.2em;margin-bottom:4em}.wrap-side,.wrap-contents{padding-top:7.2em;padding-bottom:7.2em}.wrap-side{z-index:2}.wrap-contents{padding-top:9.6em}.wrap-side>.inner.fixed{position:fixed}.wrap-side:before{content:'';display:block;width:100vw;position:absolute;right:0;top:0;height:100%;background-color:rgba(245,245,245,1);border-radius:1.6em}.wrap-side .title,.wrap-side .title a{text-decoration:none}.wrap-side .title .en{display:block;color:rgba(0,160,228,1) !important;font-size:.79em}.wrap-side .title .ja{display:block;font-size:2.03em;line-height:1.4;font-weight:700;color:rgba(33,33,33,1) !important}.wrap-side .menu{border-left:1px solid rgba(33,33,33,1);display:grid;row-gap:1.2em;padding:1.2em 0;margin-top:2em;font-size:.89em}.wrap-side .menu a{display:block;text-decoration:none;padding-left:1.2em}.wrap-side .menu a.current{font-weight:700;color:rgba(33,33,33,1) !important}@media screen and (max-width:1920px){.wrap-page{gap:120px}.wrap-side,.wrap-contents{padding-top:5.6em;padding-bottom:5.6em}.wrap-contents{padding-top:8em}.wrap-side .title .ja{font-size:1.8em}}@media screen and (max-width:1536px){.wrap-page{grid-template-columns:22em 1fr;gap:80px}.wrap-side,.wrap-contents{padding-top:4.8em;padding-bottom:4.8em}.wrap-contents{padding-top:7.2em}}@media screen and (max-width:1280px){.wrap-page{grid-template-columns:1fr;gap:0}.wrap-side,.wrap-contents{padding-top:3.2em;padding-bottom:3.2em}.wrap-contents{padding-top:5.6em}.wrap-side .menu{grid-template-columns:1fr 1fr;margin-top:1.6em}.wrap-side .menu:before{content:'';display:block;position:absolute;width:1px;height:100%;background-color:rgba(33,33,33,1);top:0;left:50%}.wrap-side .menu a{padding-right:1.2em}}@media print,screen and (max-width:1024px){.wrap-contents{padding-top:4.8em}}@media screen and (max-width:560px){.wrap-side .menu{grid-template-columns:1fr}.wrap-side,.wrap-contents{padding-top:2.4em;padding-bottom:2.4em}.wrap-contents{padding-top:4em}.wrap-side .title .ja{font-size:1.6em}.wrap-side .menu{row-gap:1em;padding:1em 0}.wrap-side .menu:before{display:none}.wrap-side .menu a{padding-right:0}}.title-l{font-weight:700;font-size:1.8em;margin-bottom:1em}.title-l:before{content:'';display:block;position:absolute;left:-1.2em;top:.6em;border-bottom:1px solid rgba(33,33,33,1);width:2em;transform:rotate(-45deg);transform-origin:left center}.title-m{font-weight:700;font-size:1.42em;margin-bottom:.2em;clear:both}*+.title-m{margin-top:2em}.title-add{font-size:1.27em;font-weight:700;margin-top:2.8em;margin-bottom:.8em;clear:both}.title-add:before{content:'';display:block;background-color:rgba(0,160,228,1);width:.7em;height:.7em;border-radius:100vh;position:absolute;left:0;top:.65em;z-index:2}.title-add:after{content:'';display:block;position:absolute;left:0;width:100%;border-bottom:1px dotted rgba(33,33,33,1);top:1em}.title-add>.inner{display:inline-block;background-color:rgba(255,255,255,1);z-index:1;padding:0 .4em 0 1.1em}@media screen and (max-width:1920px){.title-l{font-size:1.6em}}@media screen and (max-width:560px){.title-l{font-size:1.42em}.title-m{font-size:1.27em}.title-add{font-size:1.13em}}.block-sec{margin-bottom:8em;clear:both}.block-sec:last-child{margin-bottom:0 !important}.block-map{width:100%;height:auto;aspect-ratio:3/1}.block-aphorism{border:1px dotted rgba(33,33,33,1);margin-top:2.4em;padding:2em 2.4em 1.8em}.block-aphorism p{font-size:1.27em;line-height:1.6;margin-bottom:.4em}.block-aphorism cite{display:block;line-height:1.6}.block-aphorism:before{color:rgba(33,33,33,1);font-size:2.89em;line-height:1;position:absolute;content:'“';left:.16em;top:.08em}.block-company-ankylo{margin-top:-4.8em;margin-bottom:2.8em;transform:translate(-80px,0);width:calc(100% + 160px)}.block-field-photo{float:right;width:52%;margin-left:2.4em;margin-bottom:1.6em;aspect-ratio:3/2;border-radius:.8em}.block-field-image{text-align:center;margin-top:4.8em;margin-bottom:2.4em}.block-field-image img{width:800px}.table-field{width:100%;max-width:800px;margin:0 auto}.table-field th{background-color:rgba(0,160,228,1);text-align:center;color:rgba(255,255,255,1);font-size:.89em;padding:.4em .8em;white-space:nowrap}.table-field tbody tr{border-bottom:2px solid rgba(0,160,228,1)}.table-field td{padding:.8em .4em}.table-field td:nth-child(1){font-weight:700;text-align:center;white-space:nowrap;font-size:1.13em}.table-field td:nth-child(2){font-weight:700;white-space:nowrap}.table-field td:nth-child(3){font-size:.89em}.block-solution{padding-right:50%}.block-solution .wp-block-group__inner-container{min-height:480px}.block-solution .photo{position:absolute;left:calc(100% + 64px);top:-4.8em;bottom:0;width:40vw;border-top-left-radius:1.2em;border-bottom-left-radius:1.2em}.block-webs{display:grid;grid-template-columns:1fr 1fr;margin-top:4em;gap:2.8em;align-items:center}.block-webs .text h3{margin-bottom:.4em}.block-webs .text .copy{font-size:.89em;margin-bottom:.4em;display:block;font-weight:700}.block-webs .text .title{color:rgba(70,143,140,1);line-height:1.2;font-family:'STIX Two Text',serif;display:grid;grid-template-columns:auto 1fr;align-items:end}.block-webs .text .title .abb{font-size:3.25em}.block-webs .text .title .full{font-size:1.13em;padding-left:.4em;display:inline-block;font-weight:600;transform:translate(0,-.8em)}.block-link{display:flex;justify-content:flex-end;font-size:.89em;flex-wrap:wrap;gap:2.4em}.block-link a{text-decoration:none;padding-right:4em;font-weight:700}.block-link a:hover{color:rgba(0,160,228,1)}.block-link a:before{content:'';display:block;width:3.2em;height:3.2em;background-color:rgba(0,160,228,1);border-radius:100vh;position:absolute;right:0;top:50%;transform:translate(0,-50%);background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/icon-arrow-white.svg);background-size:48% auto;transition:all .4s ease}.block-link a:hover:before{transform:translate(16%,-50%)}.block-link.black a:hover{color:rgba(244,67,54,1)}.block-link.black a:before{background-color:rgba(33,33,33,1)}.block-link.webs a:hover{color:rgba(70,143,140,1)}.block-link.webs a:before{background-color:rgba(70,143,140,1)}@media screen and (max-width:1920px){.block-company-ankylo{margin-top:-4em;transform:translate(-50px,0);width:calc(100% + 100px)}.block-solution .photo{left:calc(100% + 56px);top:-4em;width:36vw}}@media screen and (max-width:1536px){.block-map{aspect-ratio:2/1}.block-company-ankylo{margin-top:-3.2em;transform:translate(-40px,0);width:calc(100% + 80px)}.block-solution .photo{left:calc(100% + 48px)}.block-webs{max-width:640px;width:100%;margin-left:auto;margin-right:auto;grid-template-columns:1fr;gap:2em}}@media screen and (max-width:1280px){.block-company-ankylo{margin-top:-1.6em;transform:translate(-32px,0);width:calc(100% + 64px)}.block-solution .photo{width:50vw}}@media print,screen and (max-width:1024px){.block-sec{margin-bottom:6.4em}.block-company-ankylo{transform:translate(-3.2vw,0);width:calc(100% + 6.4vw)}.block-solution .photo{left:calc(100% + 4.8vw)}.block-field-image{margin-top:3.2em}}@media screen and (max-width:560px){.block-map{aspect-ratio:3/2}.block-aphorism{padding:1.6em 2em}.block-company-ankylo{margin-top:.8em}.block-field-photo{float:none;width:100%;margin-left:0;margin-bottom:1.6em}.table-field td:nth-child(1){font-size:1em}.table-field td:nth-child(2){font-size:.89em}.block-solution{padding-right:0}.block-solution .photo{position:relative;left:auto;top:auto;bottom:auto;width:100%;margin-bottom:1.6em;aspect-ratio:3/2;border-radius:.8em}}.list-table{border-top:1px solid rgba(224,224,224,1);margin-top:2.4em;margin-bottom:2.4em;display:grid;grid-template-columns:auto 1fr}.list-table dt,.list-table dd{padding:1.2em 1.4em;border-bottom:1px solid rgba(224,224,224,1)}.list-table dt{background-color:rgba(245,245,245,1);min-width:10em}.list-solution{border-top:1px dotted rgba(33,33,33,1);margin-top:2.8em}.list-solution li{display:block;border-bottom:1px dotted rgba(33,33,33,1)}.list-solution li a{display:block;text-decoration:none;color:rgba(33,33,33,1) !important;padding:1.8em 5.6em 2em .8em}.list-solution li a:hover{background-color:rgba(0,160,228,.06)}.list-solution li a:after{content:'';display:block;width:2.8em;height:2.8em;background-color:rgba(0,160,228,1);border-radius:100vh;position:absolute;right:.8em;top:50%;transform:translate(-24%,-50%);background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/icon-arrow-white.svg);background-size:48% auto;transition:all .4s ease}.list-solution li a:hover:after{transform:translate(0,-50%)}.list-solution li a .title{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.8em;margin-bottom:.4em;font-size:1.42em}.list-solution li a .title .number{font-size:1.6em;line-height:1;color:rgba(0,160,228,1)}.list-solution li a .title .text{font-weight:700}.list-case{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:1.2em;column-gap:2em;row-gap:2.4em}.list-case a{display:block;text-decoration:none}.list-case a .image{aspect-ratio:3/2;border-radius:.48em}.list-case a .title{font-size:.89em;padding:.6em .4em 0}.list-case a[target=_blank] .title:after{content:'';display:inline-block;width:.8em;height:.8em;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/icon-blank-black.svg);margin-left:.2em}.list-document{display:grid;margin-top:1.6em;gap:2.4em}.list-document li{display:grid;grid-template-columns:auto 1fr;gap:2em}.list-document li .image{text-align:center}.list-document li .image img{width:240px}.list-document li .text{padding-top:1.2em}.list-document li .text h4{font-weight:700;margin-bottom:.4em}.list-document li .text h4 .copy{font-size:.89em;display:block}.list-document li .text h4 .title{font-size:1.6em;line-height:1.6;display:block}.list-document li .text h4 .title sup{background-color:rgba(244,67,54,1);color:rgba(255,255,255,1);font-weight:700;line-height:2;padding-left:.4em;padding-right:.4em;display:inline-block;margin-left:.4em}.list-news{border-top:1px dotted rgba(33,33,33,1);display:grid;width:100%;grid-template-columns:auto 1fr;margin-bottom:2.4em}.list-news dt,.list-news dd{border-bottom:1px dotted rgba(33,33,33,1);padding-top:1.2em;padding-bottom:1.2em}.list-news dt{padding-left:.4em;padding-right:1.2em}.list-news dd a{text-decoration:none}.list-field{display:grid;grid-template-columns:1fr 1fr;row-gap:4.8em;column-gap:80px;margin-top:4em}.list-field a{display:block;text-decoration:none}.list-field a:hover{color:rgba(0,160,228,1)}.list-field a .image{aspect-ratio:2/1;border-radius:.8em;margin-bottom:1.6em}.list-field a .title{font-weight:700;font-size:1.42em;margin-bottom:.4em}.list-field a .title:before{content:'';display:block;width:1.4em;height:1.4em;background-color:rgba(0,160,228,1);border-radius:100vh;position:absolute;right:0;top:.1em;transform:translate(-24%,0);background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/icon-arrow-white.svg);background-size:48% auto;transition:all .4s ease}.list-field a:hover .title:before{transform:translate(0,0)}.list-field a .description{font-size:.89em;color:rgba(33,33,33,1)}.list-field a .description p{margin-bottom:1em}@media screen and (max-width:1920px){.list-field{column-gap:64px}}@media screen and (max-width:1536px){.list-case{grid-template-columns:1fr 1fr 1fr}.list-document li .image img{width:220px}}@media screen and (max-width:1280px){.list-document li .image img{width:200px}.list-field{column-gap:48px}}@media print,screen and (max-width:1024px){.list-solution li a{padding-right:4.8em}.list-solution li a:after{transform:translate(0,-50%)}.list-document li .text{padding-top:.8em}.list-field{column-gap:6.4vw}.list-field a .title{font-size:1.27em;margin-bottom:.3em}}@media screen and (max-width:560px){.list-solution li{font-size:.89em}.list-case{grid-template-columns:1fr 1fr;column-gap:1.6em;row-gap:2em}.list-document{gap:3.2em}.list-document li{grid-template-columns:1fr;gap:.2em}.list-news{grid-template-columns:1fr}.list-news dt{border-bottom:none;padding-bottom:0}.list-news dd{padding-left:.4em;padding-top:.6em}.list-field{grid-template-columns:1fr}}.list-form{border-top:1px solid rgba(224,224,224,1);margin-top:2.4em;margin-bottom:2.4em;display:grid;grid-template-columns:auto 1fr}.list-form dt,.list-form dd{padding:1.2em 1.4em;border-bottom:1px solid rgba(224,224,224,1)}.list-form dt sup{display:inline-block;font-weight:400;font-size:.55rem;line-height:1;padding:.5em .6em;vertical-align:middle;color:rgba(255,255,255,1);background-color:rgba(244,67,54,1);border-radius:4px;margin-left:1.2em;float:right}.list-form dt{background-color:rgba(245,245,245,1)}.list-form dd.size-m input{width:50%}.list-form dd.size-l input{width:100%}.list-form dd.size-tel input,.list-form dd.size-post input{max-width:30% !important}.list-form dd .error{color:rgba(244,67,54,1);display:block;padding-top:.4em}.block-button{display:flex;flex-wrap:wrap;gap:1em 1.2em;justify-content:center}.block-button button{background-color:rgba(0,160,228,1);color:rgba(255,255,255,1);line-height:3;border-radius:100vh;width:12em}.block-button button.back{background-color:rgba(158,158,158,1)}@media screen and (max-width:560px){.list-form{grid-template-columns:1fr}.list-form dt{border-bottom:none;padding-top:.8em;padding-bottom:.8em}}.list-flow{display:grid;margin-bottom:8em;gap:1.6em;position:relative}.list-flow:before{content:'';display:block;left:1.8em;position:absolute;top:.2em;bottom:.2em;border-left:2px dotted rgba(33,33,33,1);transform:translate(-50%,0)}.list-flow li{padding-left:4.6em}.list-flow li:before{width:2em;line-height:2;font-weight:700;display:block;background-color:rgba(0,160,228,1);color:rgba(255,255,255,1);border-radius:100vh;font-size:1.8em;text-align:center;position:absolute;top:0;left:0}.list-flow li:nth-child(1):before{content:'1'}.list-flow li:nth-child(2):before{content:'2'}.list-flow li:nth-child(3):before{content:'3'}.list-flow li:nth-child(4):before{content:'4'}.list-flow li:nth-child(5):before{content:'5'}.list-flow li .title{font-size:1.42em;font-weight:700;padding-top:.32em}.list-flow li .text{padding-top:.24em}@media print,screen and (max-width:1024px){.list-flow{margin-bottom:6.4em}}@media screen and (max-width:560px){.list-flow{font-size:.89em}}.wrap-date{background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/icon-date-black.svg);background-position:left center;background-size:.9em auto;padding-left:1.2em}body#news .title-l:before{top:-.6em}.wrap-news h2{font-weight:700;font-size:1.42em;margin-bottom:.8em;clear:both;padding-left:1.2em}.wrap-news h2:before{content:'';display:block;width:.9em;height:.9em;border-radius:100vh;border:.26em solid rgba(0,160,228,1);position:absolute;top:.5em;left:0}*+.wrap-news h2{margin-top:2.8em}.wrap-news h3{font-weight:700;font-size:1.13em;margin-bottom:.4em;clear:both}*+.wrap-news h3{margin-top:2em}.wrap-news .wp-block-image{margin-top:2em;margin-bottom:2em;max-width:100%}.wrap-news .wp-block-separator{height:0;border:0;border-bottom:1px solid rgba(224,224,224,1);margin-top:2em;margin-bottom:2em}.wp-pagenavi{display:flex;flex-wrap:wrap;font-size:.89em;gap:4px}.wp-pagenavi *{border:1px solid rgba(33,33,33,1);line-height:2.2;padding-left:.6em;padding-right:.6em;text-decoration:none}.wp-pagenavi .current{background-color:rgba(33,33,33,1);color:rgba(255,255,255,1)}.wp-pagenavi .extend{border:1px solid rgba(33,33,33,0);padding-left:.2em;padding-right:.2em}.wrap-news{padding-bottom:3.2em}@media screen and (max-width:560px){.wrap-news h2{font-size:1.27em}}body.load{overflow:hidden}body.load #loading{display:flex;position:fixed;z-index:100000;top:0;left:0;width:100%;height:100vh;height:100lvh;background-color:rgba(255,255,255,1)}body.load #loading .icon{width:80px;aspect-ratio:1/1;background-color:rgba(0,0,0,1);margin:auto;background:conic-gradient(rgba(33,33,33,0),rgba(33,33,33,1));border-radius:100vh;animation:1.2s linear infinite loading}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body.load #loading .icon:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(.92);background-color:rgba(255,255,255,1);border-radius:100vh}@media screen and (max-width:1536px){body.load #loading .icon{width:64px}}@media screen and (max-width:560px){body.load #loading .icon{width:48px}}.block-home-main{display:grid;grid-template-columns:1fr auto;padding-bottom:8em;align-items:end}.block-home-main .image{height:48em;max-height:64vh;max-height:64lvh}.block-home-main .image:before{content:'';display:block;position:absolute;top:0;left:0;right:60px;bottom:-1.6em;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/home-photo-ankylo.png);background-position:right center}.block-home-main .text{font-weight:700;padding-right:120px;text-align:left}.block-home-main .text h1{width:100%;margin-bottom:1.2em}.block-home-main .text h1 img{width:100%}.block-home-main .text .copy{font-size:1.27em;line-height:2.2;margin-bottom:2.4em}@media screen and (max-width:1536px){.block-home-main .text{padding-right:80px}.block-home-main .text .copy{font-size:1.13em}}@media screen and (max-width:1280px){.block-home-main .text{padding-right:64px;font-size:1em}.block-home-main .image:before{right:40px}.block-home-main .text .copy{font-size:1em}}@media print,screen and (max-width:1024px){.block-home-main{display:block;padding-bottom:6em}.block-home-main .image{max-height:54vh;max-height:54lvh}.block-home-main .image:before{top:2em;right:8vw;bottom:4em}.block-home-main .text{padding-left:6.4vw;padding-right:6.4vw;float:right}}@media screen and (max-width:560px){.block-home-main .image{max-height:50vh;max-height:50lvh}.block-home-main .image:before{top:1.6em;bottom:2.4em}.block-home-main .text .copy{line-height:1.8}.block-home-main .text .copy br{display:none}}.wrap-home-area>div{display:grid;gap:6em;margin-bottom:10em;margin-top:10em}.wrap-home-area .bg{position:absolute;width:100%;left:0;opacity:.16}.wrap-home-area .bg.bg1{aspect-ratio:2400/1036;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/home-area-bg1.png);top:0;transform:translate(0,-16%)}.wrap-home-area .bg.bg2{aspect-ratio:2400/1042;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/home-area-bg2.png);top:50%;transform:translate(0,-50%)}.wrap-home-area .bg.bg3{aspect-ratio:2400/807;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/home-area-bg3.png);bottom:0;transform:translate(0,24%)}.wrap-home-area .block-home-title h2{font-size:5.85em;font-weight:700;line-height:1.1;margin-bottom:.4em}.wrap-home-area .block-home-part{display:grid;align-items:end}.wrap-home-area .block-home-part:not(.switch){grid-template-columns:1fr 40%}.wrap-home-area .block-home-part.switch{grid-template-columns:40% 1fr}.wrap-home-area .block-home-part .image{min-height:800px}.wrap-home-area .block-home-part.switch .image{order:1}.wrap-home-area .block-home-part .image>span{display:block;position:absolute;left:0;right:0;height:100%}.wrap-home-area .block-home-part:not(.switch) .image>span{border-top-right-radius:1.6em;border-bottom-right-radius:1.6em}.wrap-home-area .block-home-part.switch .image>span{border-top-left-radius:1.6em;border-bottom-left-radius:1.6em}.wrap-home-area .block-home-part .text{padding-bottom:5em}.wrap-home-area .block-home-part .text h3{margin-bottom:1.2em}.wrap-home-area .block-home-part .text h3 .en{display:block;color:rgba(0,160,228,1);font-size:.79em}.wrap-home-area .block-home-part .text h3 .ja{display:block;font-size:2.03em;line-height:1.4;font-weight:700}@media screen and (max-width:1536px){.wrap-home-area .block-home-part:not(.switch){grid-template-columns:1fr 48%}.wrap-home-area .block-home-part.switch{grid-template-columns:48% 1fr}.wrap-home-area .block-home-part .image{min-height:640px}}@media screen and (max-width:1280px){.wrap-home-area .block-home-part .text h3 .ja{font-size:1.8em}}@media print,screen and (max-width:1024px){.wrap-home-area .bg{width:140%}.wrap-home-area .block-home-title p.block-link{font-size:.89em}.wrap-home-area .block-home-title h2{font-size:min(12vw,4.62em)}.wrap-home-area .block-home-part{grid-template-columns:1fr !important}.wrap-home-area .block-home-part .image{min-height:48vh}.wrap-home-area .block-home-part.switch .image{order:0}.wrap-home-area .block-home-part:not(.switch) .image>span{right:4.8vw}.wrap-home-area .block-home-part.switch .image>span{left:4.8vw}.wrap-home-area .block-home-part .text{padding-bottom:0;padding-top:2.4em}}@media screen and (max-width:560px){.wrap-home-area>div{gap:4em;margin-bottom:8em;margin-top:8em}.wrap-home-area .bg{width:180%}.wrap-home-area .block-home-title h2{margin-bottom:.8em}.wrap-home-area .block-home-title p:not(.block-link) br{display:none}.wrap-home-area .block-home-part .image{min-height:40vh}.wrap-home-area .block-home-part:not(.switch) .image>span{border-top-right-radius:1.2em;border-bottom-right-radius:1.2em}.wrap-home-area .block-home-part.switch .image>span{border-top-left-radius:1.2em;border-bottom-left-radius:1.2em}.wrap-home-area .block-home-part .text h3 .ja{font-size:1.6em}}.block-home-message{padding-top:4.8em;padding-bottom:4.8em;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/home-message-bg.png);background-attachment:fixed;font-weight:700;line-height:1.3}.block-home-message blockquote .aphorism{font-size:2.89em;margin-bottom:.5em}.block-home-message blockquote .aphorism:before{content:'“';font-family:'Noto Sans JP','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;transform:translate(-.1em,0);display:inline-block}.block-home-message blockquote .name{font-size:2.03em}@media print,screen and (max-width:1024px){.block-home-message{font-size:.79em;background-attachment:scroll}}@media screen and (max-width:560px){.block-home-message{font-size:.62em}}.block-home-solution{display:grid;grid-template-columns:auto 1fr;border-top:8em solid rgba(245,245,245,1);border-bottom:5em solid rgba(245,245,245,1)}.block-home-solution .head{background-color:rgba(245,245,245,1);padding-top:4em;overflow:hidden;width:36em}.block-home-solution .head:before{content:'';display:block;aspect-ratio:2400/712;width:200%;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/home-photo-ankylo.png);position:absolute;left:.4em;bottom:4em}.block-home-solution .head h2{color:rgba(0,160,228,1);font-weight:700;font-size:5.2em;line-height:1;margin-bottom:.4em}.block-home-solution .list{padding-top:4em;padding-bottom:4em}.block-home-solution .list .list-solution{margin-top:0 !important}@media screen and (max-width:1536px){.block-home-solution .head{width:33em}.block-home-solution .head h2{font-size:4.62em}}@media screen and (max-width:1280px){.block-home-solution .head{width:28em}.block-home-solution .head h2{font-size:4.11em}.block-home-solution .list{padding-top:3em;padding-bottom:3em}}@media print,screen and (max-width:1024px){.block-home-solution{grid-template-columns:1fr;border-top:none;border-bottom-width:4em}.block-home-solution .head{padding-top:0;padding-bottom:20em;width:100%}.block-home-solution .head:before{width:auto;height:18em;left:3.2vw;bottom:1.6em}.block-home-solution .head h2{font-size:3.65em;padding-top:1.4em;margin-bottom:.2em}.block-home-solution .head h2 br{display:none}.block-home-solution .list{border-left:6.4vw solid rgba(245,245,245,1)}}@media screen and (max-width:560px){.block-home-solution .head{padding-bottom:13em}.block-home-solution .head:before{height:10em}.block-home-solution .head h2{font-size:3.25em}}.block-home-news{padding-top:8em;padding-bottom:calc(8em + 1.2em)}.block-home-news h2{margin-bottom:1.2em}.block-home-news h2 .en{display:block;color:rgba(0,160,228,1);font-size:.79em}.block-home-news h2 .ja{display:block;font-size:1.8em;line-height:1.4;font-weight:700}@media print,screen and (max-width:1024px){.block-home-news{padding-top:5em;padding-bottom:calc(5em + 1.2em)}}@media screen and (max-width:560px){.block-home-news h2 .ja{font-size:1.6em}}.block-home-telegnosis2023{background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/lp-telegnosis2023/bg-block.jpg);padding:48px 6.4vw}.block-home-telegnosis2023>.inner{display:flex;justify-content:center;gap:3.2em;align-items:center}.block-home-telegnosis2023 .image{width:20em}.block-home-telegnosis2023 .text{text-align:left}.block-home-telegnosis2023 .text h2{margin-bottom:1em}.block-home-telegnosis2023 .text h2 .copy{display:block;font-size:1.13em;font-weight:700;text-align:right}.block-home-telegnosis2023 .text h2 .title{display:block;font-family:'Poppins',sans-serif;font-size:5.2em;line-height:1.1;white-space:nowrap}.block-home-telegnosis2023 .text ul{display:grid;gap:.8em;font-weight:700;margin-bottom:1.6em}.block-home-telegnosis2023 .text ul li:nth-child(2){margin-left:1.2em}.block-home-telegnosis2023 .text ul li:nth-child(3){margin-left:2.4em}.block-home-telegnosis2023 .text .link a{display:block;background-color:rgba(244,67,54,1);color:rgba(255,255,255,1);font-weight:700;background-image:url(//anprenergy.co.jp/wp/wp-content/themes/anprenergy/css/../images/icon-arrow-banner-white.svg);text-decoration:none;border-radius:100vh;font-size:1.27em;line-height:3;background-size:1.4em auto;background-position:right 1em center;text-align:center;padding-left:1.2em;padding-right:3em;white-space:nowrap}@media screen and (max-width:1280px){.block-home-telegnosis2023>.inner{font-size:.89em}}@media print,screen and (max-width:1024px){.block-home-telegnosis2023>.inner{flex-direction:column;gap:1.2em}.block-home-telegnosis2023 .text{text-align:center}.block-home-telegnosis2023 .text h2 .copy{font-size:1em;text-align:center}.block-home-telegnosis2023 .text h2 .title{font-size:min(13vw,5.2em)}.block-home-telegnosis2023 .text .link a{display:inline-block}}@media screen and (max-width:560px){.block-home-telegnosis2023 .image{width:16em}.block-home-telegnosis2023 .text .link a{font-size:1em}}
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter {float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter {float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,#0693e3 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,#fcb900 0%,#ff6900 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px #fff,6px 6px #000;--wp--preset--shadow--crisp:6px 6px 0px #000}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}
.lazyload{background-image:none !important}.lazyload:before{background-image:none !important}