@charset "UTF-8";
header a.toko-logo {
  display: block !important;
}
header a.race-logo {
  display: none !important;
}

.top-wrap .site-select {
  width: 100%;
  height: 13.2rem;
  background: linear-gradient(0deg, var(--bk-blue) -3.2rem, transparent 1.6rem), var(--wt-brown);
  display: flex;
  justify-content: space-between;
  padding-top: 1.2rem;
}

.top-wrap .site-select li {
  width: 36.9rem;
  height: 100%;
}
.top-wrap .site-select li:nth-of-type(1) {
  border-radius: 0 2rem 0 0;
}
.top-wrap .site-select li:nth-of-type(2) {
  border-radius: 2rem 0 0 0;
}
.top-wrap .site-select li p {
  color: #fff;
  text-align: center;
  font-family: var(--font-en-ja);
  line-height: 1;
}
.top-wrap .site-select li p span.count {
  font-weight: bold;
  font-family: inherit;
  margin: 0 0.1em;
  line-height: 1;
}
.top-wrap .site-select li p.countdown:not(.active) {
  display: none;
}
.top-wrap .site-select li p.countdown.after {
  line-height: 10.4rem;
}

.top-wrap .site-select li.tokotan {
  background: linear-gradient(0deg, var(--bk-blue) -3.2rem, transparent 1.6rem), #805900;
  position: relative;
}
.top-wrap .site-select li.tokotan a {
  width: 100%;
  height: 100%;
  padding: 1.6rem 2.4rem;
}
.top-wrap .site-select li.tokotan a p {
  font-size: 2.8rem;
  position: relative;
}
.top-wrap .site-select li.tokotan a p span.count {
  font-size: 4.8rem;
  color: #FFCC00;
}
.top-wrap .site-select li.tokotan a p span.count.ja {
  line-height: 4.8rem;
  font-size: 4rem;
}
.top-wrap .site-select li.tokotan a img {
  margin: -0.6rem 0 -0.8rem;
}
.top-wrap .site-select li.tokotan a div.arrow {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
  background: #C59339;
  bottom: 1.2rem;
  right: 2.4rem;
  position: absolute;
}
.top-wrap .site-select li.tokotan a div.arrow::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.4rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 1.3rem;
  left: 0;
  right: 0;
  margin: auto;
}
.top-wrap .site-select li.tokotan a.no {
  pointer-events: none;
}
.top-wrap .site-select li.tokotan a.no div.arrow {
  opacity: 0.3;
}
.top-wrap .site-select li.tokotan a.no img, .top-wrap .site-select li.tokotan a.no .arrow {
  filter: grayscale(1);
}
.top-wrap .site-select li.tokotan p.countdown.after {
  line-height: 5.6rem;
}

.top-wrap .site-select li.chikusen {
  background: url(../images/visu_chikusen-tab_sp.jpg) no-repeat bottom center/cover;
  padding: 1.6rem 2.4rem;
  box-shadow: 0 0 1.2rem var(--bk-blue);
}
.top-wrap .site-select li.chikusen p {
  font-size: 3.6rem;
}
.top-wrap .site-select li.chikusen p span.count {
  font-size: 8.8rem;
  color: var(--cyan);
}
.top-wrap .site-select li.chikusen p span.count.ja {
  line-height: 9.6rem;
  font-size: 7.2rem;
}
.top-wrap .site-select li.chikusen p.countdown.after {
  line-height: 12rem;
}

.top-wrap #top {
  width: 100%;
  height: 84rem;
  background: url(../images/visu_sp.jpg) no-repeat top center/contain;
  padding: 2.4rem;
  position: relative;
  z-index: 1;
}
.top-wrap #top #news {
  height: 5.6rem;
  width: 100%;
  display: flex;
  filter: drop-shadow(var(--bk-blue) 0 0 1.6rem);
}
.top-wrap #top #news * {
  line-height: 5.6rem;
}
.top-wrap #top #news h2 {
  display: inline-block;
  background: var(--cyan);
  height: 100%;
  font-size: 4rem;
  font-family: var(--font-en);
  color: var(--bk-blue);
  font-weight: 900;
  padding: 0 1rem;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  margin-right: 1.6rem;
}
.top-wrap #top #news ul {
  display: block;
  padding: 0;
  list-style: none;
  line-height: 5.6rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  filter: drop-shadow(var(--bk-blue) 0 0 0.8rem);
}
.top-wrap #top #news ul li {
  position: absolute;
  top: -99em;
  transform: translateX(-1px);
  display: block;
  white-space: nowrap;
}
.top-wrap #top #news ul li * {
  color: var(--wt-brown);
}
.top-wrap #top #news ul li span.date {
  font-family: var(--font-en);
  font-weight: bold;
  margin-right: 0.25em;
}
.top-wrap #top #news ul li a {
  color: var(--cyan);
  text-decoration: underline;
  display: inline;
  font-weight: bold;
}
.top-wrap #top #news ul li p {
  display: inline;
  color: var(--wt-brown);
}
.top-wrap #top img {
  position: absolute;
}
.top-wrap #top img.copy {
  top: 8rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 10.8rem;
}
.top-wrap #top img.title {
  bottom: 12rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 70.2rem;
  filter: drop-shadow(var(--dk-blue) 0 0 1.2rem);
}
.top-wrap #top img.cal {
  bottom: 5.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 61rem;
}

section.special {
  width: 100%;
  background: var(--dk-blue);
  margin-top: -6.4rem;
  padding-bottom: 2.4rem;
  position: relative;
}
section.special::before, section.special::after {
  content: "";
  width: 100%;
  height: 6.2rem;
  position: absolute;
  bottom: 5.2rem;
  left: 0;
  background: url(../images/special_mark.svg) no-repeat top left -60.6rem/100%;
  transform: scaleY(-1);
  pointer-events: none;
}
section.special::after {
  transform: scale(-1);
}
section.special h2 {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: -1rem;
  pointer-events: none;
}
section.special h2 img {
  width: 34rem;
  pointer-events: all;
  position: relative;
  z-index: 2;
}
section.special h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/special_mark.svg) no-repeat bottom 3.2rem right/76.4rem;
  left: 0;
  bottom: 0;
}
section.special ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  filter: drop-shadow(rgba(252, 244, 214, 0.4) 0 0 0.8rem);
}
section.special ul li {
  width: calc(50% - 0.4rem);
  margin-bottom: 0.8rem;
}
section.special ul li a img {
  height: 100%;
  filter: drop-shadow(rgb(252, 244, 214) 0 0 0.8rem);
}
section.special ul li.big {
  width: 100%;
}
section.special ul li.small {
  width: 44rem;
  margin-left: auto;
  margin-right: auto;
}
section.special ul li a {
  position: relative;
}
section.special ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(56%) sepia(69%) saturate(1400%) hue-rotate(167deg) brightness(92%) contrast(89%);
  opacity: 0.7;
}
section.special ul li:nth-of-type(1) a {
  background: linear-gradient(var(--wt-brown) 30%, #DF5470);
}
section.special ul li:nth-of-type(1) a::before {
  background: url(../images/special_con-mark_dream_sp.svg) no-repeat top 1rem center/auto 100%;
}
section.special ul li:nth-of-type(2) a {
  background: linear-gradient(var(--wt-brown) 30%, #2195C8);
}
section.special ul li:nth-of-type(2) a::before {
  background: url(../images/special_con-mark_racers_sp.svg) no-repeat top 1rem center/auto 100%;
}
section.special ul li:nth-of-type(3) a {
  background: linear-gradient(var(--wt-brown) 30%, #CE8800);
}
section.special ul li:nth-of-type(3) a::before {
  background: url(../images/special_con-mark_column_sp.svg) no-repeat top 1rem center/auto 100%;
}
section.special ul li:nth-of-type(4) a {
  background: linear-gradient(var(--wt-brown) 30%, #599C00);
}
section.special ul li:nth-of-type(4) a::before {
  background: url(../images/special_con-mark_xcamp_sp.svg) no-repeat top 1rem center/auto 100%;
}
section.special ul li:nth-of-type(5) a {
  background: linear-gradient(var(--wt-brown) 30%, #8549B8);
}
section.special ul li:nth-of-type(5) a::before {
  background: url(../images/special_con-mark_pickup-race_sp.svg) no-repeat top 1rem center/auto 100%;
}
section.special ul li:nth-of-type(6) a {
  background: linear-gradient(var(--wt-brown) 30%, #179797);
}
section.special ul li.no a {
  background: var(--blue) !important;
  opacity: 0.5;
  pointer-events: none;
}
section.special ul li.no a img {
  filter: drop-shadow(rgba(252, 244, 214, 0.4) 0 0 0.8rem);
}

ul.banner_dento {
  width: 100%;
  padding: 2.4rem;
  background: var(--gold-1);
}
ul.banner_dento li:not(:first-of-type) {
  margin-top: 1.6rem;
}
ul.banner_dento li img {
  width: 100%;
}
ul.banner_dento div.soon {
  width: 70.2rem;
  height: 28rem;
  background: var(--wt-brown);
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.banner_dento div.soon p {
  font-family: var(--font-en);
  font-size: 4.8rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  color: var(--lt-blue);
}

.banner_topics {
  background: var(--section-line-top), var(--section-line-bottom), var(--blue);
  width: 100%;
  padding: 4rem 0 4.4rem;
  position: relative;
  box-shadow: var(--bk-blue) 0 0 2.4rem;
}
.banner_topics ul li {
  width: fit-content;
  margin: 0 2.4rem;
}
.banner_topics ul li img {
  width: 50rem;
}
.banner_topics .swiper-pagination {
  margin-top: 0.8rem;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_topics .swiper-pagination span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  margin: 0 0.8rem;
  background: var(--wt-brown);
}
.banner_topics .swiper-pagination span.swiper-pagination-bullet-active {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.6rem;
  background: var(--cyan);
}
.banner_topics .swiper-button {
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  background: #fff;
  top: 10.8rem;
  z-index: 1;
  box-shadow: var(--bk-blue) 0 0 0.8rem;
}
.banner_topics .swiper-button.swiper-button-prev {
  left: 4.5rem;
}
.banner_topics .swiper-button.swiper-button-next {
  right: 4.5rem;
  transform: scaleX(-1);
}
.banner_topics .swiper-button::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 3.2rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-0.3rem);
  background: var(--bk-blue);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

#dream {
  background: var(--section-line-top_wide), #870404;
  padding: 6.4rem 2.4rem 0;
  overflow: hidden;
  box-shadow: var(--bk-blue) 0 0 2.4rem;
}
#dream h2 {
  position: relative;
}
#dream h2:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
  height: 72rem;
  background: radial-gradient(rgba(255, 255, 255, 0.9333333333), transparent 65%);
  mix-blend-mode: overlay;
  z-index: 0;
  pointer-events: none;
}
#dream h2 img {
  width: 100%;
  position: relative;
}
#dream p.note {
  text-align: center;
  color: var(--wt-brown);
  font-size: 2.4rem;
}
#dream .btn-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#dream .btn-wrap h3 {
  filter: drop-shadow(var(--bk-blue) 0 0 1.6rem);
  margin: 3.2rem 0 0.8rem;
}
#dream .btn-wrap h3 img {
  width: 32.7rem;
}
#dream .btn-wrap ul {
  filter: drop-shadow(var(--bk-blue) 0 0 1.6rem);
  text-align: justify;
}
#dream .btn-wrap ul li a {
  display: inline-block;
  width: 30.3rem;
  height: 10.4rem;
  background: url(../images/dream_btn_sp.jpg) no-repeat center center/contain;
  margin-top: 1.6rem;
  padding: 0 2.4rem;
  position: relative;
  cursor: pointer;
}
#dream .btn-wrap ul li a p:not(.num) {
  text-align: left;
  display: inline-block;
  font-size: 4.8rem;
}
#dream .btn-wrap ul li a p:not(.num), #dream .btn-wrap ul li a p:not(.num) * {
  font-weight: 900;
  font-family: var(--font-en-ja);
  line-height: 0.9;
}
#dream .btn-wrap ul li a p:not(.num) span {
  font-size: 3.2rem;
  color: #0045CF;
}
#dream .btn-wrap ul li a .arrow {
  position: absolute;
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
  background: #0045CF;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2.4rem;
}
#dream .btn-wrap ul li a .arrow::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.4rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 1.3rem;
  left: 0;
  right: 0;
  margin: auto;
}
#dream .btn-wrap ul li a.active {
  opacity: 0.6;
  pointer-events: none;
}
#dream .btn-wrap div:nth-of-type(2) h3 {
  text-align: right;
}
#dream .btn-wrap div:nth-of-type(2) ul {
  text-align: right;
}
#dream .btn-wrap div:nth-of-type(2) ul li a {
  transform: scaleX(-1);
  text-align: left;
}
#dream .btn-wrap div:nth-of-type(2) ul li a p {
  transform: scaleX(-1);
  transform-origin: 2em center;
}
#dream .btn-wrap div:nth-of-type(2) ul li a p:not(.num) span {
  color: #3B7700;
}
#dream .btn-wrap div:nth-of-type(2) ul li a .arrow {
  background: #3B7700;
}
#dream .dream_arrow {
  margin: 3.2rem auto 4.8rem;
  position: relative;
  width: fit-content;
  animation: dream_arrow 3s ease-in-out infinite;
}
@keyframes dream_arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.8rem);
  }
}
#dream .dream_arrow span {
  display: block;
  width: 40rem;
  height: 6.2rem;
}
#dream .dream_arrow span:nth-of-type(1) {
  background: url(../images/dream_arrow_top.svg) no-repeat top center/contain;
}
#dream .dream_arrow span:nth-of-type(2) {
  margin-top: -2.4rem;
  background: url(../images/dream_arrow_btm.svg) no-repeat top center/contain;
  position: absolute;
  z-index: -1;
}
#dream section.data-display {
  width: 75rem;
  margin: 0 -2.4rem 0;
  padding: 6.4rem 2.4rem 4.8rem;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
#dream section.data-display:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
  height: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0.9333333333), transparent 65%);
  mix-blend-mode: overlay;
  z-index: -1;
  pointer-events: none;
}
#dream section.data-display .frame {
  width: 64.6rem;
  height: 34.8rem;
  margin: 0 auto 4.8rem;
  position: relative;
}
#dream section.data-display .frame::before {
  position: absolute;
  content: "";
  width: 30.6rem;
  height: 18.1rem;
  background: url(../images/dream_frame-inner_sp.svg) no-repeat center center/contain;
  bottom: 1rem;
  right: 1rem;
  pointer-events: none;
}
#dream section.data-display .frame::after {
  position: absolute;
  content: "";
  width: 74.6rem;
  height: 45.4rem;
  background: url(../images/dream_frame-1_sp.svg) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#dream section.data-display .frame .pic {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#dream section.data-display .frame .pic img {
  height: 100%;
  object-fit: cover;
}
#dream section.data-display .frame p.num, #dream section.data-display .frame h3, #dream section.data-display .frame p.data {
  position: absolute;
  right: 25%;
  transform: translateX(50%);
}
#dream section.data-display .frame p.num {
  bottom: 12.6rem;
}
#dream section.data-display .frame p.num, #dream section.data-display .frame p.num * {
  font-family: var(--font-en-ja);
  font-weight: 900;
  font-size: 2.8rem;
}
#dream section.data-display .frame p.num span {
  font-size: 4.4rem;
}
#dream section.data-display .frame h3 {
  font-size: 5.2rem;
  font-weight: 900;
  bottom: 5.6rem;
}
#dream section.data-display .frame p.data {
  font-size: 2.8rem;
  font-weight: bold;
  bottom: 2.4rem;
  font-family: var(--font-en-ja);
}
#dream section.data-display section.num1 .frame {
  background: #fff;
}
#dream section.data-display section.num1 .frame * {
  color: #000;
}
#dream section.data-display section.num1 .frame::before {
  filter: brightness(0);
}
#dream section.data-display section.num2 .frame {
  background: var(--bk-blue);
}
#dream section.data-display section.num2 .frame * {
  color: #fff;
}
#dream section.data-display section.num3 .frame {
  background: #BF090F;
}
#dream section.data-display section.num3 .frame * {
  color: #fff;
}
#dream section.data-display section.num4 .frame {
  background: #1188DD;
}
#dream section.data-display section.num4 .frame * {
  color: #fff;
}
#dream section.data-display section.num5 .frame {
  background: #F1B50F;
}
#dream section.data-display section.num5 .frame * {
  color: #000;
}
#dream section.data-display section.num5 .frame::before {
  filter: brightness(0);
}
#dream section.data-display section.num6 .frame {
  background: #45980E;
}
#dream section.data-display section.num6 .frame * {
  color: #fff;
}
#dream section.data-display .win {
  background: linear-gradient(rgba(0, 0, 0, 0.2666666667), transparent 0.4rem), linear-gradient(-90deg, rgba(0, 0, 0, 0.2666666667), transparent 0.4rem), linear-gradient(0deg, rgba(0, 0, 0, 0.2666666667), transparent 0.4rem), linear-gradient(90deg, rgba(0, 0, 0, 0.2666666667), transparent 0.4rem), url(../images/dream_win-end.svg) no-repeat top 50% right 3.2rem/11rem, var(--gold-2);
  box-shadow: var(--bk-blue) 0 0 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.8rem 0;
}
#dream section.data-display .win::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  top: 0.4rem;
  left: 0.4rem;
  border: var(--bk-blue) 0.1rem solid;
  opacity: 0.3;
  pointer-events: none;
}
#dream section.data-display .win h4 {
  font-size: 4rem;
  font-weight: bold;
  writing-mode: vertical-lr;
  border: var(--bk-blue) 0.1rem solid;
  margin: 1.2rem 2rem;
  line-height: 5.6rem;
  padding: 0.8rem 0;
}
#dream section.data-display .win li span {
  display: inline-block;
  text-align: center;
  line-height: 3.2rem;
}
#dream section.data-display .win li span:nth-of-type(1) {
  width: 2em;
  text-align: left;
}
#dream section.data-display .win li span:nth-of-type(2) {
  width: 3.2em;
  margin-right: 0.25em;
}
#dream section.data-display .win li span:last-of-type {
  width: 2.5em;
  background: var(--bk-blue);
  color: var(--wt-brown);
  font-family: var(--font-en-ja);
  margin: 0 0.5em;
}
#dream section.data-display .win li span:last-of-type.g3 {
  background: #00B95C;
}
#dream section.data-display .win li span:last-of-type.g2 {
  background: #7A00C4;
}
#dream section.data-display .win li span:last-of-type.g1 {
  background: #EB6E00;
}
#dream section.data-display .win li span:last-of-type.sg {
  background: #CC0007;
}
#dream section.data-display .win li span:last-of-type:not(.ip, .sg) {
  padding-left: 0.25em;
}
#dream section.data-display .column {
  width: 100%;
  padding: 1.6rem 2.4rem 2.4rem;
  background: linear-gradient(var(--lt-blue) -2.4rem, transparent 2rem), linear-gradient(-90deg, var(--lt-blue) -2.4rem, transparent 2rem), linear-gradient(0deg, var(--lt-blue) -2.4rem, transparent 2rem), linear-gradient(90deg, var(--lt-blue) -2.4rem, transparent 2rem), var(--wt-brown);
  margin-top: 1.6rem;
  text-align: justify;
}
#dream section.data-display .column h4 {
  font-weight: 900;
  font-size: 4rem;
  display: inline-block;
  width: 100%;
  border-bottom: var(--blue) 0.2rem solid;
  margin-bottom: 0.8rem;
}
#dream section.data-display .data-group:nth-of-type(2) .frame::after {
  background: url(../images/dream_frame-2_sp.svg) no-repeat center center/contain;
}
#dream section.data-display .data-group > section {
  transition: opacity 0.2s;
}
#dream section.data-display .data-group > section:not(.active) {
  visibility: hidden;
  height: 0;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
}
#dream section.data-display .data-group > section:not(.active) * {
  display: none;
}

/***********************************************************************
    「★スマホ版 CSS★」
**********************************************************************/
@media all and (max-width: 750px) {
  section.special li:not(.big):not(.small):nth-of-type(2n-1) a {
    mask: url(../images/clip-sp-m-o.svg) no-repeat center center/100%;
  }
  section.special li:not(.big):not(.small):nth-of-type(2n) a {
    mask: url(../images/clip-sp-m-e.svg) no-repeat center center/100%;
  }
  section.special li.big {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  }
  section.special li.small {
    mask: url(../images/clip-sp-s.svg) no-repeat center center/100%;
  }
  #dream .btn-wrap::before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 4.8rem;
    background: url(../images/dream_line-end.svg) no-repeat bottom center/contain;
    left: calc(50% - 1rem);
    top: 4rem;
  }
  #dream .btn-wrap::after {
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 14.4rem;
    background: var(--lt-blue);
    left: calc(50% - 0.1rem);
    top: 8rem;
  }
  #dream .btn-wrap ul.num {
    position: absolute;
    width: 8rem;
    bottom: 0;
    left: calc(50% - 4rem);
  }
  #dream .btn-wrap ul.num li {
    width: 100%;
    height: 10.4rem;
    margin-top: 1.6rem;
    clip-path: polygon(calc(100% - 1.2rem) 0, 1.2rem 0, 0 1.2rem, 0 calc(100% - 1.2rem), 1.2rem 100%, calc(100% - 1.2rem) 100%, 100% calc(100% - 1.2rem), 100% 1.2rem);
    padding: 0.4rem 0;
    text-align: center;
  }
  #dream .btn-wrap ul.num li p, #dream .btn-wrap ul.num li p * {
    font-family: var(--font-en-ja);
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    text-align: center;
  }
  #dream .btn-wrap ul.num li p span, #dream .btn-wrap ul.num li p * span {
    font-size: 6.4rem;
  }
  #dream .btn-wrap ul.num li.num1 {
    background: #fff;
  }
  #dream .btn-wrap ul.num li.num1 * {
    color: var(--bk-blue) !important;
  }
  #dream .btn-wrap ul.num li.num2 {
    background: var(--bk-blue);
  }
  #dream .btn-wrap ul.num li.num2 * {
    color: #fff !important;
  }
  #dream .btn-wrap ul.num li.num3 {
    background: #BF090F;
  }
  #dream .btn-wrap ul.num li.num3 * {
    color: #fff !important;
  }
  #dream .btn-wrap ul.num li.num4 {
    background: #1188DD;
  }
  #dream .btn-wrap ul.num li.num4 * {
    color: #fff !important;
  }
  #dream .btn-wrap ul.num li.num5 {
    background: #F1B50F;
  }
  #dream .btn-wrap ul.num li.num5 * {
    color: var(--bk-blue) !important;
  }
  #dream .btn-wrap ul.num li.num6 {
    background: #45980E;
  }
  #dream .btn-wrap ul.num li.num6 * {
    color: #fff !important;
  }
  #dream .sp-nav {
    width: fit-content;
    margin: 2.4rem auto;
  }
  #dream .sp-nav a {
    display: inline-block;
    margin: 0 1.2rem;
    width: 28rem;
    height: 8rem;
    border-radius: 4rem;
    background: #BF090F;
    border: 0.4rem solid #fff;
    box-shadow: var(--bk-blue) 0 0 2.4rem;
    line-height: 7rem;
    font-weight: 900;
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    position: relative;
  }
  #dream .sp-nav a::before {
    position: absolute;
    content: "";
    width: 2.6rem;
    height: 3.2rem;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: #fff;
    top: calc(50% - 1.6rem);
    left: 2.8rem;
  }
  #dream .sp-nav a.prev {
    padding-left: 3.2rem;
  }
  #dream .sp-nav a.next {
    padding-right: 3.2rem;
  }
  #dream .sp-nav a.next::before {
    transform: scaleX(-1);
    left: auto;
    right: 2.8rem;
  }
}
/***********************************************************************
    「★PC版 CSS★」
**********************************************************************/
@media all and (min-width: 751px) {
  .top-wrap {
    grid-row: 1;
    grid-column: 1;
    display: grid;
    width: 100%;
    height: 92rem;
    grid-template-rows: 53rem 1fr;
    grid-template-columns: 48rem 1fr;
  }
  .top-wrap .site-select {
    width: 48rem;
    height: 53rem;
    background: linear-gradient(-90deg, var(--bk-blue) -2.8rem, transparent 1.2rem), var(--wt-brown);
    display: block;
    padding: 12rem 0 2rem 3.2rem;
  }
  .top-wrap .site-select li {
    width: 100%;
    border-radius: 1.6rem 0 0 1.6rem !important;
    margin-bottom: 1.2rem;
  }
  .top-wrap .site-select li.chikusen {
    height: 16rem;
    background: url(../images/visu_chikusen-tab_pc.jpg) no-repeat bottom center/cover;
    padding: 2.4rem;
  }
  .top-wrap .site-select li.chikusen p {
    font-size: 4rem;
  }
  .top-wrap .site-select li.chikusen p span.count {
    font-size: 12rem;
  }
  .top-wrap .site-select li.chikusen p span.count.ja {
    line-height: 12rem;
    font-size: 9.2rem;
  }
  .top-wrap .site-select li.tokotan {
    width: 43.6rem;
    height: 21.8rem;
    background: url(../images/visu_tokotan-tab_pc.jpg) no-repeat bottom center/cover;
    position: relative;
    transition: all 0.4s;
  }
  .top-wrap .site-select li.tokotan:hover {
    opacity: 0.8;
    transform: translateX(1.2rem);
    box-shadow: #FFCC00 0 0 2.4rem;
  }
  .top-wrap .site-select li.tokotan a p {
    font-size: 2.8rem;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-wrap .site-select li.tokotan a p span.count {
    font-size: 5.6rem;
  }
  .top-wrap .site-select li.tokotan a p span.count.ja {
    line-height: 4.8rem;
    font-size: 4.4rem;
  }
  .top-wrap .site-select li.tokotan a img {
    position: absolute;
    bottom: 5.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 3.2rem);
  }
  .top-wrap .site-select li.tokotan a div.arrow {
    bottom: 0.8rem;
    right: 1.6rem;
    transform: rotate(-90deg);
  }
  .top-wrap .site-select li.tokotan a:hover {
    transform: none !important;
    opacity: 1;
  }
  .top-wrap .site-select li.tokotan p.countdown.after {
    line-height: 4rem;
  }
  .top-wrap #top {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 100%;
    height: 92rem;
    background: url(../images/visu_pc.jpg) no-repeat top left/cover;
    padding: 0;
    z-index: 0;
  }
  .top-wrap #top #news {
    height: 3.6rem;
    width: fit-content;
    margin: 4.6rem 43.2rem 0 auto;
  }
  .top-wrap #top #news * {
    line-height: 3.6rem;
  }
  .top-wrap #top #news h2 {
    font-size: 2.8rem;
    clip-path: polygon(0 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0.8rem 100%, 0 calc(100% - 0.8rem));
    margin-right: 1.2rem;
  }
  .top-wrap #top #news ul {
    width: 38rem;
    max-width: 38rem;
    filter: drop-shadow(var(--bk-blue) 0 0 0.8rem) drop-shadow(var(--bk-blue) 0 0 0.4rem);
  }
  .top-wrap #top #news ul li {
    font-size: 2rem;
  }
  .top-wrap #top #news ul li span.date {
    font-family: var(--font-en);
    font-weight: bold;
    margin-right: 0.25em;
  }
  .top-wrap #top #news ul li a {
    color: var(--cyan);
    text-decoration: underline;
  }
  .top-wrap #top img {
    position: absolute;
  }
  .top-wrap #top img.copy {
    bottom: 36.6rem;
    left: 42.2rem;
    width: 12rem;
    margin: 0;
  }
  .top-wrap #top img.title {
    bottom: 9.5rem;
    left: 3.8rem;
    right: auto;
    width: 88.6rem;
  }
  .top-wrap #top img.cal {
    bottom: 3.2rem;
    left: 18.3rem;
    right: auto;
    width: 59.4rem;
  }
  section.special {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 52rem;
    margin: 12.8rem 0 0 auto;
    padding-bottom: 2rem;
    position: relative;
    background: none;
  }
  section.special h2 {
    width: 100%;
    text-align: center;
    position: relative;
    margin: -3.6rem 0 -2.4rem;
  }
  section.special h2 img {
    width: 27.2rem;
    pointer-events: all;
  }
  section.special h2::after {
    position: absolute;
    content: "";
    width: 52rem;
    height: 4.4rem;
    background: url(../images/special_mark.svg) no-repeat center center/contain;
    left: 0;
    bottom: 2.4rem;
  }
  section.special ul {
    padding-left: 4rem;
    justify-content: flex-start;
    overflow: hidden;
  }
  section.special ul li {
    width: 100%;
    height: 10rem;
    display: flex;
    margin-bottom: 0.8rem;
  }
  section.special ul li.big {
    width: 100%;
    height: 14rem;
  }
  section.special ul li.small {
    width: 36.8rem;
    height: 6.8rem;
    margin-left: 4rem;
  }
  section.special ul li:nth-of-type(1) a {
    background: linear-gradient(var(--wt-brown) 30%, #DF5470);
  }
  section.special ul li:nth-of-type(1) a::before {
    background: url(../images/special_con-mark_dream_pc.svg) no-repeat center left 0.8rem/auto 8.6rem;
  }
  section.special ul li:nth-of-type(2) a {
    background: linear-gradient(var(--wt-brown) 30%, #2195C8);
  }
  section.special ul li:nth-of-type(2) a::before {
    background: url(../images/special_con-mark_racers_pc.svg) no-repeat center left 0.8rem/auto 8.6rem;
  }
  section.special ul li:nth-of-type(3) a {
    background: linear-gradient(var(--wt-brown) 30%, #CE8800);
  }
  section.special ul li:nth-of-type(3) a::before {
    background: url(../images/special_con-mark_column_pc.svg) no-repeat center left 0.8rem/auto 8.6rem;
  }
  section.special ul li:nth-of-type(4) a {
    background: linear-gradient(var(--wt-brown) 30%, #599C00);
  }
  section.special ul li:nth-of-type(4) a::before {
    background: url(../images/special_con-mark_xcamp_pc.svg) no-repeat center left 0.8rem/auto 8.6rem;
  }
  section.special ul li:nth-of-type(5) a {
    background: linear-gradient(var(--wt-brown) 30%, #8549B8);
  }
  section.special ul li:nth-of-type(5) a::before {
    background: url(../images/special_con-mark_pickup-race_pc.svg) no-repeat bottom 2rem left 0.8rem/auto 8.6rem;
  }
  section.special ul li:nth-of-type(6) a {
    background: linear-gradient(var(--wt-brown) 30%, #179797);
  }
  section.special ul li:nth-of-type(even), section.special ul li.small {
    transform: translateX(4rem);
  }
  section.special ul li a {
    transform-origin: right;
  }
  section.special ul li a:hover {
    transform: scale(0.975);
  }
  section.special ul li a {
    mask: url(../images/clip-pc-m.svg) no-repeat center center/100%;
    -webkit-mask: url(../images/clip-pc-m.svg) no-repeat center center/100%;
  }
  section.special ul li.big a {
    mask: url(../images/clip-pc-b.svg) no-repeat center center/100%;
    -webkit-mask: url(../images/clip-pc-b.svg) no-repeat center center/100%;
  }
  section.special ul li.small a {
    mask: url(../images/clip-pc-s.svg) no-repeat center center/100%;
    -webkit-mask: url(../images/clip-pc-s.svg) no-repeat center center/100%;
  }
  section.special::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4rem;
    left: 0;
    transform: scaleY(-1);
  }
  ul.banner_dento {
    grid-row: 2;
    grid-column: 1;
    padding: 2.4rem 3.2rem;
    background: linear-gradient(-90deg, var(--bk-blue) -2.8rem, transparent 1.2rem), var(--gold-1);
  }
  ul.banner_dento li:not(:first-of-type) {
    margin-top: 0.4rem;
  }
  ul.banner_dento li img {
    width: 100%;
  }
  ul.banner_dento li div.soon {
    width: 41.6rem;
    height: 16.7rem;
  }
  ul.banner_dento li div.soon p {
    font-size: 3.2rem;
  }
  .banner_topics {
    background: var(--section-line-top), var(--section-line-bottom), var(--blue);
    width: 100%;
    padding: 2.4rem 0;
    position: relative;
    box-shadow: var(--bk-blue) 0 0 2.4rem;
  }
  .banner_topics ul {
    justify-content: center;
  }
  .banner_topics ul li {
    width: fit-content;
    margin: 0 0.8rem;
  }
  .banner_topics ul li img {
    width: 34rem;
  }
  #dream {
    padding: 1.6rem 8rem 0;
  }
  #dream h2 {
    margin: auto;
    width: fit-content;
  }
  #dream h2:before {
    height: 56rem;
  }
  #dream h2 img {
    width: 71.1rem;
  }
  #dream h2 div::before, #dream h2 div::after {
    position: absolute;
    content: "";
    width: 40.2rem;
    height: 21.7rem;
    bottom: 1.2rem;
    background: url(../images/title-side.svg) no-repeat bottom center/contain;
  }
  #dream h2 div::before {
    left: -38rem;
  }
  #dream h2 div::after {
    right: -38rem;
    transform: scaleX(-1);
  }
  #dream p.note {
    font-size: 1.8rem;
  }
  #dream > div {
    position: relative;
  }
  #dream > div::before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 4.8rem;
    background: url(../images/dream_line-end.svg) no-repeat bottom center/contain;
    left: calc(50% - 1rem);
    top: 4rem;
  }
  #dream > div::after {
    position: absolute;
    content: "";
    width: 0.2rem;
    height: calc(100% - 10rem);
    background: var(--lt-blue);
    left: calc(50% - 0.1rem);
    bottom: 4rem;
  }
  #dream .btn-wrap > div:nth-of-type(1) {
    padding-right: 4rem;
  }
  #dream .btn-wrap > div:nth-of-type(2) {
    padding-left: 4rem;
  }
  #dream .btn-wrap h3 {
    margin: 0 auto 0.8rem;
    width: fit-content;
  }
  #dream .btn-wrap h3 img {
    width: 54.2rem;
  }
  #dream .btn-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dream .btn-wrap ul li a {
    display: inline-block;
    width: 27.4rem;
    height: 8.3rem;
    background: url(../images/dream_btn_pc.jpg) no-repeat center center/contain;
    margin-top: 0.8rem;
    padding: 0;
  }
  #dream .btn-wrap ul li a div.num {
    position: absolute;
    height: 7.3rem;
    width: 5rem;
    text-align: center;
    padding: 0.8rem 0;
    margin: 0.5rem;
    border-right: var(--bk-blue) 0.1rem solid;
  }
  #dream .btn-wrap ul li a div.num p, #dream .btn-wrap ul li a div.num p * {
    font-family: var(--font-en-ja);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  #dream .btn-wrap ul li a div.num p span {
    font-size: 4rem;
  }
  #dream .btn-wrap ul li a div.num.num1 {
    background: linear-gradient(var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(0deg, var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(90deg, var(--bk-blue) -2.4rem, transparent 1rem), #fff;
  }
  #dream .btn-wrap ul li a div.num.num1 p, #dream .btn-wrap ul li a div.num.num1 p * {
    color: var(--bk-blue) !important;
  }
  #dream .btn-wrap ul li a div.num.num2 {
    background: linear-gradient(var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(0deg, var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(90deg, var(--bk-blue) -2.4rem, transparent 1rem), var(--bk-blue);
  }
  #dream .btn-wrap ul li a div.num.num2 p, #dream .btn-wrap ul li a div.num.num2 p * {
    color: var(--wt-brown) !important;
  }
  #dream .btn-wrap ul li a div.num.num3 {
    background: linear-gradient(var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(0deg, var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(90deg, var(--bk-blue) -2.4rem, transparent 1rem), #BF090F;
  }
  #dream .btn-wrap ul li a div.num.num3 p, #dream .btn-wrap ul li a div.num.num3 p * {
    color: var(--wt-brown) !important;
  }
  #dream .btn-wrap ul li a div.num.num4 {
    background: linear-gradient(var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(0deg, var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(90deg, var(--bk-blue) -2.4rem, transparent 1rem), #1188DD;
  }
  #dream .btn-wrap ul li a div.num.num4 p, #dream .btn-wrap ul li a div.num.num4 p * {
    color: var(--wt-brown) !important;
  }
  #dream .btn-wrap ul li a div.num.num5 {
    background: linear-gradient(var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(0deg, var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(90deg, var(--bk-blue) -2.4rem, transparent 1rem), #F1B50F;
  }
  #dream .btn-wrap ul li a div.num.num5 p, #dream .btn-wrap ul li a div.num.num5 p * {
    color: var(--bk-blue) !important;
  }
  #dream .btn-wrap ul li a div.num.num6 {
    background: linear-gradient(var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(0deg, var(--bk-blue) -2.4rem, transparent 1rem), linear-gradient(90deg, var(--bk-blue) -2.4rem, transparent 1rem), #45980E;
  }
  #dream .btn-wrap ul li a div.num.num6 p, #dream .btn-wrap ul li a div.num.num6 p * {
    color: var(--wt-brown) !important;
  }
  #dream .btn-wrap ul li a p:not(.num p) {
    text-align: left;
    display: inline-block;
    font-size: 3.8rem;
    margin-left: 6.4rem;
  }
  #dream .btn-wrap ul li a p:not(.num p), #dream .btn-wrap ul li a p:not(.num p) * {
    line-height: 0.95;
  }
  #dream .btn-wrap ul li a p:not(.num p) span {
    font-size: 2.4rem;
  }
  #dream .btn-wrap ul li a .arrow {
    width: 2.8rem;
    height: 2.8rem;
    right: 1.8rem;
  }
  #dream .btn-wrap ul li a .arrow::before {
    width: 1.2rem;
    height: 1rem;
    top: 1rem;
  }
  #dream .btn-wrap div:nth-of-type(2) h3 {
    text-align: right;
  }
  #dream .btn-wrap div:nth-of-type(2) ul li a {
    transform: none;
  }
  #dream .btn-wrap div:nth-of-type(2) ul li a p {
    transform: none;
  }
  #dream .arrow-wrap {
    display: flex;
    justify-content: center;
    margin: 0 -4rem;
  }
  #dream .dream_arrow {
    margin: 1.6rem auto 2.8rem;
  }
  #dream .dream_arrow span {
    width: 20rem;
    height: 3rem;
  }
  #dream .dream_arrow span:nth-of-type(2) {
    margin: -1rem auto 0;
  }
  #dream section.data-display {
    width: calc(100% + 16rem);
    margin: 0 -8rem 0;
    padding: 3.2rem 8rem 4rem;
    display: flex;
    justify-content: space-between;
  }
  #dream section.data-display:before {
    left: -8rem;
    transform: translate(0, -50%);
  }
  #dream section.data-display:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -8rem;
    transform: translate(0, -50%);
    width: 120rem;
    height: 100%;
    background: radial-gradient(rgba(255, 255, 255, 0.9333333333), transparent 65%);
    mix-blend-mode: overlay;
    z-index: -1;
    pointer-events: none;
  }
  #dream section.data-display .data-group > section {
    display: grid;
    grid-template-columns: 45.6rem 1fr;
    grid-template-rows: 43.2rem 1fr;
    width: 84rem;
    grid-gap: 1.6rem 2.4rem;
  }
  #dream section.data-display .frame {
    grid-row: 1;
    grid-column: 1;
    width: calc(100% - 3.8rem);
    height: calc(100% - 3.8rem);
    margin: 1.9rem;
  }
  #dream section.data-display .frame::before {
    width: 41rem;
    height: 8.8rem;
    background: url(../images/dream_frame-inner_pc.svg) no-repeat center center/contain;
    bottom: 0.4rem;
    right: 50%;
    transform: translateX(50%);
  }
  #dream section.data-display .frame::after {
    width: 49rem;
    height: 46.6rem;
    background: url(../images/dream_frame-1_pc.svg) no-repeat center center/contain;
  }
  #dream section.data-display .frame .pic {
    width: 100%;
    height: 29.7rem;
    overflow: hidden;
  }
  #dream section.data-display .frame .pic img {
    height: 100%;
    object-fit: cover;
  }
  #dream section.data-display .frame p.num {
    bottom: 12.6rem;
    left: 2.6rem;
  }
  #dream section.data-display .frame p.num, #dream section.data-display .frame p.num * {
    font-size: 2rem;
  }
  #dream section.data-display .frame p.num span {
    font-size: 4.8rem;
  }
  #dream section.data-display .frame h3 {
    font-size: 4rem;
    left: calc(50% - 2em);
  }
  #dream section.data-display .frame p.data {
    font-size: 2rem;
    left: 30.4rem;
    line-height: 1.2;
  }
  #dream section.data-display .frame p.num, #dream section.data-display .frame h3, #dream section.data-display .frame p.data {
    right: auto;
    bottom: 4.8rem;
    transform: translateY(50%);
  }
  #dream section.data-display .win {
    grid-column: 1;
    grid-row: 2;
    padding: 0.8rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2666666667), transparent 0.4rem), linear-gradient(-90deg, rgba(0, 0, 0, 0.2666666667), transparent 0.4rem), linear-gradient(0deg, rgba(0, 0, 0, 0.2666666667), transparent 0.4rem), linear-gradient(90deg, rgba(0, 0, 0, 0.2666666667), transparent 0.4rem), url(../images/dream_win-end.svg) no-repeat top 50% right 2.4rem/8.4rem, var(--gold-2);
  }
  #dream section.data-display .win::before {
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    top: 0.2rem;
    left: 0.2rem;
  }
  #dream section.data-display .win h4 {
    font-size: 2.8rem;
    margin: 0 1.6rem;
    line-height: 4rem;
    padding: 0.4rem 0;
  }
  #dream section.data-display .win li {
    font-size: 1.8rem;
  }
  #dream section.data-display .win li span {
    line-height: 2.4rem;
  }
  #dream section.data-display .win li span:last-of-type {
    margin: 0 0.5em;
  }
  #dream section.data-display .column {
    grid-column: 2;
    grid-row: 1/3;
    padding: 1.6rem 2rem 2rem;
    background: url(../images/dream_box-end.svg) no-repeat bottom center/contain, linear-gradient(var(--lt-blue) -2.4rem, transparent 2rem), linear-gradient(-90deg, var(--lt-blue) -2.4rem, transparent 2rem), linear-gradient(0deg, var(--lt-blue) -2.4rem, transparent 2rem), linear-gradient(90deg, var(--lt-blue) -2.4rem, transparent 2rem), var(--wt-brown);
    margin-top: 0;
    font-size: 1.8rem;
  }
  #dream section.data-display .column h4 {
    font-size: 3.2rem;
    line-height: 1.4;
    padding-bottom: 0.4rem;
    margin-bottom: 1.2rem;
  }
  #dream section.data-display .sp-nav {
    width: fit-content;
    margin: 2.4rem auto;
  }
  #dream section.data-display .sp-nav a {
    display: inline-block;
    margin: 0 1.2rem;
    width: 28rem;
    height: 8rem;
    border-radius: 4rem;
    background: #BF090F;
    border: 0.4rem solid #fff;
    box-shadow: var(--bk-blue) 0 0 2.4rem;
    line-height: 7rem;
    font-weight: 900;
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    position: relative;
  }
  #dream section.data-display .sp-nav a::before {
    position: absolute;
    content: "";
    width: 2.6rem;
    height: 3.2rem;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: #fff;
    top: calc(50% - 1.6rem);
    left: 2.8rem;
  }
  #dream section.data-display .sp-nav a.prev {
    padding-left: 3.2rem;
  }
  #dream section.data-display .sp-nav a.next {
    padding-right: 3.2rem;
  }
  #dream section.data-display .sp-nav a.next::before {
    transform: scaleX(-1);
    left: auto;
    right: 2.8rem;
  }
  #dream section.data-display .data-group:nth-of-type(2) .frame::after {
    background: url(../images/dream_frame-2_pc.svg) no-repeat center center/contain;
  }
  #dream section.data-display .data-group > section:not(.active) {
    visibility: hidden;
    height: 0;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
  }
  #dream section.data-display .data-group > section:not(.active) * {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */