
body {
	font-weight: 400;
}

body.et_pb_button_helper_class .et_pb_button {
	font-weight: 500;
}

#footer-info {
	font-family: Noto Sans Japanese;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
}

.et-fb div.preloader {
	display: none !important;
}

div.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 100011;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader .status svg {
	height: 70px;
	width: 70px;
}

svg.preloader path, svg.preloader circle, svg.preloader rect {
	fill: #bdc8d5;
	stroke: #bdc8d5;
}

svg.preloader .none, svg.preloader .none * {
	fill: none !important;
}

svg.preloader.nostroke * {
	stroke: none !important;
}

.preloader .status svg.preloader7 {
	transform: scale(1);
	transform-origin: center;
	width: auto;
	height: auto;
}

div.preloader img.dtb_custom_preloader_img {
	width: 250px;
}

.pulse, .grow, .shrink, .buzz, .move_down, .move_up {
	transform: perspective(1px) translateZ(0);
	transition: all .3s ease-in-out !important;
}

.jello:hover {
	animation: jello .9s both;
}

.wobble:hover {
	animation: wobble .82s cubic-bezier(.36, .07, .19, .97) both;
}

.heartbeat:hover {
	animation: heartbeat 1.5s ease-in-out infinite both;
}

.pulse:hover {
	animation: pulse 1s ease-in-out infinite both;
}

.grow:hover {
	transform: scale(1.1);
}

.shrink:hover {
	transform: scale(.9);
}

.move_up:hover {
	transform: translateY(-8px);
}

.move_down:hover {
	transform: translateY(8px);
}

@keyframes jello {
	0%, 100% {
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		transform: scale3d(1.05, .95, 1);
	}
}

@keyframes wobble {
	100% {
		transform: translateX(0);
	}
}

@keyframes heartbeat {
	from {
		transform: scale(1);
		transform-origin: center center;
		animation-timing-function: ease-out;
	}
	
	10% {
		transform: scale(.91);
		animation-timing-function: ease-in;
	}
	
	17% {
		transform: scale(.98);
		animation-timing-function: ease-out;
	}
	
	33% {
		transform: scale(.87);
		animation-timing-function: ease-in;
	}
	
	45% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
}

@keyframes pulse {
	25% {
		transform: scale(1.1);
	}
	
	75% {
		transform: scale(.9);
	}
}

.et-social-icon a.move_up:hover {
	transform: translateY(-2px);
}

.et-social-icon a.move_down:hover {
	transform: translateY(2px);
}

@media only screen and (min-width:981px) and (max-width:980px) {
	#logo, .logo_container, #main-header, .container {
		transition: all .4s ease-in-out;
	}
	
	#et_mobile_nav_menu {
		display: none !important;
	}
	
	#top-menu, nav#top-menu-nav {
		display: block !important;
	}
	
	#et-secondary-nav, #et-secondary-menu, #et-info .et-social-icons {
		display: inline-block !important;
	}
	
	#et-info {
		padding-top: 0;
	}
	
	#top-header .container {
		padding-top: .75em;
	}
	
	.et_fixed_nav #page-container #main-header, .et_fixed_nav #page-container #top-header {
		position: fixed;
	}
	
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap, .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap, .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 0;
		padding: 0;
		opacity: 0;
	}
	
	.et_pb_fullwidth_menu.dtb-menu .et_pb_menu__menu, .et_pb_menu.dtb-menu .et_pb_menu__menu {
		display: flex;
	}
	
	.dtb-menu .et_mobile_nav_menu {
		display: none;
		float: right;
	}
	
	.et_pb_fullwidth_menu--style-inline_centered_logo.dtb-menu > div > .et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo.dtb-menu > div > .et_pb_menu__logo-wrap {
		display: none;
	}
	
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 0;
		opacity: 0;
		transition: all .4s ease-in-out;
	}
}

.et_pb_fullwidth_menu--without-logo.dtb-menu .et_pb_menu__menu > nav > ul > li, .et_pb_menu--without-logo.dtb-menu .et_pb_menu__menu > nav > ul > li {
	margin-top: 0;
}

.dtb-menu.et_pb_module {
	z-index: 3;
}

#main-header {
	box-shadow: none !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1) !important;
}

#page-container #main-header.et-fixed-header {
	box-shadow: none !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
}

#top-header {
	box-shadow: none;
}

#et-info-email, #et-info-phone, .et-cart-info span, #et-secondary-nav > li > a {
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	font-family: Noto Sans Japanese;
}

#et-info a, #et-secondary-menu > ul > li > a {
	color: #fff;
	position: relative;
}

#et-info a:hover, #et-secondary-menu > ul > li > a:hover {
	opacity: 1;
	color: #fff;
}

#et-info a:after, #et-secondary-menu > ul:not(.et-social-icons) > li > a:before {
	content: "";
	display: block;
	position: absolute;
	top: -.8em;
	bottom: 0;
	right: -.75em;
	left: -.75em;
	transition: all .3s ease-in-out;
	z-index: -1;
}

#et-info a:after {
	bottom: -.65em;
}

#et-info a:hover:after, #et-secondary-menu > ul > li > a:hover:before {
	background: rgba(0, 0, 0, 0);
}

@media (min-width:981px) {
	#main-header {
		transition: all .3s ease-in-out;
		height: auto;
	}
	
	#wpadminbar {
		z-index: 200001;
	}
	
	#main-header.et-fixed-header {
		top: 0 !important;
		z-index: 200000;
	}
	
	#top-header.et-fixed-header {
		top: 0 !important;
		box-shadow: none;
	}
	
	.admin-bar #main-header.et-fixed-header {
		top: 32px !important;
	}
	
	.et_header_style_left.et-fixed-header #et-top-navigation {
		padding-top: 30px !important;
	}
}

#main-header, #top-header {
	transition: all .3s ease-in-out !important;
}

.et_link_content, .et_audio_content, .et_pb_audio_module_content, .et_quote_content {
	width: 100%;
}

.dtb_layout_placeholder {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
	color: white;
}

.dtb_layout_placeholder > h3 {
	color: white;
}

div[class^=count-] {
	display: inline-block;
}

#moving-bg1 canvas, #moving-bg2 canvas {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}
