/* CSS Document */
/* CSS Document */
.text-justify {
	text-align: justify;
}

.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%;
}
.btn {
	margin: 1em 0;
}
.btn a {
	display: block;
	text-align: center;
	width: 70%;
	margin: 0.5em auto;
	position: relative;
	background: #228bc8;
	border: 1px solid #228bc8;
	border-radius: 0.25em;
	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;
	font-size: 120%;
}
.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;
}

.btn2 a {
	border: 1px solid rgba(255,31,35,1.00);
	background: rgba(255,31,35,1.00);
}

.btn3 a{
	border: 1px solid rgba(0,158,15,1.00);
	background: rgba(0,158,15,1.00);
}
.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;
}

.bold {
	font-weight: 700;
}

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

.f13 {
	font-size: 110%;
}

.f14 {
	font-size: 115%;
}

.f15 {
	font-size: 120%;
}
	
	.btn a {
		width:90%;
	}
}
