@charset "UTF-8";
html, body {
  min-width: 780px;
}
.pc {
  display: block
}
.sp {
  display: none
}
/*------------------------------------------*/
/* 要素のフェードイン表示 */
@keyframes FadeIn {
  0% { /*アニメーション開始時は不透明度0%*/
    opacity: 0
  }
  100% { /*アニメーション終了時は不透明度100%*/
    opacity: 1
  }
  /*//end @keyframes FadeIn*/
}
/*------------------------------------------*/
/* 要素のフェードイン表示 */
@keyframes scale {
  0% { /*アニメーション開始時は不透明度0%*/
    scale: 0.8
  }
  100% { /*アニメーション終了時は不透明度100%*/
    scale: 1.5
  }
  /*//end @keyframes FadeIn*/
}
/*------------------------------------------*/
/*背景ループ*/
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1956px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1956px;
  }
}
/*------------------------------------------*/
/*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: 18px;
  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%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.nazotokist #wrapper2 {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  text-align: center;
}
/*レイアウト*/
.nazotokist #wrapper2.lower {
  position: relative;
  min-width: 100%;
  min-height: auto;
}

#wrapper2 section.report {
  background: #e2ddc6 url("../../_image/basic_repBG.png") repeat center /auto;
}
/*------------------------------------------*/
/*トライアルレイアウト*/
section#trial {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 980px;
  height: 600px;
}
section#trial.cl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 980px;
  height: auto;
}
.cl .movie {
  position: relative;
  width: 800px;
  height: 444px;
  background: url(../../_image/basic_bg_youtube.png) no-repeat center top/ 100% auto;
  margin: -24px auto 0;
  padding: 24px 78px;
  box-sizing: border-box;
}
.cl #next {
  width: 480px;
  margin: 0 auto;
}
#terms {
  width: 600px;
  margin: 0 auto;
  padding: 24px 0 36px;
  font-size: 15px;
  line-height: 1.8;
  color: #FFF;
    text-align: center
}
#terms strong {
  display: block;
  width: 600px;
  margin: 0 auto 8px;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
}
/*------------------------------------------*/
/*問題レイアウト*/
section#que {
  position: relative;
  margin: 0 auto;
  width: 980px;
  padding: 24px 0;
}
/*------------------------------------------*/
/*トライアルロゴ*/
section#trial h1 {
  width: 340px;
  height: auto;
  margin: 0 auto;
}
/*問題ロゴ*/
section#que h1 {
  width: 300px;
  margin: 0 auto -40px
}
/*------------------------------------------*/
/*トライアル：ナゾトキチャレンジ*/
section#trial h2 {
  width: 440px;
  margin: 0 auto 12px;
}
/*問題：ナゾトキチャレンジ*/
section#que h2 {
  width: 440px;
  margin: 24px auto 36px;
}
/*------------------------------------------*/
/*問題：Qテキスト*/
section#que h3 {
  width: 100%;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 auto;
}
/*------------------------------------------*/
/*問題：Q画像*/
.queImg {
  width: 800px;
  /*filter: drop-shadow(0px 0px 20px rgba(0, 116, 144, 1));*/
  margin: 24px auto;
}
.imgTxt {
  width: 700px;
  margin: 0 auto 12px;
  padding: 12px 0 18px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  border-bottom: 1px solid #52a8bd;
}
.imgTxt img {
  margin-bottom: 12px;
}
em {
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.8;
  font-style: normal;
  font-weight: bold;
}
/*------------------------------------------*/
/*入力フォームの設定*/
/*------------------------------------------*/
.formBox {
  position: relative;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
/*テキストフォームの設定*/
.formBox input[type='text'] {
  width: 500px;
  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: 360px;
  height: 58px;
  background: #FFF url(../../_image/btn_soshin.svg) no-repeat center/64px 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_off.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: 680px;
  height: auto;
  background: #00627b;
  margin: 16px auto 0;
  padding: 4px 0 8px;
  text-align: center;
  transform: skewX(-10deg);
}
.hintTxt div span, .hintTxt div img {
  display: block;
  transform: skewX(10deg);
  font-size: 18px;
  font-weight: bold;
}
/*------------------------------------------*/
/*ヒント番号*/
.hintTxt div .hintIcon {
  position: absolute;
  width: 42px;
  height: auto;
  top: -4px;
  left: 20px;
}
/*------------------------------------------*/
/*不正解だった場合のテキスト*/
/*------------------------------------------*/
#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: 600vh;
  z-index: 100;
}
/*------------------------------------------*/
/*閉じるボタン*/
.alertClose {
  display: none;
  position: absolute;
  top: -100px;
  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: 80%;
  height: 160px;
  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: 280px;
  z-index: 101;
}
/*ゲームクリア*/
.btn_gameclear {
  width: 50%;
  margin: 0 auto 36px;
}
.btn_gameclear a {
  display: inline-block;
  display: block;
  margin: 0 auto;
  padding: 0;
}
/*------------------------------------------*/
/*GoogleAPI読み込み*/
#stage1, #stage2, #stage3 {
  width: 840px;
  margin: 24px auto;
}
#stage1 .app-container, #stage2 .app-container, #stage3 .app-container {
  width: 100%;
}
.q5 {
    width: 800px;
    height: 600px;
    background: url("../../_image/cmn_q5_bg.png") no-repeat center top/100% auto;
    margin: 0 auto 9px;
    padding: 32px 38px 60px;
}
/*------------------------------------------*/
/* 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;
  font-weight: 400;
  text-align: center
}
.ttlH {
  margin: 24px auto 12px;
}
.reload {
    width: 600px;
    height: 86px;
    background: url("../../_image/btn_reload@2x.png") no-repeat center top/100% auto;
    margin: 0 auto 24px;
    
}
        .btn_l {
        width: 700px;
        margin: 0 auto;
    }
 .btn_l5 {
        width: 600px;
        margin: 0 auto;
    }
        .btn_l6 {
        width: 600px;
        margin: 0 auto;
    }