/*hrtd2021 top*/
.hrtd2021_top_mv {
  position: relative;
}

.hrtd2021_top_mv figure {
  line-height: 0;
}

.hrtd2021_top_mv figure img {
  width: 100%;
}

.hrtd2021_top_mv h1 {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 64vw;
  max-width: 540px;
}

.hrtd2021_top_mv h2 {
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 45vw;
  max-width: 450px;
}

.top-information-covid .sp {
  display: none;
}

.refund .ip {
  display: none;
}

.top-information-covid {
  margin: 0 auto 60px;
  text-align: center;
}

.refund {
  background: #fff;
  bottom: 0;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10000;
}

.refund a {
  background: var(--caution_color);
  color: #fff !important;
  display: block;
  font-size: clamp(18px, 2.4vw, 23px);
  font-weight: 700;
  margin: 0 auto;
  padding: 20px;
  max-width: 940px;
  text-decoration: none;
}

.top-information-covid a {
  background: var(--caution_color);
  color: #fff !important;
  display: block;
  font-size: 1.8rem;
  font-size: clamp(19px, 4vw, 35px);
  font-weight: 700;
  padding: 20px 1em;
  text-decoration: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  width: calc(100% - 2em);
  margin: 0 auto;
}

.top-information-samedayticket {
  margin: 0 auto 30px;
  padding: 15px;
  width: 950px;
}

.top-information-samedayticket h2 {
  color: var(--caution_color);
  font-size: 2.4rem;
  font-size: clamp(21px, 6vw, 35px);
  text-align: center;
}

.hrtd2021_top_about {
  overflow: hidden;
  padding: 0 0 16px;
}

.hrtd2021_top_about p {
  line-height: 2;
  text-align: justify;
}

.hrtd2021_top_about p.fr {
  width: 35%;
  padding: 0 0 0 60px;
}

.hrtd2021_top_about .read_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.hrtd2021_top_about .read_flex .read_text {
  width: 65%;
}

.latest {
  margin: 30px auto 120px;
}

.latest li {
  border-bottom: 1px dotted #000;
  list-style: none;
  padding: 10px;
}

.latest a {
  color: #1c448d;
  text-decoration: underline;
}

.latest span {
  background-color: #2388b8;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding: 5px;
}

.latest time {
  display: inline-block;
  font-weight: bold;
  margin-right: 25px;
}

.latest p {
  color: #1c448d;
  display: inline-block;
  text-decoration: unset;
}

.latest p.new {
  position: relative;
  padding-left: 65px;
}

.latest p.new a {
  color: #1c448d;
}

.latest .new::before {
  content: "NEW";
  color: #c00;
  font-size: 1rem;
  border: 1px solid #c00;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2px;
}

.hrtd2021_top_banner {
  margin: 60px auto 60px;
}

.hrtd2021_top_banner a p {
  color: #333;
  padding-right: 22px;
  border-bottom: 1px #333 solid;
  position: relative;
}

.hrtd2021_top_banner a p::after {
  content: "";
  height: 15px;
  width: 10px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(10deg);
  position: absolute;
  border-right: 1px #333 solid;
  right: 8.5px;
  bottom: 0px;
}

.hrtd2021_top_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.hrtd2021_top_menu_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hrtd2021_menu {
  margin-bottom: 24px;
  position: relative;
  background: #000 url("../images/bg-sunset.jpg");
  background-size: cover;
}

.hrtd2021_menu a {
  position: relative;
  color: #fff;
  display: block;
  line-height: 0;
}

.hrtd2021_menu small {
  position: absolute;
  left: 5px;
  bottom: -4px;
  color: #000;
  font-size: 12px;
  z-index: 1;
}

.hrtd2021_menu abbr {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 17px;
  z-index: 2;
  line-height: 1.4;
}

.hrtd2021_menu span {
  display: block;
  font-family: Tahoma, Geneva, "sans-serif";
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  opacity: 0.75;
  text-shadow: 0 0 8px #000;
  text-align: right;
  padding-right: 40px;
}

.hrtd2021_menu b {
  position: relative;
  font-size: 24px;
  display: block;
  padding: 2px 84px 2px 24px;
  background: #fff url("../images/arw02.png") no-repeat right bottom;
  background-size: 80px;
  color: #555;
  text-align: right;
}

.hrtd2021_menu b::after {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 0;
  background: url("../images/arw02a.png") no-repeat;
  background-size: cover;
  width: 16px;
  height: 100%;
}

.hrtd2021_menu em {
  line-height: 1.4;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  font-size: 18px;
  width: 64%;
  top: 50%;
  font-style: normal;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hrtd2021_menu img {
  opacity: 0.7;
  height: 100%;
}

.hrtd2021_menu_ticket {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.hrtd2021_menu_access {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.hrtd2021_menu_bike {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 88% 100%, 0% 100%);
}

.hrtd2021_menu_bike abbr {
  right: 8%;
}

.hrtd2021_menu_car {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  left: -4%;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 100% 0%, 12% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 100% 0%, 12% 0%);
}

.hrtd2021_menu_program {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 88% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 88% 0%, 100% 100%, 0% 100%);
}

.hrtd2021_menu_program abbr {
  right: 0;
}

.hrtd2021_menu_schedule {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  left: -4%;
  -webkit-clip-path: polygon(12% 100%, 100% 100%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(12% 100%, 100% 100%, 100% 0%, 100% 0%, 0% 0%);
}

.hrtd2021_menu_schedule small {
  left: 13%;
}

@media screen and (max-width: 736px) {
  .refund .ip {
    display: block;
  }
  .refund a {
    font-size: clamp(11px, 3.5vw, 23px);
  }
  .hrtd2021_top_about {
    padding: 0 0 40px;
  }
  .hrtd2021_top_about p.fr {
    width: 100%;
    max-width: 500px;
    padding: 0 0 16px;
    margin: 0 auto;
  }
  .hrtd2021_top_about .read_flex {
    display: block;
  }
  .hrtd2021_top_about .read_flex .read_text {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .hrtd2021_menu_bike {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .hrtd2021_menu_bike abbr {
    right: 0;
  }
  .hrtd2021_menu_program {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .hrtd2021_menu_program abbr {
    right: 0;
  }
  .hrtd2021_menu_schedule small {
    left: 5px;
  }
  .top-information-covid .sp {
    display: block;
  }
  .hrtd2021_menu_car {
    left: unset;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .hrtd2021_menu_schedule {
    left: unset;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .hrtd2021_top_mv h1 {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    max-width: 100%;
  }
  .hrtd2021_top_mv h2 {
    bottom: 2%;
    right: 4%;
    width: 96%;
    max-width: 100%;
  }
  .hrtd2021_racing_link p a {
    padding: 5% 5% 2%;
  }
  .hrtd2021_top_menu_wrap {
    display: block;
  }
  .hrtd2021_top_menu_nowrap {
    display: block;
  }
  .hrtd2021_top_menu {
    overflow: hidden;
    height: 51.35%;
  }
  .hrtd2021_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hrtd2021_menu a {
    position: relative;
    color: #fff;
    display: block;
    line-height: 0;
  }
  .hrtd2021_menu a img {
    height: auto;
  }
  .hrtd2021_menu em {
    top: 25%;
  }
  .hrtd2021_menu span {
    padding-right: 20px;
    font-size: 40px;
  }
}

:root {
  --caution_color: #f00;
}
/*# sourceMappingURL=hrtd2021-top.css.map */