@charset "UTF-8";
/* CSS Document */

.spDisplayBlock { display: none; }

#newlogoWrap { text-align: center; }
#newlogoWrap h3 { max-width: 450px; margin: 0 auto; position: relative; }
#newlogoWrap h3::after { position: absolute; content: ""; display: block; width: 220px; height: 10px; background: #1b2c77; left: 50%; transform: translateX(-50%); bottom: -40px; }
#newlogoWrap img { width: 100%; }

#newlogoWrap > div { opacity: 0; }

#newlogoWrap #mvSeciton { padding-top: 30px; }
#newlogoWrap #mvSeciton img { max-width: 450px; width: 60%; }

#newlogoWrap #movieSeciton { border-top: 70px solid #eeefef; margin-top: 110px; padding-top: 70px; }
#newlogoWrap #movieSeciton iframe { max-width: 880px; width: 80%; aspect-ratio: 16 / 9; border-radius: 10px; margin-top: 80px; }

#newlogoWrap #keywordSeciton { margin-top: 100px; padding: 100px 0 20px; background: #eeefef; }
#newlogoWrap #keywordSeciton p { margin: 80px auto 0; width: 80%; line-height: 2.2; font-size: 120%; }
#newlogoWrap #keywordSeciton p + p { margin-top: 30px; }
#newlogoWrap #keywordSeciton ul { display: flex; justify-content: center; }
#newlogoWrap #keywordSeciton ul li { max-width: 220px; width: 100%; margin: 50px; background: #fff; }

#newlogoWrap #conclusionSeciton { margin-top: 110px; font-size: 180%; line-height: 2; }



