@charset "utf-8";

@font-face {
  font-family: 'Local Noto Sans JP';
  src: 
    local('Noto Sans JP'),
    local('Noto Sans CJK JP Regular');
  }

@font-face {
  font-family: 'BMWTypeNext';
  src: url('../fonts/BMWTypeNext-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'BMWTypeNext';
  src: url('../fonts/BMWTypeNext-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BMWTypeNext';
  src: url('../fonts/BMWTypeNext-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BMWTypeNext';
  src: url('../fonts/BMWTypeNext-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  font-weight: 300;
  background-color: #000000;
}

.kv {
  width: 100%;
  height: auto;
}

.read_text {
  width: 100%;
  color: #fff;
  font-size: 2.4vw;
  line-height: 1.6;
  padding: 1em;
}

.lp_section {
  width: 100%;
  padding: 0 2.5%;
  margin-bottom: 2vw;
}

.section_title {
  display: block;
  width: 100%;
  font-size: 2.5vw;
  font-weight: 600;
  padding: 0.4em 1em;
  color: #fff;
  background-color: #2E58BE;
}

.program_contents__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}

.program_contents_list {
  width: 70%;
  color: #fff;
  font-size: 2.4vw;
  line-height: 1.5;
}

.program_contents_list__item {
  margin: 0.2em 0;
}

.program_contents_list__item::before {
  content: "・";
}

.program_contents_img {
  width: 28%;
  height: auto;
}

.racing_program_list {
  color: #fff;
  width: 100%;
}

.racing_program_list__item {
  width: 100%;
  padding: 1.2vw 0;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.racing_program_list__name {
  width: 32%;
  font-size: 2.5vw;
  font-weight: normal;
  padding-left: 0.5em;
  border-right: 2px solid #fff;
}

.racing_program_list__target {
  width: 25%;
  font-size: 2.4vw;
  padding-left: 1em;
}

.racing_program_list__detail {
  width: 42%;
  font-size: 1.4vw;
  line-height: 1.7;
  padding-right: 0.5em;
}

.bmw_type {
  font-family: "BMWTypeNext", sans-serif;
}

.program_options_list {
  width: 100%;
  color: #fff;
  margin-top: 1vw;
}

.program_options_list__item {
  width: 100%;
  padding: 1vw 2vw;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.program_options_list__name {
  width: 45%;
  font-size: 2vw;
}

.program_options_list__detail {
  width: 46%;
  font-size: 1.6vw;
  line-height: 1.5;
}

.program_options_img {
  width: 100%;
  height: auto;
  margin-top: 2vw;
}

.driving_adviser_content {
  width: 100%;
  margin-top: 3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.driving_adviser_img {
  width: 42%;
}

.driving_adviser_detail {
  width: 50%;
  color: #fff;
}

.driving_adviser_name {
  font-size: 1.9vw;
  font-weight: normal;
}

.driving_adviser_list {
  font-size: 1.8vw;
  margin-top: 1vw;
}

.driving_adviser_list__item {
  padding: 0.2em 0;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.driving_adviser_list__year {
  padding-right: 1em;
}

.price_title {
  font-size: 2.7vw;
  font-weight: bold;
  color: #2E58BE;
  padding: 0 0.4em;
  margin-top: 1em;
}

.price_list {
  font-size: 1.8vw;
  color: #fff;
  margin-top: 1vw;
}

.price_list__item {
  font-size: 2vw;
  line-height: 1.5;
  padding: 0.6em 1em;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.price_list__name {
  width: 50%;
}

.price_list__detail {
  width: 50%;
}

.price_notice {
  display: block;
  font-size: 2vw;
  color: #fff;
  margin-top: 0.8em;
  margin-bottom: 4vw;
}

.price_notice::before {
  content: "※";
}

.entry_procedure_img_wrap {
  width: 100%;
  margin-top: 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.entry_procedure_img {
  height: auto;
}

.entry_procedure_img--ignite {
  width: 46%;
}

.entry_procedure_img--line {
  width: 30%;
}

.entry_procedure_step {
  font-size: 2vw;
  color: #fff;
  line-height: 1.5;
  margin-top: 4vw;
}

.entry_procedure_step__item {
  padding: 0.25vw 0;
}

.entry_procedure_notice {
  font-size: 2vw;
  color: #fff;
  margin-top: 0.8em;
}

.entry_procedure_notice::before {
  content: "※";
}


@media screen and (max-width: 600px) {

  .read_text {
    font-size: 3.4vw;
  }

  .lp_section {
    margin-bottom: 4vw;
  }

  .section_title {
    font-size: 4vw;
  }

  .program_contents_list {
    width: 100%;
    font-size: 3.4vw;
  }

  .program_contents_img {
    width: 100%;
    margin-top: 3vw;
  }

  .racing_program_list__name {
    width: 33%;
    font-size: 2.8vw;
  }

  .racing_program_list__target {
    width: 22%;
    font-size: 2.8vw;
  }

  .racing_program_list__detail {
    width: 45%;
    font-size: 2.2vw;
  }

  .program_options_list__name {
    font-size: 2.8vw;
    line-height: 1.5;
  }

  .program_options_list__detail {
    font-size: 2.2vw;
  }

  .driving_adviser_img {
    width: 100%;
  }

  .driving_adviser_detail {
    width: 100%;
    margin-top: 4vw;
  }

  .driving_adviser_name {
    font-size: 3.4vw;
  }

  .driving_adviser_list {
    font-size: 3.2vw;
  }

  .price_title {
    font-size: 3.2vw;
    margin-top: 2em;
  }

  .price_list__item {
    font-size: 3vw;
    justify-content: space-between;
  }

  .price_list__detail {
    width: 45%;
  }

  .price_notice {
    font-size: 3vw;
    line-height: 1.5;
  }

  .entry_procedure_img {
    width: 60%;
  }

  .entry_procedure_img--line {
    margin-top: 7vw;
  }

  .entry_procedure_step {
    font-size: 3.2vw;
    margin-top: 6vw;
  }

  .entry_procedure_step__item {
    margin-top: 1vw;
  }

  .entry_procedure_notice {
    font-size: 3.2vw;
    line-height: 1.5;
  }

}