@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

#dream * {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  overflow-x: hidden; /* 念のため横はみ出し対策 */
}

a {
  display: block;
}

.no {
  opacity: 0.5;
  pointer-events: none;
}

ul .no {
  pointer-events: none;
  opacity: 0.3;
}

/*****************************************************************************************************************************************
    共通
*****************************************************************************************************************************************/
.top_link {
  background: #000;
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  width: 400px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 500;
}

.top_link a {
  background: url(../images/classic_logo.png) no-repeat center/cover;
  width: 300px;
  height: 60px;
  margin-left: 25px;
  transition: 0.1s;
}

.top_link a:hover {
  opacity: 0.5;
}

#dream .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/dream_bg.jpg) no-repeat center center/cover;
  background-size: cover;
  top: 0;
  z-index: -1;
  transform: translateZ(0);
}

.dream_wrap {
  padding: 64px 298px 80px;
}
.dream_wrap, .dream_wrap * {
  box-sizing: border-box;
}
.dream_wrap h2 {
  width: fit-content;
  margin: 0 auto 16px;
}
.dream_wrap section {
  width: 100%;
  min-height: 482px;
  background: url(../images/dream_racerbg.svg) no-repeat bottom center/contain;
  position: relative;
  padding-left: 468px;
}
.dream_wrap section h3 {
  position: absolute;
  bottom: 11px;
  left: 10px;
}
.dream_wrap section .right {
  width: 826px;
  position: relative;
  padding-top: 72px;
}
.dream_wrap section .right ul.data {
  display: flex;
  justify-content: space-between;
}
.dream_wrap section .right ul.data li {
  display: block;
  width: 128px;
  height: 104px;
  text-align: center;
  border: 1px solid rgba(220, 0, 60, 0.4);
  font-size: 36px;
  font-family: "ff-din-paneuropean", "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  margin-top: 32px;
  letter-spacing: -0.01em;
  line-height: 64px;
}
.dream_wrap section .right ul.data li span {
  font-size: 20px;
  font-family: inherit !important;
  font-weight: 600;
}
.dream_wrap section .right ul.data li h5 {
  display: block;
  width: 98px;
  line-height: 40px;
  border: 1px solid #B39500;
  background: linear-gradient(-90deg, #DBB03A, #F1DA73, #EAC140, #D0A435, #B4842A, #ECB94E);
  color: #fff;
  font-size: 24px;
  margin: -0.5lh auto 0;
  text-shadow: 0 0 8px #9E711D;
}
.dream_wrap section .right p {
  font-size: 18px;
  line-height: 1.8;
  color: #500;
  margin-top: 12px;
  background-image: linear-gradient(rgba(220, 0, 60, 0.2) 1px, transparent 1px);
  background-size: 12px 1lh;
  background-position: 0 -2px;
  padding: 0 8px;
  text-align: justify;
}

/* footer
------------------------------------------------------------*/
.footer {
  background: #1A2057;
  padding: 3px 0;
  position: relative;
  z-index: 15;
  height: 32px;
  width: 100%;
}

.footer p {
  font-family: "Roboto";
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {
  html {
    height: calc(100% - 28.6px - 6px);
  }
  body {
    height: 100%;
  }
}
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
  .sp_non {
    display: none;
  }
  .top_link {
    background: #000;
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    width: 400px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 500;
  }
  .top_link a {
    background: url(../images/classic_logo.png) no-repeat center/cover;
    width: 300px;
    height: 60px;
    margin-left: 25px;
    transition: 0.1s;
  }
  #dream .bg {
    background: url(../images/dream_bg_sp.jpg) no-repeat center center/cover;
  }
  .dream_wrap {
    padding: 120px 0 80px;
  }
  .dream_wrap, .dream_wrap * {
    box-sizing: border-box;
  }
  .dream_wrap h2 {
    width: fit-content;
    margin: 0 auto 32px;
  }
  .dream_wrap section {
    width: 100%;
    min-height: auto;
    position: relative;
    padding: 40px;
    background: rgba(0, 0, 0, 0.2);
    border: #CDB57E solid;
    border-width: 4px 0;
  }
  .dream_wrap section::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 21px;
    width: calc(100% - 42px);
    height: calc(100% - 42px);
    background: url(../images/dream_racerbg_sp.svg) no-repeat top center/contain, url(../images/dream_racerbg_sp.svg) no-repeat bottom center/contain, linear-gradient(transparent 40px, #FFF2F2 40px, #FFF2F2 calc(100% - 40px), transparent calc(100% - 40px));
  }
  .dream_wrap section h3 {
    position: relative;
    margin-top: -10px;
    bottom: auto;
    left: auto;
  }
  .dream_wrap section .right {
    width: 100%;
    position: relative;
    padding-top: 24px;
  }
  .dream_wrap section .right h4 {
    text-align: center;
  }
  .dream_wrap section .right ul.data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dream_wrap section .right ul.data li {
    display: block;
    width: 206px;
    height: 120px;
    text-align: center;
    border: 1px solid rgba(220, 0, 60, 0.4);
    font-size: 56px;
    font-family: "ff-din-paneuropean", "Noto Sans JP", sans-serif !important;
    font-weight: 800;
    margin: 32px 0 8px;
    letter-spacing: -0.01em;
    line-height: 72px;
  }
  .dream_wrap section .right ul.data li span {
    font-size: 28px;
    font-family: inherit !important;
    font-weight: 600;
  }
  .dream_wrap section .right ul.data li h5 {
    display: block;
    width: 160px;
    line-height: 48px;
    border: 1px solid #B39500;
    background: linear-gradient(-90deg, #DBB03A, #F1DA73, #EAC140, #D0A435, #B4842A, #ECB94E);
    color: #fff;
    font-size: 28px;
    margin: -0.5lh auto 0;
  }
  .dream_wrap section .right p {
    font-size: 28px;
    line-height: 1.8;
    color: #500;
    margin-bottom: 32px;
    background-image: linear-gradient(rgba(220, 0, 60, 0.2) 1px, transparent 1px);
    background-size: 12px 1lh;
    background-position: 0 -2px;
    padding: 0 8px;
  }
  /* footer
  ------------------------------------------------------------*/
  .footer {
    background: #1A2057;
    padding: 3px 0;
    position: relative;
    z-index: 15;
    height: 48px;
  }
  .footer p {
    font-family: "Roboto";
    color: #fff;
    text-align: center;
    line-height: 3px;
    font-size: 24px;
    line-height: 48px;
  }
}
/* =====================================================
  アニメーション共通
===================================================== */
.anim {
  opacity: 0;
  will-change: opacity, transform, filter;
  transition-property: opacity, transform, filter;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

/* 表示された状態 */
.anim.is-show {
  opacity: 1;
  transform: none;
  filter: none;
}

/* =====================================================
  1. ふわっとフェードイン
===================================================== */
.anim-fade {
  transform: translateY(12px);
}/*# sourceMappingURL=dream.css.map */