@charset "UTF-8";



.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.textSmall {
	font-size: 90%;
}

.textBold {
	font-weight: bold;
}

.textBig {
	font-size: 110%;
}

.movieBox {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.2% 0 0 0;
    overflow: hidden;
    margin: 0 auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {

	.sp {
		display: block;
	}

	.tb {
		display: none;
	}
	
	.movieBox {
		width: 90%;
	}
	
	
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}

	.tb {
		display: none;
	}


}
