@charset "UTF-8";
@font-face {
	font-family: Inter-Bold;
	src: local(""), url(../font/Inter-Bold.woff) format("woff");
	font-display: swap
}
@font-face {
	font-family: Inter-Medium;
	src: local(""), url(../font/Inter-Medium.woff) format("woff");
	font-display: swap
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	border: 0
}
html {
	font-size: 62.5%;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1;
	color: #1b1414
}
img, video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border-style: none
}
img {
	image-rendering: optimize-contrast
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}
caption, td, th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote::after, blockquote::before, q::after, q::before {
	content: "";
	content: none
}
button, input[type=email], input[type=submit], input[type=text], textarea {
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
button, input[type=submit] {
	padding: 0;
	margin: 0;
	cursor: pointer;
	border: none;
	outline: 0
}
button {
	background: 0 0
}
::-moz-selection {
	font-weight: bold;
	color: #fff;
	background: none repeat scroll 0 0 #222
}
::selection {
	font-weight: bold;
	color: #fff;
	background: none repeat scroll 0 0 #222
}
:-moz-placeholder-shown {
	color: #ccc
}
:-ms-input-placeholder {
	color: #ccc
}
:placeholder-shown {
	color: #ccc
}
::input-placeholder {
	color: #ccc
}
:placeholder {
	color: #ccc;
	opacity: 100%
}
::-webkit-input-placeholder {
	color: #ccc;
	opacity: 100%
}
::-moz-placeholder {
	color: #ccc;
	opacity: 100%
}
:-ms-input-placeholder {
	color: #ccc;
	opacity: 100%
}
::-ms-input-placeholder {
	color: #ccc;
	opacity: 100%
}
::placeholder {
	color: #ccc;
	opacity: 100%
}
[data$=".svg"], [src$=".svg"] {
	width: 100%
}
.is-MoveFade {
	opacity: 0
}
.is-MoveDown, .is-MoveFade, .is-MoveLeft, .is-MoveRight, .is-MoveScale, .is-MoveUp, .is-MoveVisible {
	visibility: hidden
}
.is-MoveOutRight {
	visibility: visible
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 100%
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 100%
	}
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate(100%);
		transform: translate(100%)
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate(100%);
		transform: translate(100%)
	}
}
@-webkit-keyframes fadeInScale {
	from {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3)
	}
	to {
		opacity: 100%;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes fadeInScale {
	from {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3)
	}
	to {
		opacity: 100%;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes fadeInImg {
	0% {
		visibility: hidden;
		opacity: 0
	}
	50% {
		visibility: visible;
		opacity: 50%
	}
	100% {
		visibility: visible;
		opacity: 100%
	}
}
@keyframes fadeInImg {
	0% {
		visibility: hidden;
		opacity: 0
	}
	50% {
		visibility: visible;
		opacity: 50%
	}
	100% {
		visibility: visible;
		opacity: 100%
	}
}
@-webkit-keyframes transX {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	47.5% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	52.5% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@keyframes transX {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	47.5% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	52.5% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
.fadeVisible {
	visibility: visible;
	-webkit-animation-name: fadeInImg;
	animation-name: fadeInImg;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.fadeMask {
	visibility: visible;
	-webkit-animation-name: transX;
	animation-name: transX;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.fadeIn, .fadeInDown, .fadeInLeft, .fadeInRight, .fadeInScale, .fadeInUp {
	visibility: visible;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
.fadeInScale {
	-webkit-animation-name: fadeInScale;
	animation-name: fadeInScale
}
.delay__s01 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.delay__s02 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.delay__s03 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.delay__s04 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.delay__s05 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.delay__s06 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.delay__s07 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}
.delay__s08 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
.delay__s09 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}
.delay__s10 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.delay__s11 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}
.delay__s12 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.delay__s13 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}
.delay__s14 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}
.delay__s15 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.delay__s16 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}
.delay__s17 {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s
}
.delay__s18 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}
.delay__s19 {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s
}
.delay__s2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.duration__s12 {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s
}
.duration__s14 {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s
}
.duration__s16 {
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s
}
body.compensate-for-scrollbar {
	overflow: hidden
}
.fancybox-active {
	height: auto
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}
.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-toolbar {
	right: 0;
	top: 0
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}
.fancybox-slide--image:before {
	display: none
}
.fancybox-slide--html {
	padding: 6px
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-container [data-selectable=true] {
	cursor: text
}
.fancybox-image, .fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}
.fancybox-slide--video .fancybox-content {
	background: #000
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff
}
.fancybox-iframe, .fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}
.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:hover {
	color: #fff
}
.fancybox-button:focus {
	outline: 0
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}
.fancybox-button div {
	height: 100%
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}
.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}
.fancybox-navigation .fancybox-button div {
	padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}
.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}
@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}
.fancybox-caption--separate {
	margin-top: -50px
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}
.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}
@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}
.fancybox-share__button:hover {
	text-decoration: none
}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}
.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}
.fancybox-thumbs__list a:focus:before {
	opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}
.footer {
	position: relative;
	padding: 50px 20px;
	background: #262626
}
.footer__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer__logo {
	width: 84px;
	margin-right: 10px
}
.footer__logoXr {
	width: 36px;
	margin-left: 10px
}
.footer__nav {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 30px auto 0
}
.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -25px
}
.footer__item {
	width: calc(50% - 25px);
	margin-left: 25px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3
}
.footer__item:nth-of-type(n+3) {
	margin-top: 10px
}
.footer__link {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff
}
.footer__link:hover {
	text-decoration: underline
}
.footer__arrow {
	position: relative
}
.footer__arrow::after, .footer__arrow::before {
	position: absolute;
	display: block;
	content: ""
}
.footer__arrow::before {
	top: 5px;
	right: -13px;
	width: 6px;
	height: 6px;
	border: 1px solid #fff
}
.footer__arrow::after {
	top: 7px;
	right: -11px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff
}
.footer__container {
	margin-top: 40px
}
.footer__banner {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px 10px 15px;
	margin: auto;
	background: #fff
}
.footer__bannerList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px
}
.footer__bannerItem {
	width: 56px;
	margin-left: 15px
}
.footer__copy {
	margin-top: 30px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3
}
.pagetop {
	position: relative;
	z-index: 20;
	height: 92px;
	margin-bottom: -21px
}
.pagetop__icon {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 42px;
	height: 42px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	outline: 0;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08);
	-webkit-transition: -webkit-box-shadow .4s ease-out;
	transition: -webkit-box-shadow .4s ease-out;
	transition: box-shadow .4s ease-out;
	transition: box-shadow .4s ease-out, -webkit-box-shadow .4s ease-out
}
.pagetop__icon::before {
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	display: block;
	width: 9px;
	height: 10px;
	content: "";
	background: url(../img/index/footer_arrow.svg) no-repeat 0 0
}
.pagetop__icon-fixed {
	position: absolute;
	bottom: 0
}
.pagetop__icon:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}
.step {
	margin-top: 30px
}
.step__gridItem {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #dbdbdb
}
.step__gridItem:first-of-type {
	border-top: 1px solid #dbdbdb
}
.step__circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: auto;
	font-family: Inter-Medium, sans-serif;
	color: #fff;
	background: #111;
	border-radius: 50%;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.1
}
.step__text {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5
}
.contact {
	margin-top: 70px
}
.contact__row+.contact__row {
	margin-top: 25px
}
.contact__cell {
	margin-top: 35px
}
.contact__name {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3
}
.contact__input {
	margin-top: 10px
}
.contact__list .vertical-item {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 1
}
.contact__list .vertical-item+.vertical-item {
	margin-top: 10px
}
.contact__require {
	color: #f81f1f
}
.contact .error {
	display: block;
	width: 100%;
	padding: 5px 10px;
	margin-top: 10px;
	color: #fff;
	background: #e60012;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1
}
.contact .error+.error {
	display: none
}
.policy {
	padding: 20px;
	margin-top: 35px;
	line-height: 1.5;
	background: #fff
}
.policy__scroll {
	height: 186px;
	padding: 20px 15px 30px;
	margin-top: 20px;
	overflow-y: scroll;
	border: 1px solid #e7e7e7
}
.policy__title {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5
}
.policy__text {
	margin-top: 20px
}
.policy__order {
	margin-top: 20px
}
.policy__orderItem {
	margin: 10px 0 0 25px;
	list-style-type: decimal
}
.policy__orderNest {
	margin-top: 10px
}
.policy__orderNest+.policy__orderNest {
	margin-top: 20px
}
.policy__orderNestTitle {
	font-weight: bold
}
.policy__orderNestText {
	margin-top: 5px
}
.policy__agree {
	margin: 20px auto 0
}
.policy .mwform-checkbox-field {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto
}
.policy .error {
	text-align: center
}
input[type=checkbox] {
	display: none
}
input[type=checkbox]+span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}
input[type=checkbox]+span::before {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	content: "";
	background: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out
}
input[type=checkbox]:checked+span {
	cursor: default
}
input[type=checkbox]:checked+span::before {
	background: #111;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff
}
.switch {
	margin-top: 50px
}
.switch__button {
	width: 100%;
	padding: 25px 10px;
	color: #fff;
	letter-spacing: .08em;
	background: #262626;
	border-radius: 50px;
	-webkit-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.1
}
.switch__button:hover {
	background-color: #e60012
}
.switch__button+.switch__button {
	margin-top: 10px
}
.finish {
	margin-top: 70px;
	line-height: 1.5
}
.finish__title {
	margin-top: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold
}
.finish__text {
	margin-top: 20px
}
.finish__link {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 15px;
	text-decoration: underline
}
.finish__link:hover {
	text-decoration: none
}
header {
	height: 60px
}
.header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.5);
    --webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.header__logo {
	width: 80px;
	margin-left: 20px
}
.header__logoXr {
	width: 36px;
	margin-left: 20px
}
.drawerOpen {
	position: static;
	overflow: hidden
}
.drawerOpen .drower {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1);
	transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1);
	transition: transform .5s cubic-bezier(.17, .935, .305, 1);
	transition: transform .5s cubic-bezier(.17, .935, .305, 1), -webkit-transform .5s cubic-bezier(.17, .935, .305, 1);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.drawerOpen .drawerFixed {
	position: fixed;
	width: 100%
}
.drawerOpen .drower__listItem {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.drawerOpen .drower__listItem:nth-of-type(1) {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: -webkit-transform .4s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .4s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .4s cubic-bezier(.17, .935, .305, 1) .1s, -webkit-transform .4s cubic-bezier(.17, .935, .305, 1) .1s
}
.drawerOpen .drower__listItem:nth-of-type(2) {
	-webkit-transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .5s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .5s cubic-bezier(.17, .935, .305, 1) .1s, -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) .1s
}
.drawerOpen .drower__listItem:nth-of-type(3) {
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: -webkit-transform .6s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .6s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .6s cubic-bezier(.17, .935, .305, 1) .1s, -webkit-transform .6s cubic-bezier(.17, .935, .305, 1) .1s
}
.drawerOpen .drower__listItem:nth-of-type(4) {
	-webkit-transition: -webkit-transform .7s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: -webkit-transform .7s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .7s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .7s cubic-bezier(.17, .935, .305, 1) .1s, -webkit-transform .7s cubic-bezier(.17, .935, .305, 1) .1s
}
.drawerOpen .drower__listItem:nth-of-type(5) {
	-webkit-transition: -webkit-transform .8s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: -webkit-transform .8s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .8s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .8s cubic-bezier(.17, .935, .305, 1) .1s, -webkit-transform .8s cubic-bezier(.17, .935, .305, 1) .1s
}
.drawerOpen .drower__listItem:nth-of-type(6) {
	-webkit-transition: -webkit-transform .9s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: -webkit-transform .9s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .9s cubic-bezier(.17, .935, .305, 1) .1s;
	transition: transform .9s cubic-bezier(.17, .935, .305, 1) .1s, -webkit-transform .9s cubic-bezier(.17, .935, .305, 1) .1s
}
.drower {
	position: fixed;
	top: 60px;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding: 40px 40px 120px;
	overflow-y: auto;
	font-family: Inter-Medium, sans-serif;
	visibility: visible;
	background: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	will-change: transform
}
.drower-move {
	-webkit-transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1);
	transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1);
	transition: transform .5s cubic-bezier(.17, .935, .305, 1);
	transition: transform .5s cubic-bezier(.17, .935, .305, 1), -webkit-transform .5s cubic-bezier(.17, .935, .305, 1)
}
.drower__listItem {
	border-bottom: 1px solid #e8e8e8;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17, .935, .305, 1);
	transition: -webkit-transform .6s cubic-bezier(.17, .935, .305, 1);
	transition: transform .6s cubic-bezier(.17, .935, .305, 1);
	transition: transform .6s cubic-bezier(.17, .935, .305, 1), -webkit-transform .6s cubic-bezier(.17, .935, .305, 1);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-tap-highlight-color: transparent
}
.drower__listItem:first-child {
	border-top: 1px solid #e8e8e8
}
.drower__listItem:last-of-type {
	margin-top: 40px
}
.drower__listItem:last-of-type .drower__listLink {
	padding: 18px 40px;
	color: #fff;
	text-align: center;
	background: #111;
	border-radius: 50px;
	-webkit-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out
}
.drower__listItem:last-of-type .drower__listLink:hover {
	background-color: #e60012
}
.drower__listLink {
	position: relative;
	display: block;
	padding: 20px 0;
	line-height: 1.1;
	color: #111
}
.hamburger {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #010101
}
.hamburger__wrap {
	position: relative;
	width: 22px;
	height: 18px
}
.hamburger__pipe {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: #fff;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out, -webkit-transform .4s ease-out
}
.hamburger__pipe:nth-of-type(1) {
	top: 0
}
.hamburger__pipe:nth-of-type(2) {
	top: 8px
}
.hamburger__pipe:nth-of-type(3) {
	bottom: 0
}
.drawerOpen .hamburger__pipe:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg)
}
.drawerOpen .hamburger__pipe:nth-of-type(2) {
	opacity: 0
}
.drawerOpen .hamburger__pipe:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg)
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: opacity 0s cubic-bezier(0, 0, 0, 0);
	transition: opacity 0s cubic-bezier(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	will-change: opacity
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5em;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #111;
	background: #f1f1f1;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto
}
a {
	color: #1b1414;
	text-decoration: none
}
@-webkit-keyframes moveLine {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes moveLine {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 100%;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fade {
	0% {
		visibility: hidden;
		opacity: 0
	}
	50% {
		visibility: visible;
		opacity: 50%
	}
	100% {
		visibility: visible;
		opacity: 100%
	}
}
@keyframes fade {
	0% {
		visibility: hidden;
		opacity: 0
	}
	50% {
		visibility: visible;
		opacity: 50%
	}
	100% {
		visibility: visible;
		opacity: 100%
	}
}
.l_layoutOut {
	position: relative
}
.l_layoutOut-price::before, .l_layoutOut-vr::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	content: ""
}
.l_layoutOut-vr {
	z-index: 1;
	padding-top: 85px;
	margin-top: -85px
}
.l_layoutOut-vr::before {
	background: url(../img/index/solution_bg.png)
}
.l_layoutOut-price {
	padding-top: 70px
}
.l_layoutOut-price::before {
	background: #fff
}
.l_layout {
	padding: 0 20px
}
.l_layoutOut-vr .l_layout {
	padding: 0 10px
}
.l_layout.page {
	padding: 0;
}
.movie-wrapper {
	max-width: 1920px;
	margin: auto;
	aspect-ratio: 13/9;
	/* アスペクト比可変用 */
	position: relative;
	overflow: hidden;
}
.movie {
  width: 150%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
  background-color: #000;
  margin-left: -100px;
}
.movie-wrapper .movie {
}
@media screen and (max-width: 960px) {
  /* YouTube　Crop */
  .movie-wrapper {
    aspect-ratio: 4/5;
	margin-top: -20%;
	margin-left: -50%;
  }
  .movie-wrapper .movie {
    width: 224%;
  }
}
.mainVisual {
	position: relative;
	height: 400px;
	overflow: hidden;
	z-index: 2;
}
.mainVisual::before {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(1, 1, 1, .57)
}
/* ここからTOPテキスト追加用スタイル */
	.mainVisual .mainVisual__body {
   		bottom: 200px;
		z-index: 3;
	}
	.mainVisual__text.mainVisual__text-sub {
		font-size: 1rem;
	}
	.mainVisual__text-sub a {
		color: #fff;
		text-decoration: underline;
		font-weight: normal;
		text-underline-offset: 0.2em;
	}
	.mainVisual__text-sub a:hover {
		text-decoration: none;
	}	
	.mainVisual__text {
		line-height: 1.2!important
	}
	.mainVisual__btn {
		position: absolute;
		bottom: 40px;
		right: 0;
		left: 0;
		margin: 0 auto;
		z-index: 3;
		width: 200px;
		text-align: center;
	}
	.mainVisual__btn .mv_btn {
		margin-bottom: 20px;
		position: relative;
		display: block;
	}
	.mainVisual__btn .mv_btn:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	.mainVisual__btn .mv_btn img {
		width: 100%;
		-webkit-transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
		transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
		transition: transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
		transition: transform .5s cubic-bezier(.17, .935, .305, 1) 0s, -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s
	}
	.mainVisual__btn .mv_btn {
		clear: both;
		margin: 10px auto;
		display: block;
		width: 100%;
		text-align: center;
	}
	.mainVisual__btn .mv_btn a {
		margin: 0px auto;
		position: relative;
		display: inline-block;
		padding: 10px 20px;
		color: #111;
		background: #fff;
		border-radius: 30px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		z-index: 3;
		-webkit-transition: -webkit-transform .6s cubic-bezier(.17, .935, .305, 1) 0s, background-color .6s ease, color .6s ease;;
		transition: transform .6s cubic-bezier(.17, .935, .305, 1) 0s, background-color .6s ease, color .6s ease;	;
	}
	.mainVisual__btn .mv_btn a:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		color: #fff;
		background: #E60012;

	}
	.mainVisual__btn .mv_qr {
		display: none;
	}
	.mainVisual__btn .mv_btn.mvrrental {
		margin-bottom: 0px;
	}
	.mainVisual__btn .mainVisual__text-sub {
		font-size: 1rem;
		line-height: 1.8!important;
	}

	@media screen and (min-width: 960px) {
		.mainVisual .mainVisual__body {
   			bottom: 150px;
		}
		.mainVisual__text.mainVisual__text-sub {
			font-size: 2rem;
		}
		.mainVisual__btn {
			position: absolute;
			bottom: 50px;
			right: 80px;
			left: auto;
			width: 250px;
		}
		.mainVisual__btn .mv_btn {
			margin-bottom: 15px;
		}
		.mainVisual__btn .mv_btn a {
			font-size: 18px;
			font-size: 1.8rem;
		}
		.mainVisual__btn .mv_qr {
			display: block;
			width: 150px;
			margin: 0 auto 20px;
		}
		.mainVisual__btn .mainVisual__text-sub {
			font-size: 2rem;
		}
	}
/* ここまでTOPテキスト追加用スタイル */

.mainVisual__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}
.mainVisual__gridItem {
	width: 33.3333333333%
}
.mainVisual__item {
	width: 100%
}
.mainVisual img {
	width: 100%
}
.mainVisual__body {
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 1
}
.mainVisual__title {
	font-family: Inter-Bold, sans-serif;
	color: #fff;
	letter-spacing: .02em;
	font-size: 40px;
	font-size: 4rem
}
.mainVisual__title span {
	opacity: 0
}
.mainVisual__title span:nth-child(2) {
	margin-right: 10px;
}
.mainVisual__title span:nth-child(n+3) {
	font-size: 80%;
}
.mainVisual__text {
	margin-top: 10px;
	font-family: Inter-Bold, sans-serif;
	color: #fff;
	opacity: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7
}
@-webkit-keyframes scrolldown {
	0% {
		top: -100%
	}
	to {
		top: 100%
	}
}
@keyframes scrolldown {
	0% {
		top: -100%
	}
	to {
		top: 100%
	}
}
@-webkit-keyframes scrollDown {
	0% {
		top: -100%
	}
	to {
		top: 100%
	}
}
@keyframes scrollDown {
	0% {
		top: -100%
	}
	to {
		top: 100%
	}
}
.scroll {
	display: none
}
.headIndex {
	overflow: hidden
}
.headIndex__title {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	overflow: hidden;
	font-family: Inter-Bold, sans-serif;
	color: #111;
	letter-spacing: .02em;
	font-size: 35px;
	font-size: 3rem
}
.headIndex__line::after {
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #111
}
.solution {
	margin-top: 60px
}
.solution__slogan {
	margin-top: 30px;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.3
}
.solution__text {
	margin-top: 15px;
	font-size: 16px;
	font-size: 1.6rem
}
.solution__grid {
	margin-top: 30px
}
.solution__gridItem {
	background: #fff;
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .11);
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .11)
}
.solution__gridItem:nth-of-type(n+2) {
	margin-top: 30px
}
.solution__body {
	padding: 30px 20px
}
.solution__gridTitle {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	letter-spacing: -.05em;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.3
}
.solution__gridTitle::after {
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	content: "";
	background: #111
}
.solution__gridText {
	margin-top: 20px;
	color: #8e8d8d;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem
}
.solution__thumbnail {
	position: relative;
	overflow: hidden
}
.solution img {
	width: 100%
}
.maskImg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: #111;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right
}
@-webkit-keyframes textLoop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes textLoop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.marquee {
	position: absolute;
	top: 120px;
	left: 0;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	overflow: hidden;
	font-family: Inter-Bold, sans-serif;
	font-size: 130px;
	font-size: 13rem;
	line-height: 1
}
.marquee__text {
	padding-right: 48px;
	color: #fff;
	letter-spacing: -.04em;
	white-space: pre;
	-webkit-animation: textLoop 30s linear infinite;
	animation: textLoop 30s linear infinite
}
.vr {
	margin-top: 30px
}
.vr .headIndex {
	text-align: center;
}
.vr .headIndex__title {
	color: #fff;
}
.vr .headIndex__line::after {
	background: #888;
}
.vr br.sm {
	display: block;
}
.vr .headIndex__line .num {
	font-size: 130%;
}
.vr__wrap {
	padding-bottom: 30px;
	margin: 20px 0;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.vr__wrap p {
	font-size: 80%;
	line-height: 1.7;
}
.vr__grid {
	margin: 0 5px 20px;
	-webkit-flex-grow: 0.4;
	flex-grow: 0.4;
	width: 40%;
	display: inline-block; 
	vertical-align: top;
}

/*
.vr__num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Inter-Bold, sans-serif;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.1
}
.vr__num::before {
	width: 20px;
	height: 1px;
	margin-right: 8px;
	content: "";
	background: #fff
}
*/
.vr__title {
	margin: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
.vr__text {
	margin-top: 10px;
	color: #fff
}
.vr__thumbnail {
	position: relative;
	margin-top: 20px;
	overflow: hidden
}
.vr img {
	width: 100%
}
.vr__btn {
	clear: both;
	margin: 10px auto;
	display: block;
	width: 100%;
	text-align: center;
}
.vr__btn a {
	margin: 0px auto;
	position: relative;
	display: block;
	padding: 10px;
	color: #111;
	background: #fff;
	border-radius: 30px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
	z-index: 3;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17, .935, .305, 1) 0s, background-color .6s ease, color .6s ease;;
	transition: transform .6s cubic-bezier(.17, .935, .305, 1) 0s, background-color .6s ease, color .6s ease;	;
}
.vr__btn a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #fff;
	background: #E60012;

}
.project {
	margin-top: 70px
}
.project__nav {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.project__container {
	margin-top: 20px
}
.project__container+.tab {
	margin-top: 20px
}
.project__grid {
	padding: 30px 0;
}
.project__youtube {
	position: relative;
	display: block;
	overflow: hidden
}
.project__youtube:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.project__youtube img {
	width: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
	transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
	transition: transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
	transition: transform .5s cubic-bezier(.17, .935, .305, 1) 0s, -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s
}
.project__img {
	position: relative
}
.project__img::before {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .5)
}
.project__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 26.2857%;
	height: 42.2018%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.project__circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 50%
}
.project__circle::before {
	width: 0;
	height: 0;
	margin-left: 4px;
	content: "";
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 12px 0 12px 20px
}
.project__caption {
	margin-top: 15px;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.3;
}
.project__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}
.project__title::after {
	width: 100%;
	height: 1px;
	content: "";
	background: #000;
}
.project__text {
	margin-top: 14px;
	line-height: 1.4;
}
.project__voice {
	padding: 20px;
	margin-top: 20px;
	background: #fff;
	border-radius: 16px
}
.project__voiceTitle {
	font-weight: bold;
	line-height: 1.1
}
.project__voiceText {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.project__voiceText a {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #111;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#111));
	background-image: -webkit-linear-gradient(#111 0, #111 100%);
	background-image: linear-gradient(#111 0, #111 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 1px;
	-webkit-transition: background-size .5s ease;
	transition: background-size .5s ease;
	padding-bottom: 3px;
}
.project__voiceText a:hover {
	background-position: 100% 100%;
	background-size: 0 1px
}
.service {
	margin: 0px;
	padding: 30px 20px;
	background-color: #fff;
}
.aligncenter {
	text-align: center;
}
.service .post_content h2 {
	margin: 30px 0;
	font-size: 3rem;
	color: #1c3586;
	font-family: Inter-Bold, sans-serif;
}
.service .post_content p {
	margin: 20px 0;
	line-height: 1.5;
}
.is-layout-flex.wp-block-columns-is-layout-flex {
    display: block;
}
.is-layout-flex.wp-block-columns-is-layout-flex.point_scene {
	margin: 50px 0px;
    display: block;
}
.is-layout-flex.wp-block-columns-is-layout-flex.is-not-stacked-on-mobile {
    display: flex;
}
.is-layout-flex.wp-block-columns-is-layout-flex.point_scene .wp-block-column-is-layout-flow {
    display: block;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #868686;
}
.wp-block-columns-is-layout-flex.point_scene h3 {
	margin-bottom: 20px;
}
.wp-block-columns-is-layout-flex.point_scene ul {
  padding: 0.5em 0em 0.5em 1.3em;
  position: relative;
}
.wp-block-columns-is-layout-flex.point_scene ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.wp-block-columns-is-layout-flex.point_scene .wp-block-column-is-layout-flow > ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
  color: #ff3f3f; /*アイコン色*/
}
.wp-block-columns-is-layout-flex.point_scene .wp-block-column-is-layout-flow:nth-of-type(2) > ul li:before {
  content: "\f303";
  color: #307dd4; /*アイコン色*/
}
.wp-block-columns-is-layout-flex.point_scene .wp-block-column-is-layout-flow > ul > li > ul {
  margin-left: -10px;
}
.wp-block-columns-is-layout-flex.point_scene .wp-block-column-is-layout-flow > ul > li > ul > li:before {
  content: "";
}
.wp-block-columns-is-layout-flex.point_scene .wp-block-column-is-layout-flow > ul > li > ul > li {
  list-style-type: disc;
}
.pagenavi_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 30px
}
.switchCircle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.switchCircle-right {
	margin-left: auto;
}
.switchCircle-left {
	float: left;
}
.switchCircle:hover .switchCircle__text {
	background-position: 100% 100%;
	background-size: 0 1px
}
.switchCircle:hover .switchCircle__circle {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}
.switchCircle__text {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 15px;
	color: #111;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#111));
	background-image: -webkit-linear-gradient(#111 0, #111 100%);
	background-image: linear-gradient(#111 0, #111 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 1px;
	-webkit-transition: background-size .5s ease;
	transition: background-size .5s ease
}
.switchCircle__circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #111;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
	transition: -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
	transition: transform .5s cubic-bezier(.17, .935, .305, 1) 0s;
	transition: transform .5s cubic-bezier(.17, .935, .305, 1) 0s, -webkit-transform .5s cubic-bezier(.17, .935, .305, 1) 0s
}
.switchCircle-left .switchCircle__circle {
	background: #fff;
}
.switchCircle-left .switchCircle__text {
	margin-left: 15px;
}
.switchCircle__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 12px
}
.tab__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px
}
.tab__parent_list {
	width: 100%;
	padding-bottom: 20px;
}
.tab__parent_item {
	padding: 12px 10px;
	margin: 10px 10px 0 10px;
	color: #111;
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .07);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .07);
	-webkit-transition: background-color .6s ease, color .6s ease;
	transition: background-color .6s ease, color .6s ease;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1
}
.tab__item {
	padding: 12px 10px;
	margin: 5px 0 5px 10px;
	color: #111;
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .07);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .07);
	-webkit-transition: background-color .6s ease, color .6s ease;
	transition: background-color .6s ease, color .6s ease;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1
}
a.tab__item {
	display: inline-block;
}
.tab__parent_item.current, .tab__parent_item:hover {
	color: #fff;
	background: #E60012;
}
.tab__list_parent_item {
	display: none;
	opacity: 0; /* ふわっと表示させる場合 */
}
.tab__list_parent_item.current {
	display: inline-block;
	animation-name: displayContent; /* ふわっと表示させる場合 */
	animation-duration: 1s; /* ふわっと表示させる場合 */
	animation-fill-mode: forwards; /* ふわっと表示させる場合 */
}
@keyframes displayContent { /* ふわっと表示させる場合 */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tab__item-current, .tab__item:hover {
	color: #fff;
	background: #111
}
.tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -5px
}
.tag__item {
	margin: 5px 0 0 5px;
	color: #a0a0a0;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.1
}
.category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 0 -10px
}
.category+.project__title {
	margin-top: 15px
}
.category__item {
	padding: 7px 12px;
	margin: 10px 0 0 10px;
	color: #909090;
	border: 1px solid #b4b4b4;
	border-radius: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.1
}
.faqMv {
	position: relative;
	margin-top: 65px;
	overflow: hidden
}
.faqMv__img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}
.faq {
	padding-bottom: 70px;
	margin-top: 70px
}
.faq__block {
	padding: 20px;
	margin-top: 30px;
	background: #fff;
	border-radius: 16px
}
.faq__block+.faq__block {
	margin-top: 20px
}
.faq__question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}
.faq__question-active .faq__icon::after {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
.faq__questionText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 40px);
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4
}
.faq__questionText::before {
	margin-right: 10px;
	font-family: Inter-Bold, sans-serif;
	content: "Q";
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.1
}
.faq__icon {
	position: relative;
	width: 30px;
	height: 30px;
	background: #111;
	border-radius: 50%
}
.faq__icon::after, .faq__icon::before {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
	width: 12px;
	height: 1px;
	content: "";
	background: #fff;
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}
.faq__icon::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.faq__answer {
	display: none;
	padding: 15px;
	margin-top: 10px;
	background: #f7f7f7;
	border-radius: 10px
}
.faq__answerText {
	line-height: 1.4
}
.faq__answerText:nth-of-type(n+2) {
	margin-top: 15px
}
.price {
	padding-bottom: 70px
}
.price__container {
	padding: 20px;
	margin-top: 30px;
	background: #f1f1f1;
	border-radius: 16px
}
.price__container+.price__container {
	margin-top: 20px
}
.price__grid-single {
	overflow: hidden;
	background: #fff;
	border-radius: 6px
}
.price__grid+.price__grid {
	margin-top: 15px
}
.price__gridItem {
	padding: 20px;
	background: #fff;
	border-radius: 6px
}
.price__gridItem-upper {
	padding: 10px;
	position: relative;
	padding-bottom: 15px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: row;
}
.price__gridItem-upper::before {
	position: absolute;
	bottom: 0;
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	content: "";
	background: #e1e1e1
}
.price__gridItem+.price__gridItem {
	margin-top: 15px
}
.price__gridItem+.price__gridItem-lower {
	padding-top: 15px;
	margin-top: 0
}
.price__title {
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.3
}
.price__title+.price__grid {
	margin-top: 10px
}
.price__text {
	line-height: 1.4;
	text-align: center
}
.price__textIndent {
	margin: auto;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4
}
.price__slogan {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 7px 12px;
	margin: auto;
	color: #fff;
	text-align: center;
	background: #111;
	border-radius: 30px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3
}
.price__slogan2 {
	padding: 10px 7px;
	margin: 5px 5px 5px 5px;
	color: #fff;
	text-align: center;
	background: #111;
	border-radius: 5px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1
}
.price__plan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3
}
.price__plan+.price__plan {
	margin-top: 5px
}
.price__jp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px
}
.price__jp+.price__num {
	margin-left: 10px
}
.price__num {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.1
}
.price__comment {
	margin-top: 5px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4
}
.is-marker {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.is-marker::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #262626;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.vr .is-marker::after {
	background-color: #fff;
}
.is-marker-active {
	-webkit-transition: cubic-bezier(.18, .06, .23, 1), -webkit-transform .4s cubic-bezier(.55, .05, .22, .99);
	transition: cubic-bezier(.18, .06, .23, 1), -webkit-transform .4s cubic-bezier(.55, .05, .22, .99);
	transition: transform .4s cubic-bezier(.55, .05, .22, .99), cubic-bezier(.18, .06, .23, 1);
	transition: transform .4s cubic-bezier(.55, .05, .22, .99), cubic-bezier(.18, .06, .23, 1), -webkit-transform .4s cubic-bezier(.55, .05, .22, .99);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.is-marker-active::after {
	-webkit-transition: -webkit-transform .5s .4s cubic-bezier(.69, .01, .2, .99);
	transition: -webkit-transform .5s .4s cubic-bezier(.69, .01, .2, .99);
	transition: transform .5s .4s cubic-bezier(.69, .01, .2, .99);
	transition: transform .5s .4s cubic-bezier(.69, .01, .2, .99), -webkit-transform .5s .4s cubic-bezier(.69, .01, .2, .99);
	-webkit-transform: translate3d(110%, 0, 0);
	transform: translate3d(110%, 0, 0)
}
.u_flat {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 4px
}
.u_pcOnly {
	display: none
}
.pagination {
	margin-top: 30px
}
.pagination__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.pagination__grid .current {
	color: #fff;
	background: #111
}
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	margin-left: 4px;
	font-family: Inter-Medium, sans-serif;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.1
}
.page-numbers:hover {
	color: #fff;
	background: #111
}
.bodySecond .policy {
	display: none
}
@media screen and (min-width:600px) {
	.drower {
		padding: 80px 80px 120px
	}
	.drower__listItem:last-of-type .drower__listLink {
		padding: 23px 40px
	}
	.drower__listLink {
		padding: 25px 0;
		font-size: 16px;
		font-size: 1.6rem
	}
}
@media screen and (min-width:960px) {
	.footer {
		padding: 120px 30px
	}
	.footer__logo {
		width: 116px
	}
	.footer__logoXr {
		width: 43px
	}
	.footer__list {
		margin-left: -40px
	}
	.footer__item {
		width: auto;
		margin-left: 50px
	}
	.footer__item:nth-of-type(n+3) {
		margin-top: 0
	}
	.footer__arrow::before {
		top: 6px
	}
	.footer__arrow::after {
		top: 8px
	}
	.footer__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1320px;
		padding: 0 60px;
		margin: 100px auto 0
	}
	.footer__banner {
		padding: 15px 15px 20px;
		margin: 0
	}
	.footer__bannerItem {
		width: 72px
	}
	.footer__copy {
		margin-top: 0
	}
	.pagetop {
		height: 182px;
		margin-bottom: -40px
	}
	.pagetop__icon {
		width: 80px;
		height: 80px
	}
	.pagetop__icon::before {
		top: calc(50% - 10px);
		left: calc(50% - 9px);
		width: 18px;
		height: 20px
	}
	.step {
		margin-top: 70px
	}
	.step__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.step__gridItem {
		width: 33.3333%;
		padding: 0 10px;
		border-right: 1px solid #dbdbdb;
		border-bottom: none
	}
	.step__gridItem:first-of-type {
		border-top: none;
		border-left: 1px solid #dbdbdb
	}
	.step__circle {
		width: 38px;
		height: 38px;
		font-size: 14px;
		font-size: 1.4rem
	}
	.step__text {
		margin-top: 15px;
		font-size: 14px;
		font-size: 1.4rem
	}
	.contact {
		margin-top: 140px
	}
	.contact__row+.contact__row {
		margin-top: 40px
	}
	.contact__cell {
		margin-top: 70px
	}
	.contact__input {
		margin-top: 15px
	}
	.contact__list .vertical-item {
		line-height: 1.1
	}
	.contact .error {
		font-size: 15px;
		font-size: 1.5rem
	}
	.policy {
		padding: 40px;
		margin-top: 70px
	}
	.policy__scroll {
		padding: 25px 30px 35px
	}
	.policy__title {
		font-size: 16px;
		font-size: 1.6rem
	}
	.policy__agree {
		margin-top: 30px
	}
	input[type=checkbox]+span::before {
		margin-right: 10px
	}
	.switch {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: -20px
	}
	.switch__button {
		width: calc(42.5% - 20px);
		max-width: 500px;
		padding: 40px 10px;
		margin-left: 20px;
		font-size: 18px;
		font-size: 1.8rem
	}
	.switch__button+.switch__button {
		margin-top: 0
	}
	.finish {
		margin-top: 140px
	}
	.finish__title {
		margin-top: 60px;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold
	}
	.finish__text {
		margin-top: 40px
	}
	header {
		height: 110px
	}
	.header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 50%;
		min-width: 900px;
		height: 110px;
		padding: 0 40px
	}
	.header__logo {
		width: 103px;
		margin-left: 0
	}
	.header__logoXr {
		width: 43px;
		margin-right: auto
	}
	.drawerOpen .drower {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	.drower {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		overflow: visible;
		background: 0 0;
		-webkit-transform: none;
		transform: none;
		will-change: unset
	}
	.drower__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.drower__listItem {
		border-bottom: none;
		opacity: 100%;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.drower__listItem:not(:first-of-type) {
		margin-left: 40px
	}
	.drower__listItem:first-child {
		border-top: none
	}
	.drower__listItem:last-of-type {
		margin-top: 0
	}
	.drower__listItem:last-of-type .drower__listLink {
		padding: 18px 40px
	}
	.drower__listLink {
		position: static;
		padding: 0 0 5px;
		margin-top: 5px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#111));
		background-image: -webkit-linear-gradient(#111 0, #111 100%);
		background-image: linear-gradient(#111 0, #111 100%);
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 0 1px;
		-webkit-transition: background-size .5s ease;
		transition: background-size .5s ease
	}
	.drower__listLink:hover {
		background-position: 0 100%;
		background-size: 100% 1px
	}
	.hamburger {
		display: none
	}
	.overlay {
		cursor: default
	}
	body {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.5
	}
	.l_layoutOut-vr {
		padding-top: 50px;
		margin-top: 0px
	}
	.l_layoutOut-price {
		padding-top: 140px
	}
	.l_layout {
		max-width: 1320px;
		padding: 0 60px;
		margin: auto
	}
	.mainVisual {
		height: 100vh;
		margin-top: -110px
	}
	.mainVisual::before {
		height: 100%
	}
	.mainVisual__body {
		bottom: 150px;
		left: 100px
	}
	.mainVisual__title {
		font-size: 105px;
		font-size: 10.5rem
	}
	.mainVisual__title span:nth-child(2) {
		margin-right: 20px;
	}
	.mainVisual__text {
		font-size: 30px;
		font-size: 3rem
	}
	.scroll {
		position: absolute;
		top: -155px;
		right: 50px;
		z-index: 1;
		display: block;
		overflow: hidden
	}
	.scroll__text {
		position: relative;
		margin-top: 10px;
		font-family: Inter-Medium, sans-serif;
		color: #a2a2a2;
		letter-spacing: .05em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.1
	}
	.scroll__var {
		position: relative;
		top: 0;
		left: 50%;
		width: 1px;
		height: 50px;
		overflow: hidden
	}
	.scroll__var::before {
		position: absolute;
		display: block;
		width: 1px;
		height: 100%;
		content: "";
		background: #d0d0d0;
		-webkit-animation: scrollDown 2s infinite;
		animation: scrollDown 2s infinite
	}
	.headIndex__title {
		font-size: 50px;
		font-size: 5rem
	}
	.service .headIndex__title {
		font-size: 40px;
		font-size: 4rem
	}
	.solution {
		margin-top: 130px
	}
	.solution__slogan {
		margin-top: 70px;
		font-size: 42px;
		font-size: 4.2rem
	}
	.solution__text {
		margin-top: 20px
	}
	.solution__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 50px 0 0 -60px
	}
	.solution__gridItem {
		width: calc(33.33333% - 60px);
		margin-left: 60px
	}
	.solution__gridItem:nth-of-type(n+2) {
		margin-top: 0
	}
	.solution__body {
		padding: 30px
	}
	.solution__gridTitle {
		font-size: 22px;
		font-size: 2.2rem
	}
	.solution__gridText {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.1
	}
	.marquee {
		top: 350px
	}
	.marquee__text {
		font-size: 260px;
		font-size: 26rem
	}
	.vr br.sm {
		display: none;
	}
	.vr__wrap {
		margin: 40px 0;
	}
	.vr__wrap p {
		font-size: 100%;
	}
	.vr__grid {
		margin: 0 20px 50px;
		-webkit-flex-grow: 0.3;
		flex-grow: 0.3;
		width: 30%;
		max-width: 400px;
	}
	.vr__grid-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.vr__main {
		width: 100%;
	}
	.vr__num::before {
		width: 40px
	}
	.vr__title {
		margin: 15px;
		letter-spacing: .06em;
		font-size: 28px;
		font-size: 2.8rem
	}
	.vr__text {
		margin-top: 12px
	}
	.vr__thumbnail {
		width: 100%;
		margin-top: 0
	}
	.vr__btn a {
		font-size: 120%;
	}
	.project {
		margin-top: 30px
	}
	.project__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px;
	}
	.project__container {
		width: 100%;
	}
	.project__container+.tab {
		display: none;
	}
	.project__tab {
		padding-bottom: 30px;
		display: -webkit-flex;
		display: flex;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.project__grid {
		margin: 15px;
		padding: 10px;
		-webkit-flex-grow: 0.3;
		flex-grow: 0.3;
		width: 30%;
		display: inline-block; 
		vertical-align: top;
		max-width: 360px;
	}
	.project__icon {
		width: 21.3333%;
		height: 33.8624%
	}
	.project__circle {
		border-width: 4px;
	}
	.project__circle::before {
		border-color: transparent transparent transparent #fff;
		border-width: 8.5px 0 8.5px 14px
	}
	.project__voice {
		width: 100%;
		padding: 24px 30px
	}
	.service {
		margin: 0 auto;
		padding: 50px;
		width: 900px;
	}
	.is-layout-flex.wp-block-columns-is-layout-flex {
		display: -webkit-flex;
		display: flex;
	}
	.is-layout-flex.wp-block-columns-is-layout-flex.point_scene {
		display: -webkit-flex;
		display: flex;
		align-items: stretch;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.is-layout-flex.wp-block-columns-is-layout-flex.point_scene .wp-block-column-is-layout-flow {
		-webkit-flex-grow: 0.5;
		flex-grow: 0.5;
		max-width: 370px;
		display: inline-block; 
		vertical-align: top;
		padding: 20px 30px;
		border: 1px solid #868686;
	}
	.switchCircle__circle {
		width: 61px;
		height: 61px
	}
	.tab {
		position: sticky;
		top: 170px
	}
	.tab__list {
		display: block;
		margin-left: 0
	}
	.tab__parent_item {
		display: inline-block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding: 15px 20px;
		margin: 15px 10px 0 0;
		font-size: 16px;
		font-size: 1.6rem
	}
	.tab__item {
		padding: 10px 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.tag__item {
		margin-top: 8px;
		font-size: 12px;
		font-size: 1.2rem
	}
	.category {
		margin: 15px 0 0 -10px
	}
	.category+.project__title {
		margin-top: 15px
	}
	.category__item {
		padding: 7px 15px
	}
	.faqMv {
		margin-top: 140px
	}
	.faqMv__img {
		height: 540px
	}
	.faq {
		padding-bottom: 140px;
		margin-top: 140px
	}
	.faq__block {
		padding: 30px;
		margin-top: 70px
	}
	.faq__questionText {
		font-size: 20px;
		font-size: 2rem
	}
	.faq__questionText::before {
		font-size: 38px;
		font-size: 3.8rem
	}
	.faq__answer {
		padding: 25px 30px
	}
	.faq__answerText {
		line-height: 2
	}
	.faq__answerText:nth-of-type(n+2) {
		margin-top: 20px
	}
	.price {
		padding-bottom: 140px
	}
	.price__container {
		padding: 30px;
		margin-top: 70px
	}
	.price__container+.price__container {
		margin-top: 30px
	}
	.price__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -20px
	}
	.price__grid-single {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 0
	}
	.price__grid+.price__grid {
		margin-top: 20px
	}
	.price__gridItem {
		width: calc(50% - 20px);
		margin-left: 20px
	}
	.price__gridItem-single {
		width: 100%
	}
	.price__gridItem-upper {
		width: 50%;
		margin-left: 0;
		grid-template-columns: repeat(3, 1fr);
	}
	.price__gridItem-upper::before {
		top: 20px;
		right: 0;
		width: 1px;
		height: calc(100% - 40px)
	}
	.price__gridItem+.price__gridItem {
		margin-top: 0
	}
	.price__gridItem+.price__gridItem-lower {
		width: 50%;
		padding: 30px;
		margin-left: 0
	}
	.price__title {
		font-size: 32px;
		font-size: 3.2rem
	}
	.price__title+.price__grid {
		margin-top: 15px
	}
	.price__text {
		line-height: 2
	}
	.price__textIndent {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8
	}
	.price__slogan {
		padding: 8px 20px;
		font-size: 18px;
		font-size: 1.8rem
	}
	.price__slogan2 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4
	}
	.price__plan {
		font-size: 14px;
		font-size: 1.4rem
	}
	.price__jp {
		margin-bottom: 7px
	}
	.price__num {
		font-size: 50px;
		font-size: 5rem
	}
	.price__comment {
		font-size: 14px;
		font-size: 1.4rem
	}
	.u_flat {
		padding: 20px;
		font-size: 15px;
		font-size: 1.5rem
	}
	.u_spOnly {
		display: none
	}
	.u_pcOnly {
		display: inline-block
	}
	.pagination {
		margin-top: 60px
	}
	.page-numbers {
		width: 40px;
		height: 40px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.1
	}
	.bodySecond .header {
		width: 100%;
		min-width: auto
	}
	.bodySecond .switch {
		margin-top: 80px
	}
}
@media screen and (min-width:1560px) {
	.l_layoutOut-price::before, .l_layoutOut-vr::before {
		width: calc(100% - 0px)
	}
}
@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}
@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}
@media (min-width: 576px) and (max-width: 1399.98px) {
    .vk_responsive-br-xl {
        display: block !important;
    }
}

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70{font-size:70%}      /* フォントサイズ70% */
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:700}     /* 太字 */
.u{text-decoration:underline}     /* 下線 */
.del{text-decoration:line-through} /* 打ち消し線 */

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red{color:red}     /* 赤色 */
.blue{color:#2ca9e1}    /* 青色 */
.green{color:#82ae46}   /* 緑色 */
.orange{color:#ff7d00}    /* 橙色 */
.yellow{color:#fff000}    /* 黄色 */
.pink{color:#ff0084}    /* ピンク */
.gray{color:#999999}    /* グレー */

/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow{padding:2px;background-color:#ff0} /* 黄色の文字背景 */
.bg-blue{padding:2px;background-color:#4ab0f5}  /* 青色の文字背景 */
.bg-red{padding:2px;background-color:red} /* 赤色の文字背景 */

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1{text-align:center !important} /* 中央寄せ */
.align2{text-align:right !important}  /* 右寄せ */
.align3{text-align:left !important} /* 左寄せ */

/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo{float:right;margin:10px} /* 右に回り込み */
.l-flo{float:left;margin:10px}  /* 左に回り込み */
.f-clear{clear:both}      /* 回り込みの解除 */

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade { background:none !important; outline:none; -webkit-transition:all .3s; transition:all .3s; }
a:hover img.fade { opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )"; background:none !important; }
/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {padding-left:1em;text-indent:-1em;} /* 注意書き等で二行目以降を字下げ */
.att_box { margin:2em 0 2.5em; padding:1em 1.2em; line-height:2.0; border:1px dotted #cccccc; background:#fcfcfc; box-shadow:0px 4px 0px 0px #f7f7f7; } /* テキストボックス */

/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0{margin:0 !important}    /* margin 0px を指定するクラス */
.mt0{margin-top:0 !important}   /* margin-top0px を指定するクラス */
.mr0{margin-right:0 !important}   /* margin-right0px を指定するクラス*/
.mb0{margin-bottom:0 !important}  /* margin-bottom0px を指定するクラス*/
.ml0{margin-left:0 !important}    /* margin-left0px を指定するクラス*/

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0{padding:0 !important}   /* padding-0px を指定するクラス */
.pt0{padding-top:0 !important}    /* padding-top0px を指定するクラス */
.pr0{padding-right:0 !important}  /* padding-right0px を指定するクラス */
.pb0{padding-bottom:0 !important} /* padding-bottom0px を指定するクラス */
.pl0{padding-left:0 !important}   /* padding-left0px を指定するクラス */

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p15{padding:15px !important}
.pt15{padding-top:15px !important}
.pr15{padding-right:15px !important}
.pb15{padding-bottom:15px !important}
.pl15{padding-left:15px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.sp-only {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-only {
    display: block;
  }
}
