.lp-opening-ceremony .border__ttl {
  margin-top: 13.3333333333vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  padding-bottom: 0.5333333333vw;
  border-bottom: 1px solid #000;
}


.lp-opening-ceremony p {
	font-size: 14px;
	font-size: 3.7333333333vw;
}

.lp-opening-ceremony figure img {
  margin: 3.5em auto 0;
  width: 100%;
}

.lp-opening-ceremony figure img.cheers {
	margin: 3.5em 0;
	width: 50%;
}

.video {
	margin-top:20px;
	position: relative;
	padding-bottom : 55%;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lp-opening-ceremony p.video_ttl {
	background-color:#FF0020;
	color:#FFFFFF;
	font-weight:bold;
	margin: 50px 0 10px;
	padding:15px 10px;
	text-align:center;
	font-size: 14px;
	font-size: 4.9333333333vw;
}

.opening_ttl{
	margin: 56px auto 80px;
}

@media (min-width: 768px) {
.lp-opening-ceremony .border__ttl {
	margin-top: 50px;
	font-size: 3.6rem;
	padding-bottom: 4px;
  }
	
	
  .lp-opening-ceremony p {
    font-size: 1.8rem;
  }
	
.lp-opening-ceremony figure img {
	width: 100%;
}
	
.lp-opening-ceremony figure img.cheers {
	width: 40%;
}
	
.video {
	position: relative;
	left:14%;
	margin:50px auto 0;
	padding-bottom : 55%;
}
.video iframe {
	width: 70%;
	height: 70%;
}
.lp-opening-ceremony p.video_ttl {
	font-size: 3.0rem;
}
	
}

