body{
  font-family: 'Courier New', monospace;
  text-align: center;
  /* background-color: ghostwhite; */
  background-image: url("../img/水玉２色.png");
  /* background-size: cover; */
}

#header_area {
  width: 100%;
  height: 50px;
  /* margin: 0px auto 0px; */
  padding: 0px 0px 0px 0px;
  background-color: #081155;
  /* border-radius: 8px; */
  text-align: center;
  float: center;
  border-bottom: solid 3px #c12a29;
  position: relative;
  z-index: 2;
}

li {
  display: inline;
  list-style-type: none;
  }

a {
  position: relative;
  color: #FFF;
  font-size: 20px;
  width: 100px;
  text-align: center;
  display: inline-block;
  margin-left:30px;margin-right:0px;margin-top:10px;margin-bottom:0px;
  text-decoration: none;

} 
a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #FFF;
	transform: scale(0, 1);
	transition: 0.4s;
}
a:hover:before {
	transform: scale(1);
}

/* 最初に画像表示させて消える */
.fadeIn{
  position: fixed;
  z-index: 999;
  width: 30%;
  min-width: 100%;
  height: 30%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  background-image: url("../img/水玉２色.png");
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    0%,50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      
    }
  }

/* 上からボールの画像を表示させる */
.fadeDown{
  width: 12%;
  right: 18%;
  top: -3%;
  animation-name:fadeDownAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  display: none;
  position: absolute;
  cursor: pointer;
  }
  
  @keyframes fadeDownAnime{
    from {
      opacity: 0;
    transform: translateY(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

/* ボールを15回クリックした時の動作 */
.box{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100px;
  height:100px;
  top: 435%;
  left: 47%;
  animation: slide-skew3_box 0.3s;
  display: none;
}

@keyframes slide-skew3_box {
  0% {
    transform: translate(100px,-150px) rotate(0);
    /* width:100px; */
    /* height:100px; */
  }
  50% {
    transform: translate(0,0) rotate(360deg);
    /* left: 47%; */
    /* top:435%; */
    /* width:100px; */
    /* height:100px; */
  }
}

/* 1回目吹き出し */
.fukidasi_1kaime{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:93%;
  top: -35%;
  left: 38%;
  display: none;
}

/* 2回目吹き出し */
.fukidasi_2kaime{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:93%;
  top: -35%;
  left: 38%;
  display: none;
}

/* 3回目吹き出し */
.fukidasi_3kaime{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:93%;
  top: -35%;
  left: 38%;
  display: none;
}

/* 4回目吹き出し */
.fukidasi_4kaime{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:93%;
  top: -35%;
  left: 38%;
  display: none;
}

/* 5回目吹き出し */
.fukidasi_5kaime{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:93%;
  top: -35%;
  left: 38%;
  display: none;
}

/* 6回目吹き出し */
.fukidasi_6kaime{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:93%;
  top: -35%;
  left: 38%;
  display: none;
}

#main_area{
  
  width: 100%;
  margin: 0px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

#gameContainer{
  
  width: 800px;
  height: 640px;
  padding: 10px 0px 0px 0px;
  /* 画面中央 */
  margin: 0 auto;
  margin-top: 40px;
  border: 0px;
  position: relative;
  background: rgb(35,31,32,0.88);
  border-radius: 16px;
  text-align: center;
  display: inline-block;
}

/* #wpmContainer{ 
  
  width: 150px;
  height: 620px;
  margin-top: 40px;
  padding: 10px 0px 0px 0px;
  position:absolute;
  border: 0px;
  background: rgb(35,31,32);
  display: inline-block;
} */

.timerContainer{
  width: 800px;
  height:70px;
  padding: 10px 0px 0px 0px;
  /* 画面中央 */
  margin: 0 auto;
  border: 0px;
  position: relative;
  /* background: rgb(35,31,32); */
  text-align: center;
}

#timer{
  width: 200px;
  font-size: 22px;
  font-family: "メイリオ" ;
  color: rgb(255,255,255);
  text-align: left;
  vertical-align:top;
  margin-left:30px;margin-right:0px;margin-top:0px;margin-bottom:0px;
  position: relative;
  float:left;
}

#live_wpm{
  width: 200px;
  font-size: 24px;
  font-family: Noto Sans JP;
  margin-left:30px;margin-right:0px;margin-top:auto;margin-bottom:auto;
  color: rgb(255,255,255);
  /* width: 150px; */
  vertical-align:top;
  text-align: left;
  position: relative;
  float:left;
}

#tokuten{
  width: 200px;
  font-size: 24px;
  font-family: Noto Sans JP;
  margin-left:30px;margin-right:auto;margin-top:auto;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 150px;
  text-align: left;
  position: relative;
  float:left;
}

#tokuten_anime{
  /* width: 200px; */
  font-size: 40px;
  font-family: Noto Sans JP;
  margin-left:0px;margin-right:auto;margin-top:5px;margin-bottom:auto;
  color: #FFCC33;
  font-weight: bold;
  /* width: 150px; */
  text-align: left;
  position: relative;
  float:left;
  display: none;
  animation: anim 0.7s forwards;
  
}

@keyframes anim {
  0% {
  transform: translateY(0px);
  opacity: 0;
  }

  40%,75% {
  transform: translateY(-20px);
  opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
    }
}

.box1 {
  width: 600px;
  height: 300px;
  /* 余白 */
  padding: 8px 16px;
  /* 左右中央 */
  margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:auto;
  
  position: relative;
  font-weight: bold;
  color: #6091d3;            /* 文字色   */
  background: #FFF;          /* 背景     */
  border: solid 3px #5d627b; /* 線       */
  border-radius: 10px;         /* 角の丸み */
  position: relative;
  

}
.image_goal{
  /* background-image:url(../img/handball_goal.jpeg);  */
  background-repeat:  no-repeat;
  object-fit: contain;
  position: relative;
  /* max-width: 100%; */
  /* max-height: 100%; */
  width:100%;
  height:100%;
}

/* 木村正面 */
.kimura_front{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:100%;
  left: 0%;
}

/* 15回クリックした時の木村 */
.kimura_damage{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:100%;
  top: 25px;
  left: 0%;
  display: none;
}

/* 木村待ちくたびれ */
.kimura_tired{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:93%;
  top: 9%;
  left: 2%;
  display: none;
}

/* 木村待ちくたびれ吹き出し */
.tired_fukidasi{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:93%;
  top: -35%;
  left: 38%;
  display: none;
}

/* 木村タイムアップ時 */
.kimura_timeup{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:100%;
  top: 3%;
  left: 1%;
  display: none;
}

/* 木村タイムアップ吹き出し */
.timeup_fukidasi{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:70%;
  height:70%;
  top: -10%;
  left: 52%;
  display: none;
}

/* 木村攻略時 */
.kimura_complete{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:100%;
  top: 3%;
  left: 1%;
  display: none;
}

/* 木村攻略時吹き出し */
.complete_fukidasi{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:92%;
  top: -18%;
  left: 42%;
  display: none;
}

/* 木村左上（成功ver） */
.kimura_success_UpperLeft{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:100%;
  left: -15%;
  top: 10%;
  display: none;
}

/* 木村左上（失敗ver） */
.kimura_miss_UpperLeft{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:90%;
  height:90%;
  left: 0%;
  top: 10%;
  display: none;
}

/* 木村右上（成功ver） */
.kimura_success_UpperRight{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:100%;
  left: 10%;
  top: 5%;
  display: none;
}

/* 木村右上（失敗ver） */
.kimura_miss_UpperRight{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:105%;
  left: 5%;
  top: 0%;
  display: none;
}

/* 木村左下（成功ver） */
.kimura_success_BottomLeft{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:100%;
  left: -10%;
  top: 10%;
  display: none;
}

/* 木村左下（失敗ver） */
.kimura_miss_BottomLeft{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:115%;
  height:115%;
  left: -5%;
  top: -10%;
  display: none;
}


/* 木村右下（成功ver） */
.kimura_success_BottomRight{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:105%;
  height:105%;
  left: 11%;
  top: 5%;
  display: none;
}

/* 木村右下（失敗ver） */
.kimura_miss_BottomRight{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:100%;
  height:100%;
  left: 1%;
  top: 5%;
  display: none;
}


/* 左上のボールとアニメーション指定（成功ver） */
.image_ball1_success{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:60px;
  height:60px;
  top: 15%;
  left: 25%;
  /* animation: slide-skew1 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards, fadeOut1 5s; */
  animation: slide-skew1_success 0.4s;
  display: none;
}

@keyframes slide-skew1_success {
  0% {
    transform: translate(100px,0px) rotate(0);
    width:150px;
    height:150px;
  }
  50%{
    transform: translate(0,0) rotate(360deg);
    left: 25%;
    width:60px;
    height:60px;
  }
  75%,100% {
    /* left: 0%; */
  }
}


/* 左上のボールとアニメーション指定（失敗ver） */
.image_ball1_miss{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:60px;
  height:60px;
  top: 15%;
  left: 25%;
  /* animation: slide-skew1 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards, fadeOut1 5s; */
  animation: slide-skew1_miss 0.6s;
  display: none;
}

@keyframes slide-skew1_miss {
  0% {
    transform: translate(100px,0px) rotate(0);
    width:150px;
    height:150px;
  }
  30%{
    transform: translate(0,0) rotate(360deg);
    left: 25%;
    width:60px;
    height:60px;
  }
  75%,100% {
    left: 0%;
  }
}


/* 右上のボールとアニメーション指定（成功ver） */
.image_ball2_success{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:60px;
  height:60px;
  top: 13%;
  left: 68%;
  animation: slide-skew2_success 0.4s;
  display: none;
}

@keyframes slide-skew2_success {
  0% {
    transform: translate(-80px,-20px) rotate(0);
    width:150px;
    height:150px;
  }
  50%{
    transform: translate(0,0) rotate(360deg);
    left: 68%;
    width:60px;
    height:60px;
  }
  100% {
    /* transform: translate(0,0) rotate(360deg); */
  }
}


/* 右上のボールとアニメーション指定（失敗ver） */
.image_ball2_miss{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:60px;
  height:60px;
  top: 13%;
  left: 68%;
  /* animation: slide-skew2_miss 1s, fadeOut2_miss 2s; */
  animation: slide-skew2_miss 0.6s;
  display: none;
}

@keyframes slide-skew2_miss {
  0% {
    transform: translate(-80px,-20px) rotate(0);
    width:150px;
    height:150px;
  }
  30%{
    transform: translate(0,0) rotate(360deg);
    left: 80%;
    width:60px;
    height:60px;
  }
  50%,75%,100% {
    /* transform: translate(0,0) rotate(360deg); */
    left: 90%
  }
}

/* 左下のボールとアニメーション指定（成功ver） */
.image_ball3_success{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:60px;
  height:60px;
  top: 80%;
  left: 25%;
  animation: slide-skew3_success 0.4s;
  display: none;
}

@keyframes slide-skew3_success {
  0% {
    transform: translate(100px,-150px) rotate(0);
    width:150px;
    height:150px;
  }
  50% {
    transform: translate(0,0) rotate(360deg);
    left: 25%;
    width:60px;
    height:60px;
  }
  75%,100% {
    /* left: 0%; */
  }
}

/* 左下のボールとアニメーション指定（失敗ver） */
.image_ball3_miss{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:60px;
  height:60px;
  top: 80%;
  left: 25%;
  animation: slide-skew3_miss 0.6s;
  display: none;
}

@keyframes slide-skew3_miss {
  0% {
    transform: translate(100px,-150px) rotate(0);
    width:150px;
    height:150px;
  }
  30%{
    transform: translate(0,0) rotate(360deg);
    left: 25%;
    width:60px;
    height:60px;
  }
  75%,100% {
    left: 0%;
  }
}

/* 右下のボールとアニメーション指定（成功ver） */
.image_ball4_success{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:60px;
  height:60px;
  top: 80%;
  left: 68%;
  animation: slide-skew4_success 0.4s;
  display: none;
}

@keyframes slide-skew4_success {
  0% {
    transform: translate(-80px,-150px) rotate(0);
    width:150px;
    height:150px;
  }
  50%{
    transform: translate(0,0) rotate(360deg);
    left: 68%;
    width:60px;
    height:60px;
  }
  100% {
    /* transform: translate(0,0) rotate(360deg); */
  }
}

/* 右下のボールとアニメーション指定（失敗ver） */
.image_ball4_miss{
  background-repeat:  no-repeat;
  object-fit: contain;
  position: absolute;
  width:60px;
  height:60px;
  top: 80%;
  left: 68%;
  animation: slide-skew4_miss 0.6s;
  display: none;
}

@keyframes slide-skew4_miss {
  0% {
    transform: translate(-80px,-150px) rotate(0);
    width:150px;
    height:150px;
  }
  30%{
    transform: translate(0,0) rotate(360deg);
    left: 80%;
    width:60px;
    height:60px;
  }
  50%,75%,100% {
    left: 90%
  }
}


.resultContainer {
  display: none;
  width: 800px;
  height: 16  0px;
  /* 左右中央 */
  margin-left:0px;margin-right:auto;margin-top:0px;margin-bottom:auto;
  /* background: rgb(35,31,32);          背景     */
  

}

.resultContainer_left {
  width: 400px;
  height: 100px;
  /* 左右中央 */
  margin-left:0px;margin-right:auto;margin-top:0px;margin-bottom:auto;
  
  display: inline-block;
  /* font-weight: bold; */
  color: #FFF;            /* 文字色   */
  font-family: 'Montserrat', sans-serif;
  /* background: rgb(35,31,32);          背景     */
  display: none;              /* 最初は非表示。javascriptでinline-blockに設定 */

}

.resultContainer_right {
  width: 300px;
  height: 100px;
  /* 左右中央 */
  /* margin-left:400px;margin-right:auto;margin-top:0px;margin-bottom:auto; */
  
  display: inline-block;
  /* font-weight: bold; */
  color: #FFF;            /* 文字色   */
  font-family: 'Montserrat', sans-serif;
  /* background: rgb(35,31,32);          背景     */
  display: none;              /* 最初は非表示。javascriptでinline-blockに設定 */

}

#target{
  font-size: 48px;
  animation: flash 3s linear infinite;
  margin-left:0px;margin-right:auto;margin-top:20px;margin-bottom:auto;
  color: #6091d3;            /* 文字色   */
  font-family: Noto Sans JP;
}


@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#countdown{
  font-size: 48px;
  margin-left:0px;margin-right:auto;margin-top:20px;margin-bottom:auto;
  color: #6091d3;            /* 文字色   */
  font-family: Noto Sans JP;
  display: none;               /* 最初は非表示。javascriptでinline-blockに設定 */
}

/* 左上 */
.mondaiContainer1 {
  width: 700px;
  height: 80px;
  margin-left:0px;margin-right:0px;margin-top:20px;margin-bottom:0px;
  background: #FFF;          /* 背景     */
  border: solid 3px #6091d3; /* 線       */
  border-radius: 0px;          /* 角の丸み */
  display: none;               /* 最初は非表示。javascriptでinline-blockに設定 */
}


#mondai1{
  font-size: 28px;
  width: 500px;
  height: 40px;
  /* 余白 */
  padding: 10px;
  /* 左右中央 */
  margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:auto;
  font-weight: bold;
  color: #6091d3;            /* 文字色   */
  background: #FFF;          /* 背景     */
  border-radius: 0px;         /* 角の丸み */
}

#eimoji1{
  margin-top:-10px;
  font-size: 20px;
  font-weight:600;
  color:darkgray;
}

/* 右上 */
.mondaiContainer2 {
  width: 700px;
  height: 80px;
  margin-left:0px;margin-right:0px;margin-top:20px;margin-bottom:0px;
  background: #FFF;          /* 背景     */
  border: solid 3px #6091d3; /* 線       */
  border-radius: 0px;         /* 角の丸み */
  display: none;              /* 最初は非表示。javascriptでinline-blockに設定 */
}

#mondai2{
  font-size: 28px;
  width: 500px;
  height: 40px;
  /* 余白 */
  padding: 10px;
  /* 左右中央 */
  margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:auto;
  font-weight: bold;
  color: #6091d3;            /* 文字色   */
  background: #FFF;          /* 背景     */
  border-radius: 0px;         /* 角の丸み */
}

#eimoji2{
  margin-top:-10px;
  font-size: 20px;
  font-weight:600;
  color:darkgray;
}

/* 左下 */
.mondaiContainer3 {
  width: 700px;
  height: 80px;
  margin-left:0px;margin-right:0px;margin-top:10px;margin-bottom:0px;
  /* display: inline-block; */
  background: #FFF;          /* 背景     */
  border: solid 3px #6091d3; /* 線       */
  border-radius: 0px;          /* 角の丸み */
  display: none;               /* 最初は非表示。javascriptでinline-blockに設定 */
}

#mondai3{
  font-size: 28px;
  width: 500px;
  height: 40px;
  /* 余白 */
  padding: 10px;
  /* 左右中央 */
  margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:auto;
  font-weight: bold;
  color: #6091d3;            /* 文字色   */
  background: #FFF;          /* 背景     */
  border-radius: 0px;         /* 角の丸み */
}

#eimoji3{
  margin-top:-10px;
  font-size: 20px;
  font-weight:600;
  color:darkgray;
}



/* 右下 */
.mondaiContainer4 {
  width: 700px;
  height: 80px;
  margin-left:0px;margin-right:0px;margin-top:10px;margin-bottom:0px;
  background: #FFF;          /* 背景     */
  border: solid 3px #6091d3; /* 線       */
  border-radius: 0px;         /* 角の丸み */
  display: none;
}

#mondai4{
  font-size: 28px;
  width: 500px;
  height: 40px;
  /* 余白 */
  padding: 10px;
  /* 左右中央 */
  margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:auto;
  font-weight: bold;
  color: #6091d3;            /* 文字色   */
  background: #FFF;          /* 背景     */
  border-radius: 0px;         /* 角の丸み */
}

#eimoji4{
  margin-top:-10px;
  font-size: 20px;
  font-weight:600;
  color:darkgray;
}

#syuuryou{
  font-size: 36px;
  margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:auto;
  color: rgb(100,255,255);            /* 文字色   */
  FONT-WEIGHT: BOLD;
  font-family: HG正楷書体-PRO;
}



#result{
  font-size: 28px;
  margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 300px;
  height: 10px;
  text-align: left;
}

#score{
  font-size: 24px;
  margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 300px;
  height: 30px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

#level{
  font-size: 24px;
  margin-left:50px;margin-right:auto;margin-top:0px;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 400px;
  height: 30px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

#end_time{
  font-size: 24px;
  margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 300px;
  height: 30px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

#typed_number{
  font-size: 24px;
  margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 300px;
  height: 10px;
  text-align: left;
}

#missed_number{
  font-size: 24px;
  margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 300px;
  height: 10px;
  text-align: left;
}

#wpm{
  font-size: 24px;
  margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 300px;
  height: 10px;
  text-align: left;
}

#correct_rate{
  font-size: 24px;
  margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:auto;
  color: rgb(255,255,255);
  width: 300px;
  height: 10px;
  text-align: left;
}


.box11{
  width: 150px;
  height: 200px;
  padding: 0.5em 0em;
  margin: 2em 0;
  color: #5d627b;
  background: white;
  border-top: solid 5px #00BCD4;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
  margin: 0; 
  padding: 0;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  font-size: 20px;
  padding: 8px 32px;
  display: none;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

/* 2021/11/04 */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

/*  1/13ここから */

#config-button{
  /* position: fixed; */
  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* justify-content: center; */
  align-items: center;
  width: 144px;
  height: 40px;
  margin: auto;
  margin-top: 40px;
  color: #fff;
  font-weight: bold;
  background: #f56500;
  border-radius: 16px;
  cursor: pointer;
  font-size: 20px;
  font-family: '游明朝' ;
  text-align: center;
}

/* ここからモーダルのCSS */
.modal_wrap2 input{
  display: none;
}

.modal_overlay2{
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger2{
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content2{
  align-self: center;
  width: 60%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s;
}

.close_button2{
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap2 input:checked ~ .modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity 3s;
}

.modal_wrap2 input:checked ~ .modal_overlay .modal_content{
  transform: scale(1);
}



/*  1/13ここまで */

#js-show-popup{
  display: none;
  /* position: fixed; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 40px;
  margin: auto;
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background: #f56500;
  border-radius: 16px;
  cursor: pointer;
}

/* ここからモーダルのCSS */
.modal_wrap input{
  display: none;
}

.modal_overlay{
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger{
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content{
  align-self: center;
  width: 60%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s;
}

.close_button{
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity 3s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
  transform: scale(1);
}




.cp_iptxt {
	width: 80%;
  height: 70px;
  color: #aaaaaa;
}


.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
.ef input[type='text']:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

#checkMSG{
  color: #da3c41;
  text-align: left;
  padding: 0.4em;
  font: 14px sans-serif;
  margin-top:4px;
}

.contents {
	margin: 16px auto;
	text-align: center;
	/* border: 1px solid #000; */
}

/* 設定時のラジオボタン */
.list_item {
	width: 90%;
	margin: 0.5em auto;
	text-align: center;
  list-style-type: none;
  font-family:Noto Sans JP;
}
.list_item ul {
	margin: 0.5rem 0.5rem 2rem 0.5rem;
	padding: 0.5rem 1rem;
	list-style-type: none;
	border: 1px solid #cccccc;;
  margin-left: 0;
}
.list_item .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.list_item label {
	line-height: 135%;
	position: relative;
	margin: 0.3rem;
	cursor: pointer;
}
.list_item .option-input {
	position: relative;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.list_item .option-input:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #da3c41;
}
.list_item .option-input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.list_item .option-input:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	background: #ffffff;
}
.list_item .option-input-chk {
	position: relative;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.list_item .option-input-chk:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 10%;
	background: #1d1bbd;
  
  
}
.list_item .option-input-chk:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
  
}
.list_item .option-input-chk:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 2px solid #f2f2f2;
	/* border-radius: 50%; */
	background: #ffffff;
}

#nannido{
  width: 200px;
  height: 20px;
  font-size: 20px;
  font-family: Noto Sans JP ;
  color: rgb(0,0,0);
  text-align: left;
  /* vertical-align:top; */
  margin-left:60px;margin-right:0px;margin-top:0px;margin-bottom:0px;
  /* position: relative; */
  /* float:left; */
}

#sound{
  width: 200px;
  height: 20px;
  font-size: 20px;
  font-family: Noto Sans JP ;
  color: rgb(0,0,0);
  text-align: left;
  /* vertical-align:top; */
  margin-left:60px;margin-right:0px;margin-top:0px;margin-bottom:0px;
  /* display:none; */
  /* position: relative; */
  /* float:left; */
}

#explanation_area{
  font-family: Noto Sans JP;
  width: 800px;
  padding: 10px 40px;
  margin: 30px auto 0;
  text-align: left;
  position: relative;
  background: white;
  color: #de5590;
  border: solid 5px;
  border-radius: 16px;
  box-shadow: -8px 8px rgb(231 131 174 / 20%);
  display: inline-block;
}

.setumei{
  color: #694437;
}



