@charset "utf-8";

body {
  background: #FFF url(../img/bg.jpg) center no-repeat fixed;
  background-size: cover;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img { max-width: 100%; height: auto; width /***/:auto; }
ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0; list-style: none; }
.centering { text-align: center; }

#container {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.visual {
  width: 100%;
  height: 100%;
  position :relative;
  background: #000066 url(../img/visual.jpg) center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.visual .logo {
  width: 50%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: logo 1s ease-in-out .5s forwards;
  opacity: 0;
}

@media screen and (max-width: 1280px){
.visual .logo { width: 80%; }
}

@keyframes logo {
  0% { opacity: 0; }
  100% { opacity: 1;  }
}

.text {
  font-size: 180%;
  color: #FFF;
  text-align: center;
  font-family: fot-seurat-pron, sans-serif;
  animation: text 1.5s ease;
  text-shadow: 2px 2px 0 #0066CC,-2px 2px 0 #0066CC,1px -1px 0 #0066CC,-1px -1px 0 #0066CC;
}

.info {
  width: 100%;
  margin: 0;
  padding: 30px;
  color: #FFF;
  background: #FF6699;
  font-family: vdl-gigamaru, sans-serif;
  text-align: center;
}

.info h2 {
  font-family: vdl-logojrblack, sans-serif;
  background: #FF0066;
  border-radius: 30px;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
  font-weight: normal;
}

.info h3 {
  max-width: 1024px;
  background: #FF0066;
  color: #FFF;
  margin: 0 auto;
  padding: 8px 10px 0 10px;
  text-align: center;
}

.info h4 {
  color: #FF0066;
  text-decoration: underline;
}

.info .comment {
  max-width: 1024px;
  margin: 0 auto;
  color: #333;
  background: #FFF;
  padding: 20px;
  display: flex;
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 85%;
  border-top: 1px solid #FF0066;
}

.info .comment div {
  margin: 10px;
}

.info .screen {
  text-align: center;
  font-size: 95%;
  max-width: 1024px;
  margin: 0 auto;
  color: #333;
  background: #FFF;
  padding: 20px;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.info .screen h4 {
  color: #FF6699;
}

.chara {
  width: 100%;
  margin: 0;
  padding: 30px;
  color: #FFF;
}

.chara h2 {
  color: #666;
  font-family: vdl-logojrblack, sans-serif;
  border: 3px solid #666;
  background: #FFF;
  border-radius: 30px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 10px 0 10px;
  text-align: center;
}

.image {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.movie {
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #FFF;
  background: #6699FF;
  font-family: vdl-gigamaru, sans-serif;
  text-align: center;
}

.movie h2 {
  font-family: vdl-logojrblack, sans-serif;
  background: #3366CC;
  border-radius: 30px;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
  font-weight: normal;
}

.youtube {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.credit {
  width: 85%;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom :30px;
  background: #FFF;
  padding: 20px;
  text-align: center;
  color: #000033;
  font-family: vdl-gigamaru, sans-serif;
  border: 3px solid #666;
  border-radius: 30px;
}

.credit ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.credit li {
  padding: 2px 10px 2px 10px;
}

.small {
  font-size: 80%;
}

.credit h2 {
  font-family: vdl-logojrblack, sans-serif;
  color: #666;
}

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

body {
  font-size: 80%;
}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: #FFF url(../img/bg.jpg) center no-repeat;
  background-size:cover;
}

.visual {
  background: #000066 url(../img/visual_sp.jpg) top center no-repeat;
  background-size: cover;
}

.visual .logo {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info .comment {
  display: block;
  width: 100%;
}

.info .comment img {
  text-align: center;
}

}
