/* yoso.css */
@charset "utf-8";

/*毎日更新*/
.spe-contents_wrap ul li:nth-child(5)::before { content: "8/10 UP!" !important;
  background: #fff;
  border: solid 2px #063391;
  border-radius: 25px;
  display: inline-block;
  width: 110px;
  height: 33px;
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: -10px;
}

.fl_l {
  align-items: flex-end;
}
.fl_r {
  align-items: flex-start;
}

#yoso .peal_line {
  margin-bottom: -50px;
}

#yoso {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #00B0DC;
  padding: 0 0 70px;
}

.yoso_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: linear-gradient(#2490D8 , #2490D800 30%);
  position: relative;
  padding-top: 70px;
}

.yoso_wrap h3 {
  color: #fff;
  border: dotted 6px #fff;
  border-left: none; border-right: none;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.5em;
  margin: 50px 0 0;
  padding-left: 20px;
}


.yoso_wrap .tit {
  background: url(../images/yoso_tit.png) no-repeat center;
  background-size: contain;
  width: 750px;
  height: 300px;
  position: relative;
  z-index: 1;
}

.yoso_wrap .vs {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.yoso_wrap .vs .tit {
  width: 240px;
  height: 85px;
  background: #000;
  color: #EBFE09;
  font-size: 32px;
  font-weight: 900;
  clip-path: polygon(0% 100%, 1% 0%, 99% 0%, 100% 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: -40px;
  z-index: 1;
}
.yoso_wrap .vs .tit span {
  font-size: 24px;
  position: relative;
  top: -4px;
}

.yoso_wrap .vs .photo {
  background: #fff;
  width: 360px;
  height: 530px;
  background: url(../images/yoso_honmei.png)no-repeat center top;
  background-size: contain;
  position: relative;
  left: -20px;
}
.yoso_wrap .vs .taiko .photo {
  background: url(../images/yoso_taiko.png)no-repeat center top;
  background-size: contain;
  left: auto;
  right: -20px;
}

.yoso_wrap .vs .racer {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* margin-right: 20px; */
  position: relative;
  margin-top: -5px;
}
.yoso_wrap .vs .taiko .racer {
  align-items: flex-start;
  /* margin-left: 20px; */
}

.yoso_wrap .vs .honmei .racer::before {
  content: '';
  position: absolute;
  background: url(../images/ys_honmei.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 124px;
  height: 124px;
  left: -125px;
  top: -20px;
}
.yoso_wrap .vs .taiko .racer::after {
  content: '';
  position: absolute;
  background: url(../images/ys_taiko.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 124px;
  height: 124px;
  right: -150px;
  top: -20px;
}

.yoso_wrap .vs .racer .name,
.yoso_wrap .vs .racer .num {
  filter: drop-shadow(0px 3px 10px #00197c59);
}

.yoso_wrap .vs .racer .name {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: -8px;
}
.yoso_wrap .vs .racer .num { font-size: 24px;}

.yoso_wrap .vs table { margin-top: 20px;}

.yoso_wrap .vs td {
  background: #EB5656;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-bottom: solid 2px #00B0DC;
  vertical-align: middle;

}
.yoso_wrap .vs .taiko td {
  background: #567FEB ;
}

.yoso_wrap .vs td:nth-child(2) {
  color: #000;
  background: #fff;
  font-family: 'Roboto';
  font-size: 42px;
}

.yoso_wrap .vs tr:nth-child(3) td:nth-child(1) {
  line-height: 1em;
}

.yoso_wrap .txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yoso_wrap .txt_wrap .lead {
  font-size: 31px;
  font-weight: 900;
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 25px;
  position: relative;
}

.yoso_wrap .txt_wrap .txt {
  color: #fff;
  text-align: justify;
  font-size: 20px;
}

.yoso_wrap .txt_wrap span {
  color: #EBFE09;
  font-weight: 900;
}

.yoso_wrap .hyoka {
  margin: 50px 0 20px;
}

.yoso_wrap .hyoka .lead {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 5px;
}

.yoso_wrap .hyoka th,
.yoso_wrap .hyoka td {
  border: solid 1px #00B0DC;
  vertical-align: middle;
}

.yoso_wrap .hyoka table th {
 background: #333333;
 color: #fff;
 font-size: 24px;
 font-weight: 700;
 padding: 10px 0;
}

.yoso_wrap .hyoka table td:nth-child(1) {
  background: #051737;
  width: 60px;
  padding: 10px 0;
}

.yoso_wrap .hyoka table td:nth-child(2) {
  background: #000;
  color: #fff;
  font-family: 'Roboto';
  font-size: 35px;
  font-weight: 900;
  width: 70px;
}
.yoso_wrap .hyoka table td:nth-child(3) {
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  width: 200px;
}

.yoso_wrap .hyoka table td:nth-child(4) {
  background: #fff;
  font-family: 'Roboto';
  font-size: 30px;
  width: 105px;
}

.yoso_wrap .hyoka table td:nth-child(5) {
  background: #fff;
  font-size: 28px;
  font-weight: 700;
  width: 100px;
}

.yoso_wrap .hyoka table tr.tei1 td:nth-child(2), .yoso_wrap .hyoka tr.tei1 :nth-child(3) {  background: #DEDEDE; color: #000;}
.yoso_wrap .hyoka table tr.tei3 td:nth-child(2), .yoso_wrap .hyoka tr.tei3 :nth-child(3) {  background: #CC0001;}
.yoso_wrap .hyoka table tr.tei4 td:nth-child(2), .yoso_wrap .hyoka tr.tei4 :nth-child(3) {  background: #0265CB;}
.yoso_wrap .hyoka table tr.tei5 td:nth-child(2), .yoso_wrap .hyoka tr.tei5 :nth-child(3) {  background: #FADD00; color: #000;}
.yoso_wrap .hyoka table tr.tei6 td:nth-child(2), .yoso_wrap .hyoka tr.tei6 :nth-child(3) {  background: #349801;}


.particle {
  position: absolute;
  width: 100%;
  height: 1500px;
  pointer-events: none;
}
#particles-js {
  height: 100%;
}


/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/

@media only all and (min-width: 751px) {
  
  .particle {
    top: 0;
    height: calc(100% + 50px);
  }

  .honmei, .taiko { 
    width: 620px;
    margin: -80px 25px -20px;
    display: flex;
    align-items: center;
  }
  .taiko {
    flex-direction: row-reverse;
  }

  .yoso_wrap .vs {
    margin-top: -30px;
  }

  .yoso_wrap .vs .tit {
    top: 50px;
  }

  .yoso_wrap .vs .flex_box {
    flex-direction: column;
    top: 110px;
  }

  .yoso_wrap .vs .honmei .racer::before {
    left: -130px;
    top: -40px;
  }
  .yoso_wrap .vs .taiko .racer::after {
    right: -130px;
    top: -40px;
  }

  .yoso_wrap .vs table {
    width: 240px;
    /* margin-left: 60px; */
  }

  .flex_box:nth-child(3) {
    margin-top: 90px;
  }

  .yoso_wrap .flex_box {
    flex-direction: row;
  }

  .yoso_wrap .txt_wrap .lead {
    padding: 10px 0 5px;
    height: 60px;
    width: 680px;
  }
  .yoso_wrap .txt_wrap .lead.long {
    padding: 5px 0 5px;
    height: 90px;
    width: 680px;
  }


  .yoso_wrap .txt_wrap .lead::before,
  .yoso_wrap .txt_wrap .lead::after {
    content: '';
    background: url(../images/yoso_ribon.svg) no-repeat top center;
    display: inline-block;
    width: 150px;
    height: 60px;
    position: absolute;
    top: -20px;
    left: -149px;
  }
  .yoso_wrap .txt_wrap .lead::after {
    transform: scale(-1 , 1);
    left: auto;
    right: -149px;
  }

  .yoso_wrap .txt_wrap {
    width: 900px;
    margin-right: 50px;
  }

  .yoso_wrap .txt_wrap .txt {
    width: 800px;
    background: #00B0DC80;
    backdrop-filter: blur(5px);
    padding: 20px;
    margin-top: -20px;
  }
  
}


/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
  
  .yoso_wrap h3 {
    font-size: 48px;
    letter-spacing: 0.5em;
    padding: 5px 20px 10px;
  }

  .yoso_wrap .vs .tit {
    width: 330px;
    height: 90px;
    padding: 10px 0 15px;
    line-height: 40px;
    font-size: 44px;
    left: 200px;
  }
  .yoso_wrap .vs .tit span {
    font-size: 31px;
    top: 4px;
  }

  .honmei,.taiko {width: calc(720px / 2);}
  .honmei {margin-right: 30px;}

  .yoso_wrap .vs .photo {left: 0;}
  .yoso_wrap .vs .taiko .photo {right: 0;}

  .yoso_wrap .vs .racer .name {
    font-size: 48px;
  }
  .yoso_wrap .vs .racer .num {
    font-size: 28px;
  }

 .yoso_wrap .vs td {
  font-size: 28px;
  /* padding: 20px 0px 0px; */
  height: 60px;
}
.yoso_wrap .vs td:nth-child(1) {
  width: 150px;
}
.yoso_wrap .vs td:nth-child(2) {
  width: 170px;
  font-size: 60px;
  line-height: 40px;
  padding: 5px 0 ;
}
.yoso_wrap .vs tr:nth-child(3) td:nth-child(1) {
  padding: 5px 0 7px;
}

  .yoso_wrap .txt_wrap {
    padding: 0 30px;
    margin-top: 60px;
  }
  
  .yoso_wrap .txt_wrap .lead {
    font-size: 43px;
    position: relative;
    min-width: 630px;
  }

  .yoso_wrap .txt_wrap .lead::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 70%;
    background: #ffffff99;
    position: absolute;
    top: -15px;
    left: -40px;
  }
  .yoso_wrap .txt_wrap .lead::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 70%;
    background: #ffffff99;
    position: absolute;
    top: -15px;
    right: -40px;
  }
 
  .yoso_wrap .txt_wrap .txt {
    font-size: 28px;
  }
  
  .yoso_wrap .hyoka .lead {
    font-size: 48px;  
  }

  .yoso_wrap .hyoka table {
    width: 690px;
  }

  .yoso_wrap .hyoka th {
    font-size: 19px;
    padding: 10px 0;
  }

  /* .yoso_wrap .hyoka td {
    padding: 2px 0 15px;
  } */

  .yoso_wrap .hyoka td:nth-child(1) { font-size: 36px; width: 75px; padding: 10px 0;}
  .yoso_wrap .hyoka td:nth-child(2) { font-size: 36px; width: 90px;}
  .yoso_wrap .hyoka td:nth-child(3) { font-size: 30px; }
  .yoso_wrap .hyoka td:nth-child(4) { font-size: 31px; width: 130px;}
  .yoso_wrap .hyoka td:nth-child(5) { font-size: 26px; width: 130px;}

}




/***********************************************************************
アニメーション指定
**********************************************************************/
.yoso_wrap h3.mov,
.yoso_wrap .tit.mov {
  animation: scale-up-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.yoso_wrap .vs .tit.mov {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          opacity: 1;
}

.yoso_wrap .vs .tit.mov {
  animation-delay: 0.8s;
}
.yoso_wrap .vs .photo {
  animation-delay: 0.5s !important;
}

.yoso_wrap .vs .photo.mov {
  opacity: 1;
}
.yoso_wrap .vs .honmei .photo.mov {
  -webkit-animation: slide-in-bck-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bck-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }
        
.yoso_wrap .vs .taiko .photo.mov {
  -webkit-animation: slide-in-bck-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bck-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/***********************************************************************
keyframe
**********************************************************************/
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-bck-left {
  0% {
    -webkit-transform: translateZ(700px) translateX(-400px);
            transform: translateZ(700px) translateX(-400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-left {
  0% {
    -webkit-transform: translateZ(700px) translateX(-400px);
            transform: translateZ(700px) translateX(-400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-bck-right {
  0% {
    -webkit-transform: translateZ(700px) translateX(400px);
            transform: translateZ(700px) translateX(400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-right {
  0% {
    -webkit-transform: translateZ(700px) translateX(400px);
            transform: translateZ(700px) translateX(400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
