* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  overflow-x: hidden;
}

.wrapper-ct-vertical-fixed {
  position: relative;
  margin: 0 auto;
  /* width: 1024px;
  height: 743px;
  overflow: hidden; */
}

.wrapper-ct-vertical-auto {
  position: relative;
  margin: 0 auto;
  /* width: 1024px;
  height: auto;
  overflow: hidden; */
}

.wrapper-cw-vertical-auto {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  height: auto;
}

.main {
  width: calc( (1024 / 1100) * 100% );
  max-width: 1024px;
  margin: auto;
  padding: 10px 16px 60px;
  box-sizing: border-box;
}

.main .movie,
.main .sentence {
  width: 100%;
}

.main .movie {
  height: auto;
  max-height: 720px;
  margin-bottom: 20px;
}

.main .sentence {
  margin-bottom: 30px;
}

.main .sentence .text {
  text-align: justify;
  text-justify: inter-ideograph;
}

.main .sentence > .text:first-child {
  margin-bottom: 10px;
}


