@charset "UTF-8";
#wrapper {
  overflow: clip;
}

.d_top {
  background-color: #FFF;
  background-image: linear-gradient(to right, #BCE8F8 0.1rem, transparent 0.1rem), linear-gradient(to bottom, #BCE8F8 0.1rem, transparent 0.1rem);
  background-size: 5rem 5rem;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.d_top h2 {
  width: 100%;
  font-size: 4.6rem;
  color: #FC4276;
  font-weight: 900;
  text-align: center;
}
.d_top a.more {
  width: 36rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 100vmax;
  border: 0.2rem solid #000;
  display: block;
  text-align: center;
  font-size: 3.6rem;
  color: #FC4276;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  font-weight: 900;
}
.d_top a.more.non {
  pointer-events: none;
  opacity: 0.3;
}
.d_top h3 .san {
  font-size: 1.6rem;
}
.d_top h3 img {
  width: 45rem;
  margin-bottom: 4rem;
}
.d_top .member {
  margin-left: 3rem;
  display: flex;
}
.d_top .member li {
  margin-left: -1rem;
  opacity: 0;
  transition: 2s;
}
.d_top .member li:nth-child(2n) {
  margin-top: 3rem;
}
.d_top .member img {
  width: 21rem;
}
.d_top .member.mov li {
  opacity: 1;
}
.d_top .member.mov li:nth-child(1) {
  transition-delay: 0s;
}
.d_top .member.mov li:nth-child(2) {
  transition-delay: 0.1s;
}
.d_top .member.mov li:nth-child(3) {
  transition-delay: 0.2s;
}
.d_top .member.mov li:nth-child(4) {
  transition-delay: 0.3s;
}
.d_top .member.mov li:nth-child(5) {
  transition-delay: 0.4s;
}
.d_top .member.mov li:nth-child(6) {
  transition-delay: 0.5s;
}

.dre_wrap section {
  background: #E6FFA2;
  width: 100%;
  padding: 1.5rem 0;
}
.dre_wrap section:nth-child(even) {
  background: #87F4E2;
}
.dre_wrap section .racer {
  display: flex;
  justify-content: center;
  background: linear-gradient(to right bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  padding: 5rem 0;
}
.dre_wrap section .prof {
  width: 45rem;
}
.dre_wrap section .prof img {
  width: 41rem;
  margin-bottom: 1rem;
  position: relative;
  left: -2.5rem;
}
.dre_wrap section .prof p {
  line-height: 1em;
}
.dre_wrap section .prof p.en {
  font-family: "abolition", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FC4276;
  font-size: 5.8rem;
}
.dre_wrap section .prof p.ja {
  font-size: 9rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.dre_wrap section .prof .sub .num {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #FFF;
  mix-blend-mode: multiply;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-right: 2.5rem;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.dre_wrap section .prof .other {
  display: inline-block;
  line-height: 4.2rem;
  height: 4.6rem;
  width: 14rem;
  font-size: 2.6rem;
  background: #FFF;
  font-weight: bold;
  text-align: center;
  border: 0.1rem solid #000;
  position: relative;
  top: -1rem;
}
.dre_wrap section .data {
  width: 119.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dre_wrap section .data .d {
  border-left: 1rem solid #FC4276;
  padding-left: 3rem;
}
.dre_wrap section .data .d h4 {
  line-height: 4.6rem;
  font-weight: 900;
  font-size: 3rem;
  width: 100%;
  margin-bottom: 2rem;
}
.dre_wrap section .data .d h4 span {
  font-size: 2rem;
}
.dre_wrap section .data .d h4 i {
  display: block;
  width: 4.4rem;
  height: 4.2rem;
  background: url(../images/dream_star.png);
  background-size: contain;
  position: relative;
  top: 0.7rem;
  margin-right: 0.5rem;
  display: inline-block;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(230, 0, 99, 0.75));
}
.dre_wrap section .data .d.tenbo {
  margin-bottom: 4.5rem;
}
.dre_wrap section .data .d.tenbo .mida {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
}
.dre_wrap section .data .d.tenbo .mida span {
  font-size: 4.8rem;
}
.dre_wrap section .data .d.tenbo .txt {
  font-size: 2rem;
  line-height: 4.2rem;
  font-weight: 500;
  background-image: linear-gradient(#FF7272 0.1rem, transparent 0.1rem);
  background-size: 100% 4.2rem;
  background-position: 0 98%; /* ← 下揃え */
}
.dre_wrap section .data .d.course {
  width: 56rem;
}
.dre_wrap section .data .d.course table {
  width: 56rem;
}
.dre_wrap section .data .d.course table tr:nth-child(even) {
  background: #FFF;
}
.dre_wrap section .data .d.course table th, .dre_wrap section .data .d.course table td {
  vertical-align: middle;
  text-align: center;
  border-right: 0.1rem #707070 solid;
}
.dre_wrap section .data .d.course table th {
  font-size: 2rem;
  height: 4.8rem;
}
.dre_wrap section .data .d.course table td {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  height: 5rem;
}
.dre_wrap section .data .d.marugame {
  background: url(../images/dream_marugame_arrow.svg) right center no-repeat;
  background-size: auto 100%;
  padding-right: 6rem;
}
.dre_wrap section .data .d.marugame ul {
  width: 42rem;
}
.dre_wrap section .data .d.marugame ul li {
  border-radius: 1rem;
  height: 11rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  padding-left: 12.5rem;
  flex-direction: column;
  background-size: 8.5rem !important;
}
.dre_wrap section .data .d.marugame ul li p.date {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  font-style: italic;
  color: #FC4276;
}
.dre_wrap section .data .d.marugame ul li p.kekka {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 900;
}
.dre_wrap section .data .d.marugame ul li p.kekka span.j {
  color: #005eff;
}
.dre_wrap section .data .d.marugame ul li p.kekka span.y {
  color: #EB0000;
}
.dre_wrap section .data .d.marugame ul li p.kekka span.ja {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  top: -0.2rem;
}
.dre_wrap section .data .d.marugame ul li.ip {
  background: url(../images/dre_grade_ip.svg) #FFF left 2rem center no-repeat;
}
.dre_wrap section .data .d.marugame ul li.sg {
  background: url(../images/dre_grade_sg.svg) #FFF left 2rem center no-repeat;
}
.dre_wrap section .data .d.marugame ul li.g1 {
  background: url(../images/dre_grade_g1.svg) #FFF left 2rem center no-repeat;
}
.dre_wrap section .data .d.marugame ul li.g2 {
  background: url(../images/dre_grade_g2.svg) #FFF left 2rem center no-repeat;
}
.dre_wrap section .data .d.marugame ul li.g3 {
  background: url(../images/dre_grade_g3.svg) #FFF left 2rem center no-repeat;
}

.dre_wrap section .prof {
  opacity: 0;
  transform: translateX(-2rem);
  transition: 1s;
}

.dre_wrap section.mov .prof {
  opacity: 1;
  transform: translateX(0);
}

.dre_wrap section .data {
  opacity: 0;
  transform: translateX(2rem);
  transition: 1s;
}

.dre_wrap section.mov .data {
  opacity: 1;
  transform: translateX(0);
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  h2 {
    width: 65rem;
    font-size: 4rem;
  }
  .d_top h2 {
    display: none;
  }
  .d_top {
    padding: 8rem 0 5rem 0;
    flex-direction: column;
    height: auto;
  }
  .d_top .san {
    font-size: 2.5rem;
    width: 68rem;
    margin: 0 auto;
  }
  .d_top h3 {
    margin-bottom: 0rem;
  }
  .d_top h3 a {
    display: none !important;
  }
  .d_top h3 img {
    width: 62rem;
    display: block;
    margin: 0 auto 1.5rem auto;
  }
  .d_top .member {
    flex-wrap: wrap;
    margin: 0 0 2rem 0;
    justify-content: center;
  }
  .d_top .member li {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
  }
  .d_top .member li:nth-child(2n) {
    margin-top: 1.5rem;
  }
  .d_top .member img {
    width: 22rem;
  }
  .dre_wrap section .racer {
    display: block;
  }
  .dre_wrap section .prof {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
  }
  .dre_wrap section .prof .p_data {
    position: absolute;
    top: 8rem;
    left: 37.5rem;
  }
  .dre_wrap section .racer {
    background: linear-gradient(to right bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  .dre_wrap section .prof img {
    width: 35rem;
    margin-left: 4rem;
  }
  .dre_wrap section .prof p.ja {
    font-size: 7.8rem;
  }
  .d_top h3 {
    text-align: center;
    width: 100%;
  }
  .dre_wrap section .data {
    width: 68rem;
    margin: 0 auto;
  }
  .dre_wrap section .data .d.tenbo .mida span {
    font-size: 4.2rem;
  }
  .dre_wrap section .data .d.tenbo .txt {
    font-size: 2.8rem;
    line-height: 6rem;
    background-image: linear-gradient(#FF7272 0.1rem, transparent 0.1rem);
    background-size: 100% 6rem;
    background-position: 0 100%;
  }
  .dre_wrap section .data .d {
    padding-left: 4rem;
  }
  .dre_wrap section .data .d h4 {
    font-size: 4rem;
  }
  .dre_wrap section .data .d.course table {
    width: 62rem;
  }
  .dre_wrap section .data .d.course table th {
    font-size: 2.2rem;
  }
  .dre_wrap section .data .d.course table td {
    font-size: 3.4rem;
  }
  .dre_wrap section .data .d.course table td {
    height: 5.8rem;
  }
  .dre_wrap section .data .d {
    padding-bottom: 0rem;
    margin-bottom: 5rem;
  }
  .dre_wrap section .data .d.marugame ul {
    width: 58rem;
  }
  .dre_wrap section .data .d.marugame {
    padding-right: 5rem;
  }
  .dre_wrap section .data .d.marugame ul li p.kekka {
    font-size: 4.8rem;
  }
  .dre_wrap section .data .d.marugame ul li p.kekka span.ja {
    font-size: 3.5rem;
    top: -0.5rem;
  }
  .dre_wrap section .racer {
    padding: 3rem 0;
  }
  .dre_wrap section {
    padding: 3.5rem 0;
  }
  .dre_wrap section .data .d.marugame ul li p.date {
    line-height: 1em;
  }
  .dre_wrap section .prof p.ja.small {
    font-size: 6.8rem;
  }
  .d_top .member img {
    width: 24rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  .pc_no {
    display: none !important;
  }
  .d_top .member li a {
    transition: 0.3s;
    display: block;
    position: relative;
    top: 0;
  }
  .d_top .member li a:hover {
    top: 0.5rem;
  }
  .dre_wrap section .prof p.ja.small {
    font-size: 8rem;
  }
  .dre_wrap .swiper-wrapper {
    display: block;
  }
}
/*# sourceMappingURL=dream.css.map */