@charset "UTF-8";
/* ==========================================
   コンポーネント系クラス (mog-c-)
   ========================================== */

/* ローディングアイコン type1 */
.c-load--type1,
.mog-c-load--type1 {
	width: 48px;
	height: 48px;
	font-size: 10px;
	text-indent: -9999em;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	-webkit-animation: loading-circle 1.1s infinite linear;
	animation: loading-circle 1.1s infinite linear;
}

/* ローディングアイコン type2 */
.c-load--type2,
.mog-c-load--type2 {
	width: 44px;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.c-load--type2::before,
.mog-c-load--type2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	animation: loading-square-loader 5.4s linear forwards infinite;
}

.c-load--type2::after,
.mog-c-load--type2::after {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	opacity: 0;
	content: '';
	animation: loading-square-base 5.4s linear forwards infinite;
}

/* ローディングアイコン type3 */
.c-load--type3,
.mog-c-load--type3 {
	width: 100%;
	min-width: 160px;
	font-size: 16px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 0;
	opacity: 0;
	-webkit-animation: loading-dots-fadein .5s linear forwards;
	animation: loading-dots-fadein .5s linear forwards;
}

.c-load--type3 i,
.mog-c-load--type3 i {
	width: .5em;
	height: .5em;
	display: inline-block;
	vertical-align: middle;
	background: #999;
	border-radius: 50%;
	margin: 0 .25em;
	-webkit-animation: loading-dots-middle-dots .5s linear infinite;
	animation: loading-dots-middle-dots .5s linear infinite;
}

.c-load--type3 i:first-child,
.mog-c-load--type3 i:first-child {
	-webkit-animation: loading-dots-first-dot .5s infinite;
	animation: loading-dots-first-dot .5s linear infinite;
	opacity: 0;
	-webkit-transform: translate(-1em);
	transform: translate(-1em);
}

.c-load--type3 i:last-child,
.mog-c-load--type3 i:last-child {
	-webkit-animation: loading-dots-last-dot .5s linear infinite;
	animation: loading-dots-last-dot .5s linear infinite;
}

@media only screen and (max-width: 767px) {
	.c-load--type1,
	.mog-c-load--type1 {
		width: 30px;
		height: 30px;
	}

	.c-load--type2::before,
	.mog-c-load--type2::before {
		width: 8px;
		height: 8px;
	}

	.c-load--type2::after,
	.mog-c-load--type2::after {
		width: 8px;
		height: 8px;
	}
}

/* メニューボタン */
.c-menu-button,
.mog-c-menu-button {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.c-menu-button::before,
.mog-c-menu-button::before {
	content: "\f0c9";
	font-family: "design_plus";
	font-size: 24px;
}

@media only screen and (max-width: 991px) {
	.c-menu-button,
	.mog-c-menu-button {
		display: block;
	}
}

/* フォントタイプ - ロゴ */
.c-font-type--logo,
.mog-c-font-type--logo {
	/* 親テーマのフォント設定を継承 */
}
