@charset "utf-8";
/*途中からナビゲーションのみ固定*/
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55000;
    width: 100%;
}
/*	--------スクロールでナビ変化--------	*/
/*nav-fixed.js上のクラス*/
.is-animation {
    transition: 0.8s;
    font-size: 0.5em;
}

.is-animation .logo-area {
	padding: 0 10px;
	transition: 0.2s;
}

.is-animation .logo-area a h1 {
	font-size: 0.6em;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0;
	border-bottom: solid 2px var(--page-portal-color);
}

.is-animation .logo-area a h1 .br::before {
	white-space: normal;
	letter-spacing: -3px;
}

.is-animation .logo-area .logo-home {
	display: none;
}

.is-animation .logo-area .tag {
	font-size: 5px;
	padding-bottom: 3px;
	letter-spacing: 0;
}

.is-animation .icon-01, .is-animation .icon-02, .is-animation .icon-03 {
	font-size: 16px;
}

