@charset "UTF-8";
/* CSS Document */
#contentsWrap {
	margin-top: 75px;
}
#contentsWrap #billboard {
	padding: 0;
}
/*
#contentsWrap.frameMode #billboard {
	padding: 1.5em !important;
}
*/
#contentsWrap #animation_container,
#contentsWrap canvas,
#contentsWrap #dom_overlay_container {
	width: 100% !important;
	height: auto !important;
	position: static !important;
	border-radius: 0 !important;
}
/*
#contentsWrap #animation_container,
#contentsWrap canvas {
	width: auto;
	height: calc(100vh - 134px);
	margin: auto;
	left: 0;
	right: 0;
}
#contentsWrap.frameMode #animation_container,
#contentsWrap.frameMode canvas {
	width: auto !important;
	height: calc(100vh - 134px - 3em) !important;
	border-radius: 1.5em !important;
}
*/
#billboard .txt01 {
	color: #fff;
	text-align: center;
	padding: 0.5em 0;
	background: #d93129;
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	bottom: -7em;
	z-index: 100;
	transition: 1.0s;
}
#billboard .txt01 br {
	display: none;
}
#billboard .txt01.on {
	bottom: 0;
	transition: 1.0s;
}
#billboard .txt01 span {
	display: inline-block;
	line-height: 1;
	letter-spacing: 0;
}
#billboard .txt01 .sp00 {
	font-size: 150%;
	transform   : skewX(-8deg);
}
#billboard .txt01 .sp01 {
	font-size: 150%;
}
#billboard .txt01 .sp02 {
	font-size: 40%;
	margin-left: -0.5em;
	padding-top: 0.4em;
	vertical-align: top;
}
#billboard .txt01 .sp03 {
	font-size: 40%;
}
#contents {
	width: 90%;
	max-width: 850px;
	margin: auto;
	padding: 3em 0 4em;
}
#contents .ttl01 {
	color: #808080;
	font-size: 125%;
	font-weight: 300;
	padding-bottom: 0.5em;
	font-style: italic;
	text-align: center;
}
#contents ul li a {
	font-size: 87.5%;
	padding: 1em  2em 1em 0.5em;
	border-bottom: 1px solid #c9c9c9;
	position: relative;
	transition: 0.4s;
}
#contents ul li a.blancLink01 {
	pointer-events: none; 
}
#contents ul li:first-child a {
	border-top: 1px solid #808080;
}
#contents ul li a:after {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #5a5858;
	border-bottom: 1px solid #5a5858;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	margin: auto;
}
#contents ul li a.blancLink01:after {
	display: none;
}
#contents ul li a span {
	display: inline-block;
}
#contents ul li a .sp01 {
	color: #d93129;
	vertical-align: top;
	padding-right: 1em;
	width: 7em;
}
#contents ul li a .sp02 {
	width: calc(100% - 8em);
}
#page_top {
	bottom: 6em;
}
footer {
	padding-bottom: 3em;
}
@media only screen and (max-width: 1920px) {	
}
@media only screen and (max-width: 1400px) {
	#billboard .txt01 .sp00 {
    font-size: 125%;
	}
	#contentsWrap #billboard {
		padding: 0;
	}
	/*
	#contentsWrap #animation_container,
	#contentsWrap canvas,
	#contentsWrap #dom_overlay_container {
		width: 100%;
		height: auto;
		position: static;
		border-radius: 0;
	}
	*/
}
@media only screen and (max-width: 1200px) {
	#billboard .txt01 .sp00 {
    font-size: 112.5%;
	}
	#billboard .txt01 .sp03 {
    display: block;
	}
}
@media only screen and (max-width: 960px) {
	#billboard .txt01 br {
		display: block;
	}
	#billboard .txt01 .sp00 {
		line-height: 1.5;
	}
	footer {
    padding-bottom: 5em;
	}
}
@media only screen and (min-width: 769px) {
	/* #contentsWrap #billboard {
		height: 46.3vw;
		overflow: hidden;
	} */
}
@media only screen and (min-width: 768px) {
	#contents ul li a:hover {
		background: #f8f8f8;
		transition: 0.4s;
	}
}
@media only screen and (max-width: 768px) {
	#billboard .txt01 {
		display: none;
	}
	footer {
    padding-bottom: 0;
	}
	/*
	#contentsWrap #animation_container,
	#contentsWrap canvas,
	#contentsWrap #dom_overlay_container {
		width: 100% !important;
		height: auto !important;
		position: static !important;
	}
	*/
}
@media only screen and (max-width: 767px) {
	#contentsWrap {
    margin-top: 60px;
	}
	#contents {
		padding: 1.5em 0 2em;
	}
	#contents .ttl01 {
    font-size: 175%;
	}
}
@media (orientation: landscape) and (max-width: 850px) and (min-width: 768px){
	/*
	#contentsWrap #animation_container,
	#contentsWrap canvas, 
	#contentsWrap #dom_overlay_container {
    width: 100% !important;
    height: auto !important;
    position: static !important;
	}
	*/
}
@media (orientation: landscape) and (max-width: 767px){
}


/* 03-18-2021 */
.top-information{ padding-right: 32px; max-height: 310px; overflow-y: auto; }
.top-information::-webkit-scrollbar { width: 12px; }
.top-information::-webkit-scrollbar-track { border-radius: 3px; background-color: #D9D9D9; }
.top-information::-webkit-scrollbar-thumb { background-color: #4C4C45; border-radius: 3px; }
.top-information-btn{position: relative; outline: none; cursor: pointer; transition:0.4s; margin: 20px auto; display: block; color:#fff; padding: 5px 25px 5px 10px; background: #d93129; border:1px solid #d93129; border-radius: 16px; }
.top-information-btn:hover{ background-color: transparent; color:#d93129; }
.top-information-btn:after{ transition:0.4s; content: ''; position: absolute; right: 10px; top:9px; border:solid #fff; border-width:0 2px 2px 0; padding:3px; display: block; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.top-information-btn:hover:after{ border-color: #d93129; }
@media only screen and (max-width: 767px){
	.top-information{ padding-right: 20px; max-height: 310px; }
	.top-information::-webkit-scrollbar { width: 6px; }
	.top-information::-webkit-scrollbar-track,
	.top-information::-webkit-scrollbar-thumb{ border-radius: 2px; }
}