.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo:

  @mixin =========================================================================================== */
#message-page {
  position: relative;
}

.question {
  width: 100%;
  position: relative;
  background: url("../img/message/bg1.jpg") center top no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

.question__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 60px 0 120px 0;
}

.question__text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 30px;
}

.question__lead {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.9em;
  margin-bottom: 30px;
}

.question__nazo {
  padding-top: 15px;
  margin-bottom: 40px;
}

.question__hint {
  margin-bottom: 40px;
}

.question__hint ul {
  letter-spacing: 0;
  font-size: 0;
}

.question__hint li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 15px;
  color: #FFFFFF;
  font-size: 18px;
  vertical-align: middle;
}

.question__hint li strong {
  font-family: 'NotoSans-bold', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom: #ffffff solid 1px;
  display: inline-block;
  line-height: 1.0em;
  padding: 5px 0;
}

.question__hint a {
  display: table;
  background-color: #ffffff;
  color: #1B1464;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 18px;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

.question__hint span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
}

.question__form {
  display: table;
  margin: 0 auto;
}

.question__form__input {
  display: table-cell;
  width: 310px;
  vertical-align: middle;
}

.question__form__input input {
  height: 40px;
  width: 88%;
  font-size: 15px;
  padding: 0 10px;
  border: #CCCCCC solid 1px;
  color: #1B1464;
}

.question__form__input input::-webkit-input-placeholder {
  color: #cccccc;
}

.question__form__input input:-ms-input-placeholder {
  color: #cccccc;
}

.question__form__input input::placeholder {
  color: #cccccc;
}

.question__form__buttom {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.question__form__buttom a {
  width: 40px;
  height: 40px;
  display: table;
  background-color: #ffffff;
  border: #ffffff solid 2px;
  border-radius: 40px;
  cursor: pointer;
}

.question__form__buttom span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px 0 0;
}

.question__form__buttom__text {
  white-space: nowrap;
  font-size: 11px;
  position: absolute;
  left: 2px;
  bottom: -25px;
  color: #ffffff;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 100%;
}

.movie {
  width: 100%;
  position: relative;
  background: url("../img/message/bg2.jpg") center top no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

.movie__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 60px 0 450px 0;
}

.movie__lead {
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: .05em;
}

.movie__text {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 50px;
  letter-spacing: .05em;
}

.movie__frame {
  margin-bottom: 40px;
}

.movie__share {
  margin-bottom: 60px;
  text-align: center;
}

.movie__share ul {
  letter-spacing: 0;
  font-size: 0;
}

.movie__share li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 10px;
}

.movie__share__head {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

#modal__incorrect {
  background-color: rgba(98, 60, 192, 0.9);
  width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 0;
  display: none;
}

.modal__incorrect__text {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}

#modal__hint1,
#modal__hint2,
#modal__hint3 {
  background-color: rgba(98, 60, 192, 0.9);
  width: 840px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 0;
  display: none;
}

.modal__hint__text {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 40px 0;
  line-height: 2.0em;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @mixin =========================================================================================== */
  #message-page {
    position: relative;
  }
  .question {
    width: 100%;
    position: relative;
    background: url("../img/message/bg1.jpg") center top no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .question__inner {
    width: 93.75%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 40px 0 80px 0;
    padding: 10.66667vw 0 21.33333vw 0;
  }
  .question__text {
    color: #FFFFFF;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.9em;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .question__lead {
    color: #FFFFFF;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.9em;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .question__nazo {
    padding-top: 15px;
    padding-top: 4vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .question__hint {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .question__hint ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .question__hint li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0 10px;
    margin: 0 2.66667vw;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 4.26667vw;
    vertical-align: middle;
  }
  .question__hint li strong {
    font-family: 'NotoSans-bold', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: #ffffff solid 1px;
    border-bottom: #ffffff solid 0.26667vw;
    display: inline-block;
    line-height: 1.0em;
    padding: 5px 0;
    padding: 1.33333vw 0;
  }
  .question__hint a {
    display: table;
    background-color: #ffffff;
    color: #1B1464;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 18px;
    font-size: 4.8vw;
    width: 40px;
    width: 10.66667vw;
    height: 40px;
    height: 10.66667vw;
    border-radius: 46px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  }
  .question__hint span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.0em;
  }
  .question__form {
    display: table;
    width: 95%;
  }
  .question__form__input {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    width: 100%;
  }
  .question__form__input input {
    height: 50px;
    height: 13.33333vw;
    width: 80%;
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 0 20px;
    padding: 0 5.33333vw;
    border: #CCCCCC solid 1px;
    border: #CCCCCC solid 0.26667vw;
    color: #1B1464;
  }
  .question__form__input input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .question__form__input input:-ms-input-placeholder {
    color: #cccccc;
  }
  .question__form__input input::placeholder {
    color: #cccccc;
  }
  .question__form__buttom {
    display: table-cell;
    width: 50px;
    width: 13.33333vw;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .question__form__buttom a {
    width: 50px;
    width: 13.33333vw;
    height: 50px;
    height: 13.33333vw;
    display: table;
    background-color: #ffffff;
    border: #ffffff solid 2px;
    border-radius: 40px;
    cursor: pointer;
  }
  .question__form__buttom span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px 0 0;
    padding: 0 1.33333vw 0 0;
  }
  .question__form__buttom img {
    width: 22px;
    width: 5.86667vw;
    height: auto;
  }
  .question__form__buttom__text {
    white-space: nowrap;
    font-size: 12px;
    font-size: 3.2vw;
    position: absolute;
    left: 0;
    bottom: -25px;
    bottom: -6.66667vw;
    color: #ffffff;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 100%;
  }
  .movie {
    width: 100%;
    position: relative;
    background: url("../img/message/bg2.jpg") 62% top no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .movie__inner {
    width: 93.75%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 45px 0 240px 0;
    padding: 12vw 0 64vw 0;
  }
  .movie__lead {
    color: #FFFFFF;
    font-size: 19px;
    font-size: 5.06667vw;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    letter-spacing: .05em;
    line-height: 1.0em;
  }
  .movie__text {
    color: #FFFFFF;
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
    letter-spacing: .05em;
  }
  .movie__frame {
    margin-bottom: 40px;
  }
  .movie__frame iframe {
    width: 100%;
    height: 197px;
    height: 52.53333vw;
  }
  .movie__share {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .movie__share ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .movie__share li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0 10px;
    margin: 0 2.66667vw;
  }
  .movie__share img {
    width: 50px;
    width: 13.33333vw;
    height: auto;
  }
  .movie__share__head {
    color: #ffffff;
    font-size: 14px;
    font-size: 3.73333vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  #modal__incorrect {
    background-color: rgba(98, 60, 192, 0.8);
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 0;
    padding: 8vw 0;
    display: none;
  }
  .modal__incorrect__text {
    font-size: 16px;
    font-size: 4.26667vw;
    color: #ffffff;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    line-height: 1.8em;
  }
  #modal__hint1,
  #modal__hint2,
  #modal__hint3 {
    background-color: rgba(98, 60, 192, 0.9);
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 0;
    padding: 8vw 0;
    display: none;
  }
  .modal__hint__text {
    font-size: 16px;
    font-size: 4.26667vw;
    color: #ffffff;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0 20px 30px 20px;
    margin: 0 5.33333vw 8vw 5.33333vw;
    line-height: 1.8em;
    text-align: left;
  }
}
