/*-----------------なんと話しているのか----------------*/
.ep3,
.ep2{
  /* display: none; */
}
.to_fun_bana{
  position: relative;
  top: -40px;
}
.to_fun_bana::before{
  content: "";
  background: url(../images/to_fun/bg_1.png);
  width: 236px;
  height: 160px;
  position: absolute;
  bottom: -160px;
  left: 0;
}
.ep{
}
.to_fun_ep_title h3{
  font-size: 40px;
}
.to_fun_ep_title p{
  font-size: 30px;
  font-weight: bold;
}
.to_fun_ep_title{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 0 50px;
  position: relative;
}
.to_fun_ep_title::before{
  content:"";
  position: absolute;
  background: url(../images/to_fun/star.png);
  top: 50px;
  width: 1024px;
  height: 112px;
  background-repeat: no-repeat;
  pointer-events: none;
}
.to_fun_ep_title .dotline{
          display: block;
          margin: 0 auto;
    /* vertical-align: middle; */
}
.video_q,
.video_a {
  position: relative;
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
div.video_q img,
div.video_a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video_sensyu{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.video_sensyu span{
  font-size: 60%;
}
.video_q .video{
  position: absolute;
  top: 54%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 77%;
  height: 68%;
  object-fit: cover;
  z-index: 15;
}
.video_a .video {
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 78%;
  height: 79%;
  object-fit: cover;
  z-index: 16;
}
.question_box{
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-top: 50px;
  z-index: 9;
}
.question_box p{
    padding-bottom: 30px;
}
.question_box p:last-child{
    padding-bottom: 0px;
}
.to_fun_arrow{
  padding: 65px 0;
  position: relative;
  z-index: 8;
}
.to_fun_arrow img{
  width: auto;
}
.to_fun_arrow::before{
  content: "";
  position: absolute;
  background: url(../images/to_fun/kani.png);
  bottom: 290px;
  left: 20%;
  width: 180px;
  height: 147px;
  background-repeat: no-repeat;
  z-index: 7;
}
.to_fun_arrow::after{
  content:"";
  position: absolute;
  background: url(../images/to_fun/kani1.png);
  top: 0;
  right: 4%;
  width: 282px;
  height: 275px;
  background-repeat: no-repeat;
  z-index: 6;
}
.answer{
  font-size: 37px;
  font-weight: bold;
  color: #ff0404;
  position: relative;
  padding-bottom: 50px;
  z-index: 5;
}
.answer::before{
  content: "";
  position: absolute;
  background: url(../images/to_fun/bg_2.png);
  bottom: 100px;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  height: 1096px;
  background-repeat: no-repeat;
}
.check{
  padding-bottom: 14px;
  position: relative;
}
.check::before{
  content: "";
  position: absolute;
  background: url(../images/to_fun/bg_3.png);
  top: 200px;
  left: 0;
  width: 1200px;
  height: 978px;
  background-repeat: no-repeat;
}
.backnumber{
  padding: 0 40px;
  position: relative;
  z-index: 4;
}
.backnumber3{
  padding-top: 115px;
}
.to_fun_wave{
  padding: 90px 0 30px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
  .next_to_fun{
  padding-top: 45px;
  position: relative;
  z-index: 2;

}
.next_to_fun1{
  padding-bottom: 45px;
}
.next_to_fun2{
  padding-bottom: 110px;
}
@media (max-width: 1199px){
  .to_fun_bana{
    transform: translateY(40px);
  }
  .to_fun_bana::before{
    background-size: 100% 100%;
    width: 23%;
    height: auto;
    aspect-ratio: 59 / 40;
    bottom: -16vw;
  }
    .to_fun_ep_title::before{
        display: none;
    }
    .to_fun_ep_title{
      padding:8vw 10px 6vw 23px;
    }
    .to_fun_ep3::before,
    .to_fun_ep2::before,
    .to_fun_ep1::before{
        top: 28px;
        left: -12vw;
    }
    .video_q, .video_a{
        width: 90%;
    }
    .answer{
        font-size: 3.4vw;
        padding-bottom: 5vw;
    }
    .answer::before{
    background: url(../images/to_fun/bg_2_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 25 / 28;
    }
    .to_fun_wave{
      width: 90%;
    }
}
@media (max-width: 900px){
    .to_fun_ep_title{
    justify-content: space-around;
    }
    .to_fun_ep_title h3{
        font-size: 5vw;
    }
    .to_fun_ep_title img.ep_img{
      width: 12%;
    }
    .ep_img_right{
      width: 100%;
    }
    .to_fun_ep_title .dotline{
      width: 90%;
    }
    .to_fun_ep_title p{
      display: inline-block;
      font-size: 3.5vw;
    }
    .video_sensyu{
        font-size: 6vw;
    }
    .question_box{
        font-size: 3.4vw;
        padding-top: 6vw;
    }
    .question_box p{
    padding-bottom: 3vw;
    }
    .to_fun_arrow{
      padding: 7vw 0;
    }
    p.to_fun_arrow img{
    width: 6%;
    }
    .answer::before{
    }
    .to_fun_arrow::before{
        width: 22vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        bottom: 28vw;
        left: 15%;
    }
    .to_fun_arrow::after{
        width: 29vw;
        height: auto;
        aspect-ratio: 282 / 275;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    p.check img{
      width: 56%;
    }
    .check::before{
          background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 163;
    }
.backnumber3{
  padding-top: 12.5vw;
}
p.next_to_fun img{
  width: 60%;
}
.next_to_fun2{
  padding-bottom: 12vw;
}
.to_fun_wave{
  padding: 11vw 0 3vw;
}
}
@media (max-width: 500px){
  .to_fun_ep_title h3{
    font-size: 4.8vw;
  }
}