@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #000000 url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(23, 25, 30, 0.95); }

/* ******************** フッタ ******************** */
footer { background-color: rgba(23, 25, 30, 0.95); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
hr.separate {
	margin: 2em 0;
	height: 1px;
	border: 0;
	clear: both;
	
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
strong.black { color: #333333;}
strong.red { color: #cc0000;}
strong.gray { color: #888888;}

/* L1 ######################################## こぶしまる シュッ ######################################## */

#kobu {
	position: fixed;
	right: -300px;
	bottom: -300px;
	z-index: 2000;
	width: 300px;
	height: 300px;
	
	transition: right 1s ease-in-out, bottom 1s ease-in-out;
}

#kobu img {
	width: 300px;
	height: 300px;
}

#kobu.animate {
	right: 0;
	bottom: 0;
}

/* L1 ######################################## こぶしまる10周年 スプラッシュウィンドウ ######################################## */

#splash-window {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 65536;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.99);
	opacity: 0;
	transition: opacity 0.3s ease-in, opacity 0.5s ease-out;
}

#splash-window.visible {
	opacity: 1;
}

#splash-window.hidden {
	opacity: 0;
}

.splash-content {
	display: flex;
	justify-content: center;
	max-width: 80vw;
	max-height: 80vh;
	align-items: center;
	text-align: center;
}

.splash-logo {
	max-width: 80vw;
	max-height: 80vh;
	height: auto;
	object-fit: contain;
}

#countdown {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-family: "Century Gothic";
	font-size: 1.5em;
	color: #666666;
}

#white-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 1;
}

#white-overlay.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}


/* L1 ######################################## こぶしまる10周年 スプラッシュウィンドウ ######################################## */

.character-container {
	cursor: pointer;
	position: fixed;
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.8s ease-out 0.1s, transform 0.8s ease-out;
}

.character-container img {
	display: block;
	height: auto;
}