/* racer1mon.css */
@charset "utf-8";

/*毎日更新*/
.spe-contents_wrap ul li:nth-child(1)::before { content: "7/1 UP!" !important;}
/* 7/1～7/9はこちらを有効にしてください*/
#racer1mon .racer1mon_wrap .up { left: 54px;}


#racer1mon {
  background: #fff;
  position: relative;
  height: auto;
  padding-top: 50px;
}

#racer1mon::before {
  content: '';
  width: 100%;
  height: 300px;
  background: url(../images/1mon_dotted.svg) repeat-x top 25px left, linear-gradient(#B84AE5 5% , #fff 90%);
  position: absolute;
  top: 0;
}

#racer1mon::after {
  content: '';
  width: 100%;
  height: 170px;
  background: url(../images/1mon_dotted.svg) repeat-x bottom 55px left, linear-gradient(0deg ,#B84AE5 5% , #fff 80%);
  position: absolute;
  bottom: 0;
}

.racer1mon_wrap {
  width: 100%;
  position: relative;
  padding-top: 50px;
  font-family: 'Noto Sans JP',sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
}

.racer1mon_wrap .tit_wrap {
  margin-top: -10px;
  position: relative;
  z-index: 2;
}

.racer1mon_wrap .countdown-pg1 {
  color: #ffff00;
  font-weight: 900;
}
.racer1mon_wrap .countdown-pg1::before,
.racer1mon_wrap .countdown-pg1::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 66px;
  background: #ffff00;
  position: relative;
  margin: 0 20px;
  top: 5px;
}
.racer1mon_wrap .countdown-pg1::before{ transform: rotate(-20deg);}
.racer1mon_wrap .countdown-pg1::after { transform: rotate( 20deg);}

.racer1mon_wrap .countdown-pg1 .num {
  font-family: 'Oswald';
}

.racer1mon_wrap .tit {
  background: url(../images/1mon_tit.png) no-repeat center;
  background-size: contain;
  width: 817px;
  height: 178px;
}

.vol_list {
  display: none;
  opacity: 0;
}
.vol_list.active {
  display: block;
  pointer-events: all;
  animation: puff-in-center_1mon 0.3s linear forwards;
}
.quiz_vol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.racer1mon_wrap .racer_photo {
  width: 750px;
  height: 415px;
  /* background: url(../images/1mon_racer_0000.png) no-repeat center; */
  position: relative;
  margin: -45px 0 80px;
}

.racer1mon_wrap .vol {
  font-family: "abolition", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #AA26DF;
  font-size: 123px;
  position: absolute;
  top: 33px;
  right: 118px;
  width: 240px;
}

.racer1mon_wrap .up {
  font-family: redonda, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  color: #063391;
  font-size: 56px;
  line-height: 48px;
  top: -28px;
  left: 34px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  display: none;
}
.racer1mon_wrap .up span {
  font-family: redonda, sans-serif;
  font-size: 28px;
}

.racer1mon_wrap .up.pback {
  font-size: 40px;
  line-height: 34px;
  top: -38px;
  display: flex;
}  
#racer1mon .racer1mon_wrap .up.pback {
  left: 38px;
}

.racer1mon_wrap .now .up { display: flex;}
.racer1mon_wrap .now .up.pback { display: none;}

.racer1mon_wrap .up::before {
  content: '';
  display: inline-block;
  background: url(../images/1mon_uni.svg) no-repeat center;
  width: 165px;
  height: 158px;
  position: absolute;
  top: -42px;
  animation: rotate 10s linear infinite;
  z-index: -1;
  transform: translateZ(0);
}

.racer1mon_wrap .up.pback::before {
  content: '';
  display: inline-block;
  background: url(../images/1mon_uni.svg) no-repeat center;
  width: 165px;
  height: 158px;
  position: absolute;
  top: -32px;
  /* animation: rotate 10s linear infinite; */
}

.racer1mon_wrap .enquete {
  border-top: solid 1px #063391;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  background: url(../images/1mon_stripe.svg) repeat top center, #fff;
  position: relative;
}

.racer1mon_wrap .subtit {position: relative; margin-top: -60px;}
.racer1mon_wrap .subtit h2 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  width: 580px;
  height: 85px;
  background: url(../images/1mon_h2.svg) no-repeat center;
  filter: drop-shadow(5px 5px 0px #063391);
  line-height: 80px;
  margin: 0 auto 50px;
  text-indent: -10px;
}

.racer1mon_wrap .subtit .pen {
  background: url(../images/1mon_pen.png) no-repeat center;
  width: 35px;
  height: 179px;
  background-size: contain;
  position: absolute;
  top: -45px;
  left: -10px;
  transform: rotate(-17deg);
}

.racer1mon_wrap .enq_list li {
  margin-bottom: 30px;
}

.racer1mon_wrap .enq_list li.off {
  display: none;
}

.racer1mon_wrap .enq_list li .ques,
.racer1mon_wrap .enq_list li .ans {
  text-align: justify;
}

.racer1mon_wrap .enq_list li .ques {
  color: #063391;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
  text-indent: -1em;
  padding: 0 30px;
  width: calc(100% - 60px);
}
.racer1mon_wrap .enq_list li .ques::before {
  content: 'Q.';
  font-size: 1.1em;
}

.racer1mon_wrap .enq_list li .ans {
  background: #fff;
  border-radius: 45px;
  border: dashed 3px #063391;
  padding: 12px 30px 17px;
  font-size: 36px;
  font-weight: 700;
  min-height: 49px;
  width: 600px;
  letter-spacing: -0.05em;
  position: relative;
  /* margin-left: 25px; */
}

.racer1mon_wrap .enq_list li .ans::after {
  content: '';
  display: inline-block;
  background: url(../images/1mon_sippo.svg) no-repeat top right;
  width: 40px;
  height: 33px;
  position: absolute;
  top: 12px;
  right: -24px;
}
.today_quiz {
  margin-top: -100px;
  will-change: transform, opacity;
}

.today_quiz h2 {
  background: #FF7AFA;
  border: solid 2px #063391;
  font-size: 49px;
  font-weight: 700;
  color: #fff;
  width: 240px;
  padding: 5px 30px;
  position: relative;
  left: 65px;
  z-index: 1;
  margin-bottom: -15px;
}

.today_quiz h2::before {
  content: '';
  background: url(../images/1mon_q.svg) no-repeat center;
  display: inline-block;
  width: 103px;
  height: 103px;
  position: absolute;
  top: -10px;
  left: -80px;
}

.today_quiz .quiz_box {
  width: 630px;
  border: solid 2px #063391;
  background:  url(../images/1mon_grid.svg) repeat top center , #fff;
  filter: drop-shadow(5px 5px 0px #063391);
  padding: 30px;
}

.today_quiz .question {
  margin: 30px auto;
  font-size: 32px;
  color: #063391;
  font-weight: 700;
}

.today_quiz .answer li{
  width: 632px;
  height: 93px;
  background: url(../images/1mon_h2.svg) no-repeat center;
  background-size: contain;
  position: relative;
}
.now .today_quiz .answer li {
  filter: drop-shadow(0px 3px 6px #063391);
}

.today_quiz .answer li:nth-child(2) {margin: 25px 0;}

.today_quiz .answer li::before {
  content: '1';
  color: #FF7AFA;
  font-size: 35px;
  font-weight: 900;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  position: absolute;
  top: 22px;
  left: 40px;
}
.today_quiz .answer li:nth-child(2):before {content: '2';}
.today_quiz .answer li:nth-child(3):before {content: '3';}


.today_quiz .answer li a {
  font-size: 42px;
  font-weight: 700;
  color: #063391;
  display: inline-block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 15px 10px 5px;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}

.today_quiz .q_line,
.today_quiz .quo_wrap {
  display: none;
}
.today_quiz .answer {
  pointer-events: none;
  opacity: 0.9;
  margin: 50px 0;
}
.now .today_quiz .q_line {
  display: block;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.now .today_quiz .q_line::before,
.now .today_quiz .q_line::after {
  content: '';
  display: inline-block;
  width: 150px;
  height: 2px;
  background: #000;
  margin: 20px;
}

.now .today_quiz .quo_wrap {
  display: flex;
  margin: 40px 0 10px;
}

.now .today_quiz .back_ans {
  display: none;
}
.now .today_quiz .answer {
  pointer-events: auto;
  opacity: 1;
  margin: 0;
}

.today_quiz .q_line span {
  background: url(../images/1mon_x.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 54px;
  font-size: 0px;
  margin: 0 5px 0 10px;
}

.today_quiz .quo_wrap .hukidasi {
  background: #fff;
  border: dashed 3px #063391;
  border-radius: 38px;
  filter: drop-shadow(5px 5px 0px #FF7AFA);
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color: #000;
  padding: 10px 30px;
  width: 380px;
  position: relative;
  z-index: 1;
}
.today_quiz .quo_wrap .hukidasi::after {
  content: '';
  background: url(../images/1mon_sippo.svg);
  width: 40px;
  height: 33px;
  position: absolute;
  bottom: 20px;
  right: -26px;
  transform: rotate(25deg);
  }

.today_quiz .quo_wrap .hukidasi span { color: #FF7AFA; font-weight: 900;}

.today_quiz .quo_wrap .quo { 
  background: url(../images/1mon_hama_quo.png) no-repeat center;
  background-size: contain;
  width: 173px;
  height: 133px;
  position: absolute;
  bottom: 25px;
  right: 40px;
}

.today_quiz .quo_wrap .quo .mei::before {
  content: '';
  background: url(../images/1mon_uni_p.svg)no-repeat center;
  display: inline-block;
  width: 91px;
  height: 87px;
  animation: rotate 10s linear infinite;
  position: absolute;
  margin-right: -3px;
  z-index: -1;
}
.today_quiz .quo_wrap .quo .mei {
  font-size: 65px;
  font-family: redonda, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: -20px;
  right: -70px;
}
.today_quiz .quo_wrap .quo .mei span {
  font-size: 21px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
}
.today_quiz .quo_wrap .kome {
  font-size: 16px;
  text-align: right;
  font-weight: 400;
  position: absolute;
  width: 370px;
  bottom: -5px;
}

.today_quiz .quo_wrap .photo { 
  width: 156px;
  height: 218px;
  position: relative;
  top: 5px;
  left: 20px;
}
.today_quiz .quo_wrap .photo img { width: 100%;}

.today_quiz .quo_wrap .photo::before, 
.quiz_back .photo::before { 
    content: '';
    position: absolute;
    display: inline-block;
    width: 109%;
    height: 104%;
    background: url(../images/1mon_vol_b.svg) no-repeat center;
    background-size: contain;
    z-index: -1;
    top: -4px;
    left: -7px;
  }

.today_quiz .back_ans .flex_box {
  flex-direction: row;
}

.today_quiz .back_ans {
  background: #fff;
  border: dashed 3px #063391;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 0px #FF7AFA);
  font-size: 32px;
  font-weight: 700;
  color: #063391;
  padding: 18px 30px;
  margin: 40px 0 10px;
  position: relative;
  z-index: 1;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

/* .today_quiz .back_ans.an_1,
.today_quiz .back_ans.an_2,
.today_quiz .back_ans.an_3{
  font-size: 35px;
  width: 532px;
  height: 76px;
  line-height: 74px;
  margin: 20px auto;
} */

.today_quiz .back_ans span {
  color: #FF7AFA;
  font-size: 27px;
  font-weight: 900;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 42px;
  /* position: absolute; */
  border: solid 2px #063391;
  margin-left: 10px;
  bottom: 4px;
}

.ans_txt { text-align: justify;}

.racer1mon_wrap .quiz_back h2 {
  color: #063391;
  font-size: 60px;
  font-weight: 900;
  font-family: redonda, sans-serif;
  font-style: italic;
  margin-bottom: -15px;
}

.quiz_back .swiper-box {
  max-width: 1600px;
  width: 1010px;
  /* width: 100%; */
  /* width: 480px; */
  margin: auto;
}

.racer1mon_wrap .quiz_back .item.active {
  pointer-events: none;
}

.racer1mon_wrap .quiz_back .item:first-child {position: relative;}

.racer1mon_wrap .quiz_back .item::before {
  content: '';
  display: inline-block;
  width: 150px;
  height: 50px;
  position: relative;
  top: 20px;
  left: 0px;
}
.racer1mon_wrap .quiz_back .item:first-child::before {
  content: 'TODAY!';
  font-family: redonda, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  background: url(../images/1mon_today.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 50px;
  position: relative;
  top: 25px;
  left: 0px;
  z-index: 1;
  animation: heartbeat 5s ease-in-out infinite;
}
.item.active .photo::after {
  content: '';
  border: solid 9px #ff7afa;
  display: inline-block;
  width: 97%;
  height: 97%;
  position: absolute;
  top: -3px;
  left: -5px;
}
.item.active .photo {
  filter: drop-shadow(3px 3px 10px #ff7afa80);
}

.racer1mon_wrap .quiz_back .photo {
  position: relative;
  width: 186px;
  height: 262px;
  margin: 20px;
}

.racer1mon_wrap .quiz_back img {
  width: 100%;
  height: 100%;
}

.racer1mon_wrap .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.racer1mon_wrap .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}


/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/

@media only all and (min-width: 751px) {

  .pc_non {display: none;}

  .racer1mon_wrap {
    align-items: flex-start;
  }

  .racer1mon_wrap .countdown-pg1 .made,
  .racer1mon_wrap .countdown-pg1 .niti {font-size: 37px;}
  .racer1mon_wrap .countdown-pg1 .num {font-size: 65px;}

  .racer1mon_wrap .countdown-pg1::before,
  .racer1mon_wrap .countdown-pg1::after {
    height: 56px;
  }

  .racer1mon_wrap .tit_wrap {
    width: 1000px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .racer1mon_wrap .pback {
    left: -26px;
  }

  .vol_list_wrap {
    width: 100%;
    margin-top: -70px;
    pointer-events: none;
  }

  .quiz_vol {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 30px;
  }

  .racer1mon_wrap .enquete {
    width: 960px;
    height: 660px;
    filter: drop-shadow(5px 5px 0 #FF6AFA);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 2px #063391;
    order: -1;
    margin-top: 170px;
    margin-right: 40px;
    padding: 0 15px 20px 25px;
  }

  .racer1mon_wrap .enq_list {
    overflow-y: scroll;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .racer1mon_wrap .enq_list::-webkit-scrollbar {
    background: linear-gradient(90deg, #ff6afa00 45%, #FF6AFA 45% 55%, #ff6afa00 55%);
    width: 8px;
  }
  .racer1mon_wrap .enq_list::-webkit-scrollbar-thumb {
    background: #FF6AFA;
    border-radius: 10px;
    cursor: pointer;
  }

  .racer1mon_wrap .enq_list li {
    margin-bottom: 20px;
    width: 450px;
  }

  /* .racer1mon_wrap .enq_list li:nth-child(even) {
    margin-left: 40px;
  } */

  .racer1mon_wrap .enq_list li .ques {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .racer1mon_wrap .enq_list li .ans {
    font-size: 25px;
    width: 390px;
    padding: 10px 20px 12px;
    min-height: 36px; 
  }
  .racer1mon_wrap .enq_list li .ans::after {
    top: 7px;
    right: -23px;
  }

  .racer1mon_wrap .enq_list li:nth-child(4n+2) .ques,
  .racer1mon_wrap .enq_list li:nth-child(4n+3) .ques {
    color: #9630D9;
  }
  .racer1mon_wrap .enq_list li:nth-child(4n+2) .ans,
  .racer1mon_wrap .enq_list li:nth-child(4n+3) .ans {
    border-color: #CA7AFF;
  }
  .racer1mon_wrap .enq_list li:nth-child(4n+2) .ans::after,
  .racer1mon_wrap .enq_list li:nth-child(4n+3) .ans::after {
    background: url(../images/1mon_sippo2.svg) no-repeat top right;
  }


  .today_quiz {
    margin-top: -450px;
  }

  .today_quiz .quiz_box {
    /* width: 690px; */
    padding: 15px 60px 30px;
  }

  .today_quiz .answer li { transition: all 0.5s;}
  .today_quiz .answer li:hover {
    filter: drop-shadow(0px 3px 6px #FF7AFA) brightness(1.2);
    transform: scale(0.99);
  }

  .quiz_back {
    margin: -400px 0 170px 40px;
    width: 1000px;
  }
  
  .quiz_back .item {
    cursor: pointer;
    transition: all 0.5s;
    /* width: 186px !important; */
  }

  .quiz_back .item:hover {
    transform: scale(0.96) rotate(4deg);
    opacity: 0.75;
  }

  .racer1mon_wrap .quiz_back .item:first-child::before {
    left: 20px;
  }

  
  .racer1mon_wrap .quiz_back .item.last {
    pointer-events: none;
    opacity: 0;
  }


}


/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
 
  .racer1mon_wrap {
    width: 750px;
    margin-bottom: 120px;
  }  

  .racer1mon_wrap .tit {
    background: url(../images/1mon_tit_sp.png) no-repeat center;
    background-size: contain;
    width: 660px;
    height: 350px;
  }

  .racer1mon_wrap .countdown-pg1 .made,
  .racer1mon_wrap .countdown-pg1 .niti {font-size: 46px;}
  .racer1mon_wrap .countdown-pg1 .num {font-size: 81px;}

.racer1mon_wrap .enquete { 
  width: 100%;
  padding-bottom: 120px;
}

.racer1mon_wrap .enquete::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(#ffffff00, #fff 80%);
}

.racer1mon_wrap .enq_list {
  width: 690px;
}

.racer1mon_wrap .enq_list li:nth-child(even) .ques {
  color: #9630D9;
}

.racer1mon_wrap .enq_list li:nth-child(even) .ans {
  border-color: #CA7AFF;
}
.racer1mon_wrap .enq_list li:nth-child(even) .ans::after {
  background: url(../images/1mon_sippo2.svg) no-repeat top right;
}

.racer1mon_wrap .quiz_back h2 {
  margin-top: 30px;
}

.quiz_back .swiper-box {
  /* width: 750px; */
  width: 650px;
}

.racer1mon_wrap .quiz_back .photo {
  width: 260px;
  height: 367px;
}

.racer1mon_wrap .quiz_back .item::before {
  width: 220px;
  height: 80px;
}
.racer1mon_wrap .quiz_back .item:first-child::before {
  width: 220px;
  height: 80px;
  font-size: 36px;
  line-height: 60px;
  top: 30px;
}


.racer1mon_wrap .quiz_back .item.last {
  display: none;
}

}




/***********************************************************************
アニメーション指定
**********************************************************************/


/***********************************************************************
keyframe
**********************************************************************/
  @-webkit-keyframes puff-in-center_1mon {
    0% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes puff-in-center_1mon {
    0% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }  