@charset "UTF-8";
@media screen and (max-width: 667px) {
  html, body {
    min-width: 100%;
  }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
  /*------------------------------------------*/
  /*bodyフェードイン*/
  .nazotokist {
    /*@keyframes @-webkit-keyframesを実行*/
    animation: FadeIn 2s ease 0s 1 normal;
    /*アニメーションの種類 FadeIn FedeOutなど*/
    /*animation-duration 再生時間(1s＝1秒)*/
    /*animation-timing-function イージング(ease linear ease-out ease-in-out)*/
    /*animation-delay ディレイ(1s＝1秒)*/
    /*animation-iteration-count リピート回数(infinite 無制限)*/
    /*animation-direction 往復処理(normal reverse alternate alternate-reverse)*/
  }
  /*------------------------------------------*/
  /*基本設定*/
  .nazotokist {
    /*@keyframesを実行*/
    animation: FadeIn 2s ease 0s 1 normal;
    -webkit-animation: bgroop 120s linear /*一定速度で変化*/ /*infinite 無限ループは削除*/ ;
    display: block;
    width: 100%;
    background: #000 url("../../_image/back.png") repeat center /1202px auto;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    z-index: -1;
  }
  /*------------------------------------------*/
  /*画像設定*/
  img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  em {
    display: block;
    padding: 48px 0 0;
    font-size: 15px;
    font-style: normal;
  }
  em.ttl {
    display: block;
    padding: 8px 0 0;
    font-size: 24px;
    font-style: normal;
    letter-spacing: 0.1em;
  }
  h1 {
    font-size: 13px;
    color: #FFF;
    text-align: center;
    padding: 2px;
  }
  /*------------------------------------------*/
  /*レイアウト*/
  #contents {
    width: 100%;
    text-align: center;
  }
  /*------------------------------------------*/
  /*レイアウト*/
  #wrapper2 {
    overflow: hidden;
    /*position: relative;*/
    min-width: 100%;
    min-height: 100vh;
    text-align: center;
  }
  /*レイアウト*/
  #wrapper2.lower {
    /*position: relative;*/
    min-width: 100%;
    min-height: auto;
  }
  /*------------------------------------------*/
  /*トライアルレイアウト*/
  section#trial {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 80vh;
  }
section#trial.cl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
    
/*------------------------------------------*/
/*トップペページ動画*/
/*------------------------------------------*/
.cl .movie {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../../_image/basic_bg_youtube.png") no-repeat center top/ 115% auto;
  margin: 0 auto;
  padding: 12px 3% calc(100%*70/1000);
  box-sizing: border-box;
}    
    
.cl #next {
  width: 80%;
  margin: 0 auto;
}
#terms {
  width: 80%;
  margin: 0 auto;
  padding: 24px 0 36px;
  font-size: 13px;
  line-height: 1.8;
  color: #FFF;
        text-align: center;
}
#terms strong {
  display: block;
  width: 100%;
  margin: 0 auto 8px;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
}
  /*------------------------------------------*/
  /*問題レイアウト*/
  section#que {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 24px 0;
  }
  /*------------------------------------------*/
  /*トライアルロゴ*/
  section#trial h1 {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  /*問題ロゴ*/
  section#que h1 {
    width: 50%;
    margin: 0 auto;
  }
  /*------------------------------------------*/
  /*トライアル：ナゾトキチャレンジ*/
  section#trial h2 {
    width: 80%;
    margin: 0 auto 12px;
  }
  /*問題：ナゾトキチャレンジ*/
  section#que h2 {
    width: 90%;
    margin: 0 auto 36px;
  }
  /*------------------------------------------*/
  /*問題：Qテキスト*/
  section#que h3 {
    width: 98%;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto;
  }
  /*------------------------------------------*/
  /*問題：Q画像*/
  .queImg {
    width: 98%;
    /*filter: drop-shadow(0px 0px 20px rgba(0, 116, 144, 1));*/
    margin: 24px auto;
  }
  .imgTxt {
    width: 98%;
    margin: 0 auto;
    padding: 0 8px 18px;
    font-size: 13px;
    line-height: 1.8;
    border-bottom: 1px solid #52a8bd;
  }
  .imgTxt img {
    margin-bottom: 12px;
  }
  /*------------------------------------------*/
  /*入力フォームの設定*/
  /*------------------------------------------*/
  .formBox {
    position: relative;
    width: 90%;
    margin: 0px auto;
    text-align: center;
  }
  /*テキストフォームの設定*/
  .formBox input[type='text'] {
    width: 98%;
    background: #FFF;
    margin: 8px auto 24px;
    padding: 0.5em;
    font-size: 20px;
    color: #333333;
    transition: 0.3s;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    text-align: center;
  }
  /*テキストフォーム デフォルトテキストの設定*/
  .formBox input[type='text']::placeholder {
    color: #e4e4e4;
  }
  /*フォームを選択したときの設定*/
  .formBox input[type='text']:focus {
    color: #333333;
    outline: none;
    text-align: center;
  }
  /*------------------------------------------*/
  /*送信ボタン*/
  .btn_soshin {
    width: 60%;
    height: 48px;
    background: #FFF url(../../_image/btn_soshin.svg) no-repeat center/58px auto;
    border-radius: 4px;
  }
  /*送信ボタン オンマウス*/
  .btn_soshin:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  /*------------------------------------------*/
  /*ヒントボタンの設定*/
  /*------------------------------------------*/
  ul.hintBox {
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../_image/hint_btn_line.svg) no-repeat center/auto 6px;
    margin-top: 40px;
  }
  /*数字*/
  ul.hintBox li {
    width: 44px;
    margin: 0 10px;
  }
  /*ヒントアイコン※3番目のリスト*/
  ul.hintBox li:nth-of-type(1) {
    width: 50px;
    margin-top: -14px;
  }
  ul.hintBox li a img:hover {
    filter: drop-shadow(0 0 10px rgba(0, 116, 144, 1));
  }
  /*------------------------------------------*/
  /*ヒントアイコン※リンク設定*/
  /*------------------------------------------*/
  ul.hintBox li:nth-of-type(2) {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../_image/hint_btn_01.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(2) a {
    /*@keyframesを実行*/
    /*animation: scale 2s linear infinite; 無限ループは削除*/
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../_image/hint_btn_01.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(2) a:hover {
    background: url(../../_image/hint_btn_01_on.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(3) {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../_image/hint_btn_02_off.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(3) a {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../_image/hint_btn_02.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(3) a:hover {
    background: url(../../_image/hint_btn_02_on.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(4) {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../_image/hint_btn_03_off.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(4) a {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../_image/hint_btn_03.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(4) a:hover {
    background: url(../../_image/hint_btn_03_on.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(5) {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../_image/hint_btn_04_off.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(5) a {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../_image/hint_btn_04.svg) no-repeat center/100% auto;
  }
  ul.hintBox li:nth-of-type(5) a:hover {
    background: url(../../_image/hint_btn_04_on.svg) no-repeat center/100% auto;
  }
  /*------------------------------------------*/
  /*ヒントボックスの設定*/
  /*------------------------------------------*/
  .hintTxt {
    padding-bottom: 24px;
  }
  /*------------------------------------------*/
  /*ヒントボックスの大きさ*/
  .hintTxt div {
    position: relative;
    width: 96%;
    height: auto;
    background: #00627b;
    margin: 16px auto 0;
    padding: 4px 10px 8px 45px;
    text-align: center;
    transform: skewX(-5deg);
    box-sizing: border-box;
  }
  .hintTxt div span, .hintTxt div img {
    display: block;
    transform: skewX(5deg);
    font-size: 15px;
  }
  /*------------------------------------------*/
  /*ヒント番号*/
  .hintTxt div .hintIcon {
    position: absolute;
    width: 42px;
    height: auto;
    top: -4px;
    left: 2px;
  }
  /*------------------------------------------*/
  /*不正解だった場合のテキスト*/
  /*------------------------------------------*/
  #alert {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 400vh;
    z-index: 100;
  }
  /*------------------------------------------*/
  /*閉じるボタン*/
  .alertClose {
    display: none;
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    height: 185px;
    z-index: 101;
  }
  /*------------------------------------------*/
  /*正解だった場合*/
  /*------------------------------------------*/
  #good {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  /*------------------------------------------*/
  /*背景グラデーション*/
  #good .bline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100px;
    z-index: 100;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,00303c+50,000000+100&0+0,1+50,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 48, 60, 1) 50%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 48, 60, 1) 50%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 48, 60, 1) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
  }
  /*------------------------------------------*/
  /*正解画像*/
  #good img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 180px;
    z-index: 101;
  }
  /*------------------------------------------*/
  /*GoogleAPI読み込み*/
  #stage1, #stage2, #stage3 {
    width: 98%;
    margin: 24px auto;
  }
  #stage1 .app-container, #stage2 .app-container, #stage3 .app-container {
    width: 100%;
  }
  /*------------------------------------------*/
  /* clearfix */
  .clearfix {
    zoom: 1;
  }
  .clearfix:after, ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  /*--------------------------------------------------------------*/
  /*YOUTUBE*/
  #youtube {
    position: relative;
    width: 84%;
    height: auto;
    margin: 0 auto;
    padding-top: 45%;
    box-shadow: 0px 0px 5px 0 #000;
  }
  #youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  i.copy {
    display: block;
    font-size: 13px;
    font-style: normal;
    padding: 0 0 8px;
  }
  .ttlH {
    margin: 24px auto 12px;
  }
    
    .q5 {
    width: 96%;
    height: 290px;
    background: url("../../_image/cmn_q5_bg.png") no-repeat center bottom/100% auto;
    margin: -16px auto 18px;
    padding: calc(100%*70/750) 10px calc(100%*60/750)
}
    
    .reload {
    width: 90%;
    height: auto;
    background: url("../../_image/btn_reload@2x.png") no-repeat center top/100% auto;
    margin: 0 auto 24px;
        padding-bottom: calc(100%*80/750);
    
}
    .btn_gameclear {
        width: 90%;
        margin: 0 auto;
    }
    
            .btn_l5{
        width: 100%;
        margin: 0 auto;
    }
        .btn_l,.btn_l6{
        width: 90%;
        margin: 0 auto;
    }
}