html, body {
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background: #eff0f3;
}

/*--------------------------------
 * navi 
---------------------------------*/

.hero nav.navbar {
	background: #fff;
}

nav.navbar {
	border-top: 4px solid #3e8ed0;
}

.navbar-item, .navbar-link {
	font-size: 15px;
	font-weight: 700;
}

.navbar-item img.logo {
	max-height: 100%;
}

.navi-search-form {
	position: relative;
	width: 600px;
}

.navi-search-form .search-btn {
	position: absolute;
	top: 5px;
	right: 16px;
	margin: 0;
	padding: 0 10px 0 0;
	cursor: pointer;
	font-size: 25px;
	line-height: 49px;
	border: none;
	color: #ccc;
	background-color: rgba(255, 255, 255, 0);
}

.navi-search-form .search-btn::before {
	font-family: FontAwesome;
	content: "\f002";
}


/*--------------------------------
 * content
---------------------------------*/

.hero.is-fullheight .hero-body.center-false {
	align-items: start;
}

.hero-body {
	padding: 1rem 3.5rem;
}

.list-page-datetime {
	font-size: 14px;
}

.list-page-title {
	height: 3.5rem;
	font-size: 14px;
}

.list-page-title .release::before,
.list-page-title .favorite::before {
	font-family: FontAwesome;
	margin-top: 2px;
	margin-right: 4px;
	font-size: 10px;
}

.list-page-title .release::before {
	content: "\f017";
}

.list-page-title .favorite::before {
	content: "\f004";
}

.pagination {
	margin-top: 3rem;
}

.tag:not(body) {
	border-radius: 2px;
}

.is-display-false {
	background: #000;
}

.is-display-false img {
	opacity: 0.5;
}

.border {
	position: absolute;
	top: 0;
	left: 0;
}

/* video */

.no-video {
	width: 100%;
	height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.no-video .video-text {
	color: #fff;
}

.no-video a {
	text-decoration: underline;
}

/* editor */
#tag .button {
	height: 2em;
	padding: 0.25rem;
}

img {
	max-width: 100%;
}

.modal-card {
	top: 5%;
	width: 660px;
}

.postdate-box label {
	height: 1.7rem;
}

/* search image */
#choice img {
	cursor: pointer;
}

.choice_thumbnail {
	opacity: 0.5;
}

/* news */
.news th,
.news td {
	vertical-align: middle;
	text-align: center !important;
}

.news tr td:nth-child(2) {
	text-align: left !important;
}

.news em {
	font-style: normal;
	color: #004d40;
}

/* schedule */
.schedule th,
.schedule td {
	vertical-align: middle;
	text-align: center !important;
}

.schedule tr td:nth-child(5) {
	text-align: left !important;
}

.schedule tr :nth-child(3) {
	width: 100px;
}

.schedule tr :nth-child(4),
.schedule tr :nth-child(6) {
	width: 120px;
}


/*--------------------------------
 * footter
---------------------------------*/

.footer {
	padding: 1rem;
	border-top: 4px solid #3e8ed0;
}


/*--------------------------------
 * table
---------------------------------*/

.column-center tr th,
.column-center tr td {
	text-align: center;
	vertical-align: middle;
}

.table th {
	font-weight: bold !important;
	text-align: center !important;
}

.table td {
	vertical-align: middle;
}

.top-center tbody td:first-child {
	text-align: center;
}

.top-bold tbody td:first-child {
	font-weight: bold;
}

/*--------------------------------
 * common 
---------------------------------*/

.w100 { width: 100%; }
.w60  { width: 60%; }
.w50  { width: 49%; }
.w40  { width: 30%; }
.w30  { width: 30%; }
.w25  { width: 25%; }
.w20  { width: 20%; }
.w15  { width: 15%; }
.w10  { width: 10%; }
.w5   { width: 5%; }

.w100px { width: 100px; }
.w150px { width: 150px; }
.w200px { width: 200px; }

.h100 { height: 100%; }
.h100vh { height: 100vh; }

.wc3 {
	width: 33.33%;
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	width: calc(100% / 3);
}

.wc4 {
	width: 25%;
	width: -webkit-calc(100% / 4);
	width: -moz-calc(100% / 4);
	width: calc(100% / 4);
}

.wc5 {
	width: 20%;
	width: -webkit-calc(100% / 5);
	width: -moz-calc(100% / 5);
	width: calc(100% / 5);
}

.m-02 { margin: 0.25rem; }
.m-05 { margin: 0.5rem; }
.m-10 { margin: 1rem; }
.m-15 { margin: 1.5rem; }
.m-20 { margin: 2rem; }

.mt-02 { margin-top: 0.25rem; }
.mt-05 { margin-top: 0.5rem; }
.mt-10 { margin-top: 1rem; }
.mt-15 { margin-top: 1.5rem; }
.mt-20 { margin-top: 2rem; }

.mb-0 { margin-bottom: 0 !important; }
.mb-02 { margin-bottom: 0.25rem !important; }
.mb-05 { margin-bottom: 0.5rem !important; }
.mb-10 { margin-bottom: 1rem !important; }
.mb-15 { margin-bottom: 1.5rem !important; }
.mb-20 { margin-bottom: 2rem !important; }

.mr-02 { margin-right: 0.25rem; }
.mr-05 { margin-right: 0.5rem; }
.mr-10 { margin-right: 1rem; }
.mr-15 { margin-right: 1.5rem; }
.mr-20 { margin-right: 2rem; }

.ml-02 { margin-left: 0.25rem; }
.ml-05 { margin-left: 0.5rem; }
.ml-10 { margin-left: 1rem; }
.ml-15 { margin-left: 1.5rem; }
.ml-20 { margin-left: 2rem; }

.p-02 { padding: 0.25rem; }
.p-05 { padding: 0.5rem; }
.p-10 { padding: 1rem; }
.p-15 { padding: 1.5rem; }
.p-20 { padding: 2rem; }

.pt-02 { padding-top: 0.25rem; }
.pt-05 { padding-top: 0.5rem; }
.pt-10 { padding-top: 1rem; }
.pt-15 { padding-top: 1.5rem; }
.pt-20 { padding-top: 2rem; }

.pb-02 { padding-bottom: 0.25rem; }
.pb-05 { padding-bottom: 0.5rem; }
.pb-10 { padding-bottom: 1rem; }
.pb-15 { padding-bottom: 1.5rem; }
.pb-20 { padding-bottom: 2rem; }

.pr-02 { padding-right: 0.25rem; }
.pr-05 { padding-right: 0.5rem; }
.pr-10 { padding-right: 1rem; }
.pr-15 { padding-right: 1.5rem; }
.pr-20 { padding-right: 2rem; }

.pl-02 { padding-left: 0.25rem; }
.pl-05 { padding-left: 0.5rem; }
.pl-10 { padding-left: 1rem; }
.pl-15 { padding-left: 1.5rem; }
.pl-20 { padding-left: 2rem; }

.bold { font-weight: bold; }
.font-small { font-size: 12px; }

.red { color: #e53935; }

.is-divider {
	display: block;
	position: relative;
	height: .1rem;
	margin: 1rem 0;
	text-align: center;
	border-top: .1rem solid #dbdbdb;
}

/*--------------------------------
 * Media Query
---------------------------------*/

/* 480px以下 */
@media screen and (max-width: 480px) {

	.hero.is-fullheight .hero-body {
		display: block;
		padding: 0;
	}

}

