@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*-------------------------------------------*/

/*  setting _font-family
/*-------------------------------------------*/

/*-------------------------------------------*/

/*  setting _color
/*-------------------------------------------*/

/*--使う色をまとめる--*/

/*--色を使うエリアをまとめる--*/

/*--フォントカラー--*/

/*--フォントサイズ--*/

/*--line hight--*/

/*-------------------------------------------*/

/*  mixin _breakpoint
/*-------------------------------------------*/

/*-------------------------------------------*/

/*  foundation _base
/*-------------------------------------------*/

html {
	font-size: 62.5%;
}

img {
	vertical-align: bottom;
	width: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	color: #333333;
	display: flex;
	display: flex;
	flex-direction: column;
	flex-flow: column;
	font-family: Roboto, Helvetica Neue, Helvetica, Arial, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
	font-feature-settings: "palt";
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin: 0;
	min-height: 100vh;
	min-height: 100vh;
	padding: 0;
}

img {
	-webkit-backface-visibility: hidden;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

a {
	text-decoration: none;
}

footer {
	background-color: #f7f3ea;
	margin-top: auto;
}

div#loadbox {
	width: 15rem;
}

div.show {
	opacity: 1;
}

h1 {
	color: #c51b27;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 5rem;
	text-align: center;
}

h2 {
	background-color: #2f89ee;
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 31px;
	margin-bottom: 4rem;
	padding: 2rem;
	text-align: left;
}

h3 {
	border-bottom: solid 5px #2f89ee;
	color: #191919;
	font-size: 3rem;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
	width: 100%;
}

h4 {
	border-bottom: solid 5px #2f89ee;
	color: #191919;
	font-size: 2rem;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
	width: 100%;
}

h5 {
	color: #191919;
	font-size: 2rem;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 0.5rem;
	width: 100%;
}

/* =ページトップ
------------------------------------------------------------------------------------------*/

.page_top {
	bottom: 40px;
	margin: 0;
	position: fixed;
	right: 3%;
	text-align: center;
	z-index: 10;
}

.page_top a {
	border-radius: 40px;
	color: #fff;
	display: block;
	font-family: "Oswald", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 11px;
	height: 60px;
	line-height: 42px;
	transition: all 0.2s;
	width: 60px;
}

.swpm-logged-username {
	display: none;
	margin-bottom: 2rem;
}

.swpm-logged-status {
	display: none;
	margin-bottom: 2rem;
}

.swpm-logged-membership {
	display: none;
	margin-bottom: 2rem;
}

.swpm-logged-expiry {
	display: none;
	margin-bottom: 2rem;
}

.swpm-edit-profile-link {
	margin-bottom: 2rem;
}

/*-------------------------------------------*/

/*  foundation _ress
/*-------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	box-sizing: border-box;
	tab-size: 4;
	word-break: normal;
}

*,
::before,
::after {
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	margin: 0;
	padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */

hr {
	color: inherit; /* Correct border color in Firefox. */
	height: 0; /* Add the correct box sizing in Firefox */
	overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
	display: block; /* Render the `main` element consistently in IE. */
}

summary {
	display: list-item; /* Add the correct display in all browsers */
}

small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none; /* Add the correct display in IE */
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	border-bottom: none; /* Remove the bottom border in Chrome 57 */ /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	text-decoration: underline dotted;
}

a {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
	font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
	text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
     # Forms
     # ================================================================= */

input {
	border-radius: 0;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
	cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	color: inherit;
	cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

/* Style select like a standard input */

select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button { /* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */

img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
	vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled=true] {
	cursor: default;
}

/*-------------------------------------------*/

/*  setting _shadow
/*-------------------------------------------*/

.dropshadow {
	-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

/*-------------------------------------------*/

/*  setting z-index
/*-------------------------------------------*/

:root {
	--z-index-header: 200;
	--z-index-up: 100;
}

/*-------------------------------------------*/

/*  layout _l-header
/*-------------------------------------------*/

.l-header {
	background-color: #c51b26;
	border-bottom: solid 1px #ffee00;
	margin: 0 auto;
	padding: 1rem;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

.l-header__inner h1 {
	margin-bottom: 0;
	width: 6rem;
}

/* =global nav
-----*/

.topnotice a {
	color: #69c8dc;
}

.topnotice a:hover {
	color: #69c8dc;
}

.topnotice a:visited {
	color: #69c8dc;
}

.toggle_nav { /* margin-top: 10px; */
	float: right;
}

.nav a {
	color: #ffffff;
}

.nav nav {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

.nav ul {
	font-family: "Oswald";
	width: 100%;
}

.nav li {
	display: inline-block;
	float: left;
}

.nav li a {
	display: block; /* font-size: 12px; */
	letter-spacing: 0.1em;
	line-height: 10px;
	margin-top: 4px;
	padding: 5px 9px 5px;
	text-align: center;
	transition: all 0.3s ease;
}

.nav li a:hover {
	opacity: 0.7;
}

.nav_trigger {
	display: none;
}

.kanji {
	color: #ffffff;
	font-size: 11px !important;
	margin-top: 10px !important;
}

.eigo {
	color: #ffffff; /* font-style: normal; */
	font-family: "Oswald", sans-serif;
	font-size: 18px !important; /* margin-top: 4px; */ /* font-family: bebas-kai, sans-serif; */
	font-weight: 600;
}

.nav aside {
	display: inline-block;
}

.nav aside a {
	background-color: #000;
	border-radius: 200px;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 38px;
	padding: 0;
	padding-left: 3px;
	width: 40px;
}

.sns-wrap li a:hover {
	opacity: 0.7;
}

/* Loading Block */

#loading {
	align-items: center;
	background-color: #f7f3ea;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 9999;
}

/* Safari用のハックは、Chromeに適用されないようにする */

.spinner {
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out;
	background-color: #fff;
	border-radius: 100%;
	height: 100px;
	margin: 200px auto;
	width: 100px;
}

/* Loading Animation */

/* Hide Loading Block */

.loaded {
	opacity: 0;
	visibility: hidden;
}

.hollow-dots-spinner,
.hollow-dots-spinner * {
	box-sizing: border-box;
}

.hollow-dots-spinner {
	height: 15px;
	width: 90px;
}

.hollow-dots-spinner .dot {
	-webkit-animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
	animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
	border: 3px solid #610703;
	border-radius: 50%;
	float: left;
	height: 15px;
	margin: 0 7.5px;
	transform: scale(0);
	width: 15px;
}

.hollow-dots-spinner .dot:nth-child(1) {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}

.hollow-dots-spinner .dot:nth-child(2) {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}

.hollow-dots-spinner .dot:nth-child(3) {
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
}

.loading-logo {
	margin-bottom: 30px;
	width: 200px;
}

/*-------------------------------------------*/

/*  layout _l-main
/*-------------------------------------------*/

.l-main__inner {
	margin: 0 auto;
	max-width: 100rem;
}

.l-main__contents {
	display: flex;
}

/*-------------------------------------------*/

/*  project _p-home-block
/*-------------------------------------------*/

/*-- マージン --*/

/*-------------------------------------------*/

/*  layout _l-footer
/*-------------------------------------------*/

.l-footer {
	background-color: #000000;
	color: #ffffff;
	padding: 6rem;
	text-align: center;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.l-footer__inner--company {
	margin: 0 auto;
	margin-bottom: 3rem;
	width: 10rem;
}

.l-footer__inner--link ul {
	align-items: center;
	display: flex;
	list-style: none;
}

.l-footer__inner--link ul li {
	margin-right: 20px;
	width: 120px;
}

.l-footer__inner--link ul li:last-child {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	width: 30rem;
}

/*-------------------------------------------*/

/*  project _p-about-archives
/*-------------------------------------------*/

.p-home__login {
	text-align: center;
}

.p-home__login ul {
	list-style: none;
}

.p-home__login li {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.p-home__login li a {
	color: #2f89ee;
}

.p-logo {
	font-size: 12rem;
	margin-bottom: 3rem;
	margin-bottom: 2rem;
	margin-top: 5rem;
	text-align: center;
}

.p-logo .navi-index-logo {
	margin: 0 auto;
	margin-bottom: 10rem;
	width: 40rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	margin: 0 auto;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 30rem;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
	background-color: #cd2653;
	color: #ffffff;
	font-size: 1.86rem;
	padding: 1.4rem 6rem;
}

input#swpm_user_name {
	margin-bottom: 3rem;
}

input#swpm_password {
	margin-bottom: 3rem;
}

.swpm-remember-me {
	margin-bottom: 2rem;
}

.swpm-username-label {
	margin-bottom: 1rem;
}

.swpm-password-label {
	margin-bottom: 1rem;
}

.swpm-join-us-link {
	display: none;
}

.swpm-remember-me {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
	background-color: #0693E3;
	color: #ffffff;
	font-size: 1.86rem;
	padding: 1.4rem 6rem;
}

/*　ハンバーガーメニューボタン　*/

.hamburger {
	background-color: #000000;
	cursor: pointer;
	display: block;
	height: 42px;
	position: fixed;
	right: 20px;
	text-align: center;
	top: 20px;
	width: 42px;
	z-index: 3;
}

.hamburger span {
	background: #BBBBBB;
	display: block;
	height: 2px;
	left: 6px;
	position: absolute;
	transition: 0.3s ease-in-out;
	width: 30px;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* スマホメニューを開いてる時のボタン */

.hamburger.active span:nth-child(1) {
	background: #fff;
	left: 6px;
	top: 16px;
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	background: #fff;
	top: 16px;
	transform: rotate(45deg);
}

/* メニュー背景　*/

nav.globalMenuSp {
	background-color: #2f89ee;
	color: #fff;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	z-index: 2;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	transition: 0.4s all;
	width: 100%;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
	background: #ddd;
}

nav.globalMenuSp ul li a {
	color: #fff;
	display: block;
	padding: 1em 0;
	text-decoration: none;
}

/* クリックでjQueryで追加・削除 */

nav.globalMenuSp.active {
	display: block;
	height: 100vh;
	opacity: 100;
	transform: translateY(0%);
}

nav.globalMenuSp.active .navi-logo {
	margin: 0 auto;
	margin-bottom: 5rem;
	margin-top: 5rem;
	width: 250px;
}

nav.globalMenuSp.active .navi-logo img {
	width: 100%;
}

.sp-navi {
	display: none;
}

/*-------------------------------------------*/

/*  project _p-contents
/*-------------------------------------------*/

.p-contents__header {
	background-color: #2f89ee;
	height: 100vh;
	overflow: scroll;
	position: fixed;
	width: 25rem;
}

.p-contents__header ul {
	list-style: none;
	padding: 8%;
}

.p-contents__header ul li {
	display: flex;
	font-weight: bold;
	list-style: none;
	margin-bottom: 1rem;
}

.p-contents__header ul li a {
	color: #ffffff;
	font-size: 1.6rem;
}

.p-contents__header .navi-logo {
	padding: 1.5rem 3rem;
}

.p-contents__right {
	margin-left: 25rem;
	padding: 2rem 2rem 10rem 2rem;
	width: 100%;
}

.p-contents__right p {
	margin-bottom: 2rem;
}

.hover-background-blue .wp-block-button__link:hover {
	background-color: #1e73be !important;
}

p.box-text {
	font-size: 1.4rem;
	padding: 2rem;
}

.brand-name {
	color: #2f89ee;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 5rem;
}

ul.ul-bottom li {
	padding: 0.5rem;
	width: 100%;
}

ul.ul-bottom li a { /* background-color: #ffffff; */
	color: #ffffff;
}

.p-contents__header ul li p {
	margin-right: 15px;
}

.p-contents__header ul li p svg {
	fill: #ffffff;
	height: 20px;
	margin: 0 auto;
	width: 20px;
}

.p-contents__header ul li a {
	display: flex;
	padding: 1rem;
	width: 100%;
}

.p-contents__header ul li a:hover {
	background: #1379eb;
}

@media (max-width: 1024px) {

.l-header__inner h1 {
	margin: 0 auto;
	width: 60px;
}

.l-footer__inner {
	text-align: center;
}

.l-footer__inner--link ul li {
	display: none;
}

.l-footer__inner--link ul li:last-child {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.p-logo .navi-index-logo {
	width: 80%;
}

.sp-navi {
	display: block;
}

.p-contents__header {
	display: none;
}

.p-contents__right {
	margin-left: 0;
	padding: 1rem;
}

.pc-header {
	display: none;
}

}

@media only screen and (max-width: 1010px) {

.global {
	background-color: rgba(0, 0, 0, 0.9);
	box-sizing: border-box;
	height: 0;
	left: 0;
	overflow-y: hidden;
	padding-top: 0;
	position: fixed;
	top: 0;
	transition: 0.5s ease;
	width: 100%;
	z-index: 10;
}

.global li {
	display: inherit;
	width: 100%;
}

.nav-active .global {
	height: 100vh;
	padding-top: 50px;
}

.toggle_nav {
	transition: 0.2s ease;
}

.nav {
	height: inherit;
	margin-bottom: 0;
	width: 100%;
}

.nav nav {
	display: block;
	margin: 0;
	width: 100%;
}

.nav li {
	padding-bottom: 1%;
	padding-right: 0;
}

.nav li a {
	color: #fff;
	max-width: inherit;
	padding: 6vw 0;
	padding: 4vw 6vw 4vw 6vw;
	text-align: center;
	width: 100%;
}

.nav aside {
	display: block;
	width: 100%;
}

.nav aside ul {
	display: table;
	width: 100%;
}

.nav aside li {
	display: table-cell;
	margin: 0;
	width: 33.33%;
}

.nav aside li a {
	height: inherit;
	line-height: 1em;
}

/* Default navigation icon */

.nav_trigger {
	display: block;
	height: 25px;
	position: fixed;
	right: 3vw;
	top: 22px;
	width: 30px;
	z-index: 200;
}

.nav-active .nav_trigger {
	opacity: 0.7;
}

.nav_icon {
	background-color: #fff;
	display: inline-block;
	height: 3px;
	position: relative;
	transition-duration: 300ms;
	transition-property: background-color, transform;
	width: 30px;
}

.nav_icon:before,
.nav_icon:after {
	background: #fff;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	transition-duration: 300ms;
	transition-property: margin, transform;
	width: 30px;
}

.nav_icon:before {
	margin-top: -10px;
}

.nav_icon:after {
	margin-top: 10px;
}

.nav-active .nav_icon {
	background: rgba(0, 0, 0, 0);
}

.nav-active .nav_icon:before {
	background: #fff;
	margin-top: 0;
	transform: rotate(45deg);
}

.nav-active .nav_icon:after {
	background: #fff;
	margin-top: 0;
	transform: rotate(-45deg);
}

.nav li a:hover span.btm,
.nav li a.active span.btm {
	display: none;
}

.nav li a span.jp {
	font-size: 3vw;
}

}

@-webkit-keyframes sk-scaleout {

0% {
	transform: scale(0);
}

100% {
	opacity: 0;
	transform: scale(1);
}

}

@keyframes sk-scaleout {

0% {
	transform: scale(0);
}

100% {
	opacity: 0;
	transform: scale(1);
}

}

@-webkit-keyframes hollow-dots-spinner-animation {

50% {
	opacity: 1;
	transform: scale(1);
}

100% {
	opacity: 0;
}

}

@keyframes hollow-dots-spinner-animation {

50% {
	opacity: 1;
	transform: scale(1);
}

100% {
	opacity: 0;
}

}

