/* CSS Document */
/* CSS Document */
.f12 {
	font-size: 120%;
}

.f13 {
	font-size: 130%;
}

.f14 {
	font-size: 140%;
}

.f15 {
	font-size: 150%;
}

.bold {
	font-weight: 700;
}

.heavy {
	font-weight: 900;
}

.img90 {
	width:90%;
}

.img80 {
	width:80%;
}

.mt5 {
	margin-top: 5em;
}

.btn a {
	display: block;
	text-align: center;
	width: 40%;
	margin: 0.5em auto;
	position: relative;
	background: #228bc8;
	border: 1px solid #228bc8;
	border-radius: 1em;
	box-sizing: border-box;
	padding: 0.5em;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-decoration: none;
	transition-duration: 0.3s;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
}
.btn a:hover {
	border: 1px solid rgba(255,35,35,1.00);
	background:rgba(255,206,230,1.00);
	color:rgba(255,35,35,1.00);
	transition: 0.3s;
}

.moviebox{
	width: 90%;
	margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.moviebox iframe {
  width: 100%;
  height: 100%;
}

.linelink {
	text-align: center;
}
.linelink a img {
	width:112px;
}

.text-center,
.center {
	text-align: center;
}

.br br {
	display: none;
}

@media only screen and (max-width : 999px){
.f12 {
	font-size: 105%;
}

.f13 {
	font-size: 110%;
}

.f14 {
	font-size: 115%;
}

.f15 {
	font-size: 120%;
}
.br br {
	display: inherit;
}
	.btn a {
		width:80%;
	}

}
