@charset "UTF-8";
:root {
  --bittersweet: #fe7878;
  --bittersweet-2: #ff7777;
  --granite-gray: #666666;
  --magenta: #f36bac;
  --neutralwhite: #ffffff;
  --texas-rose: #ffa858;
  --white: #ffffff80;
  --black: #000000;
  --font-family-hiragino_kaku_gothic_pro-regular: "Hiragino Kaku Gothic Pro-Regular",
    Helvetica;
  --font-family-hiragino_kaku_gothic_pro-w6: "Hiragino Kaku Gothic Pro-W6",
    Helvetica;
  --font-family-hiragino_kaku_gothic_std: "Hiragino Kaku Gothic Std", Helvetica;
  --font-family-impact-regular: "Impact", sans-serif;
  --font-family-monomaniac_one: "Monomaniac One", Helvetica;
  --font-family-montserrat: "Montserrat", sans-serif;
  --font-family-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-family-contrail-one: "Contrail One", sans-serif;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  width: 100%;
}
main {
  font-family: var(--font-family-hiragino_kaku_gothic_std);
  overflow: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/*チェキ画像*/
.br-for-sp {
  display: none;
}
.fv {
  position: relative;
  background: #222222;
  height: 768px;
  overflow: hidden;
}
.fv .fv_eyecatch_img_container {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 525.5px;
  height: 64vw;
  max-width: 820px;
  width: 100vw;
}
.fv .fv_eyecatch_img_container img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv_eyecatch_inner {
  z-index: 1;
  position: absolute;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 525.5px;
  height: 64vw;
  max-width: 820px;
  width: 100vw;
}
.fv .fv_eyecatch_shade_top {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  width: 100vw;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  height: 98px;
}
.fv .fv_eyecatch_shade_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 820px;
  width: 100vw;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  height: 265px;
}
.fv .fv_content_top {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fv .fv_content_top .fv_neppuri_logo {
  margin-top: 33px;
}
.fv .fv_content_bottom {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fv .fv_top_title {
  margin-top: 16px;
  font-family: var(--font-family-contrail-one);
  font-size: clamp(72.94px, 9.5vw, 113.98px);
  color: #ffffff;
  font-weight: bold;
  line-height: 90%;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -0.05em;
}
.fv .fv_top_title_jp {
  font-family: var(--font-family-noto-sans-jp);
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.05em;
}
.fv .fv_bottom_title {
  font-family: var(--font-family-contrail-one);
  font-size: clamp(149.91px, 19.5vw, 234.33px);
  color: #ffffff;
  font-weight: bold;
  line-height: 90%;
  white-space: nowrap;
  letter-spacing: -0.07em;
}
.fv .fv_bottom_title_jp {
  font-family: var(--font-family-noto-sans-jp);
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
.fv .fv_bottom_title_desc {
  font-family: var(--font-family-noto-sans-jp);
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
  letter-spacing: -0.05em;
  margin-bottom: 26px;
}
.fv_img_pc {
  display: block;
}
.fv_img_sp {
  display: none;
}
.ra_award_lp .sponsor_area {
  margin: 200px auto 0 auto;
  max-width: 800px;
  width: 91.4vw;
  max-height: 239.72px;
  height: 28.53vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ra_award_lp .summary_area {
  margin: 101px auto 0 auto;
  max-width: 800px;
  width: 91.4vw;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ra_award_lp .summary_area .summary_title {
  font-family: var(--font-family-contrail-one);
  font-size: 120px;
  color: #222222;
  font-weight: bold;
  line-height: 90%;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
.ra_award_lp .summary_area .summary_title_jp {
  font-size: 14px;
  font-family: var(--font-family-noto-sans-jp);
}
.ra_award_lp .summary_area .summary_desc {
  font-family: var(--font-family-noto-sans-jp);
  margin-top: 40px;
  text-align: left;
  font-size: 18px;
  line-height: 180%;
}
.ra_award_lp .summary_area .summary_desc span {
  font-weight: bold;
}
.ra_award_lp .summary_area .summary_detail_container {
  border: 1px solid #D4DCDe;
  margin-top: 80px;
}
.ra_award_lp .summary_area .summary_detail_container .summary_section_detail_title {
  font-family: var(--font-family-noto-sans-jp);
  margin-left: 56px;
  text-align: left;
  font-size: 21px;
  line-height: 180%;
  font-weight: bold;
}
.ra_award_lp .summary_area .summary_detail_container .summary_section_desc {
  font-family: var(--font-family-noto-sans-jp);
  margin-left: 56px;
  margin-right: 56px;
  text-align: left;
  font-size: 18px;
  line-height: 180%;
  font-weight: normal;
}
.ra_award_lp .summary_area .summary_detail_container .summary_section_desc span {
  font-weight: bold;
}
.ra_award_lp .summary_area .summary_detail_container .summary_section_desc_noti {
  font-family: var(--font-family-noto-sans-jp);
  margin-left: 56px;
  margin-right: 56px;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  color: #ff1010;
}
.ra_award_lp .summary_area .summary_detail_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  height: 110px;
  background: #f5f5f5;
  color: #222222;
  font-family: var(--font-family-noto-sans-jp);
  font-size: 13px;
  line-height: 150%;
  font-weight: 500;
}
.ra_award_lp .summary_area .summary_detail_button span {
  font-size: 21px;
  line-height: 150%;
  font-weight: 700;
}
.ra_award_lp .summary_area .summary_detail_button span::after {
  display: inline-block;
  content: "";
  width: 14.7px;
  height: 14.8px;
  margin-left: 6px;
  background-image: url(/images/ra2025rookie/clone-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ra_award_lp .entry {
  display: block;
  text-align: center;
  margin: 120px 0 0;
  position: relative;
  background: #f5f5f5;
}
.ra_award_lp .entry .entry_title {
  padding-top: 120px;
  font-family: var(--font-family-contrail-one);
  font-size: 120px;
  color: #222222;
  font-weight: bold;
  line-height: 90%;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
.ra_award_lp .entry .entry_title_jp {
  font-size: 14px;
  font-family: var(--font-family-noto-sans-jp);
}
.ra_award_lp .entry .entry_desc {
  max-width: 1200px;
  width: 88.19vw;
  margin: 30px auto 50px auto;
  font-family: var(--font-family-noto-sans-jp);
  text-align: left;
  font-size: 18px;
  line-height: 180%;
  font-weight: normal;
}
.ra_award_lp .entry .entry_list {
  display: block;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  max-width: 1200px;
  width: 88.19vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8.5vw;
}
.ra_award_lp .entry .entry_list .entry_mem_container {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  align-items: center;
  justify-items: center;
  justify-content: flex-start;
  gap: 1.6%;
  flex-wrap: wrap;
}
.ra_award_lp .entry .entry_list .entry_mem_container .candidate {
  aspect-ratio: 285/470;
  width: 23.8%;
  background: #ffffff;
  position: relative;
  margin-top: 1.6%;
}
.ra_award_lp .entry .entry_list .entry_mem_container .candidate .candidate_img {
  position: absolute;
  width: 93%;
  top: 10px;
  right: 0;
  left: 0px;
  margin: 0 auto;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.ra_award_lp .entry .entry_list .entry_mem_container .candidate .candidate_name {
  font-family: var(--font-family-noto-sans-jp);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.2%;
  margin: 0 auto;
  font-size: 24px;
  color: var(--black);
  line-height: 150%;
  font-weight: bold;
  width: 80%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1024px) {
  .ra_award_lp .entry .entry_list .entry_mem_container .candidate {
    aspect-ratio: 163/285;
  }
  .ra_award_lp .entry .entry_list .entry_mem_container .candidate .candidate_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .br-for-sp {
    display: block;
  }
  .main {
    font-family: var(--font-family-hiragino_kaku_gothic_std);
  }
  .fv {
    height: 1.34vw;
    max-height: 1024px;
    min-height: 840px;
  }
  .fv .fv_eyecatch_img_container {
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    transform: unset;
    max-width: unset;
    max-height: unset;
  }
  .fv .fv_eyecatch_img_container img {
    height: 100%;
    width: 33.34%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 30%;
       object-position: 0 30%;
  }
  .fv .fv_eyecatch_inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    transform: unset;
    max-width: unset;
    max-height: unset;
  }
  .fv .fv_eyecatch_shade_top {
    position: absolute;
    top: 0;
    left: 0;
    max-width: unset;
    width: 100vw;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    height: 136px;
  }
  .fv .fv_eyecatch_shade_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: unset;
    width: 100vw;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    height: 380px;
  }
  .fv .fv_content_top {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv .fv_content_top .fv_neppuri_logo {
    margin-top: 33px;
  }
  .fv .fv_content_bottom {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv .fv_top_title {
    margin-top: 16px;
    font-size: clamp(1rem, 9.5vw, 41.71px);
    line-height: 150%;
  }
  .fv .fv_top_title_jp {
    font-size: 10px;
  }
  .fv .fv_bottom_title {
    font-family: var(--font-family-contrail-one);
    font-size: clamp(1rem, 37.26vw, 163.93px);
    color: #ffffff;
    font-weight: bold;
    line-height: 90%;
    white-space: nowrap;
    letter-spacing: -0.07em;
  }
  .fv .fv_bottom_title_jp {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 18px;
  }
  .fv .fv_bottom_title_desc {
    font-size: 10px;
    margin-bottom: 26px;
  }
  .fv_img_pc {
    display: none;
  }
  .fv_img_sp {
    display: block;
  }
  .ra_award_lp .sponsor_area {
    margin: 100px auto 0 auto;
    max-width: 456px;
    width: 102.6vw;
    max-height: unset;
    height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ra_award_lp .sponsor_area .sponsor_img_nisitan {
    max-width: 315.5px;
    margin: 0 auto;
  }
  .ra_award_lp .sponsor_area .sponsor_img_award {
    margin: 0 -6px;
  }
  .ra_award_lp .summary_area {
    margin: 60px auto 0 auto;
    max-width: 800px;
    width: 91.4vw;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .ra_award_lp .summary_area .summary_title {
    font-family: var(--font-family-contrail-one);
    font-size: 64px;
    color: #222222;
    font-weight: bold;
    line-height: 100%;
    white-space: nowrap;
    letter-spacing: -0.05em;
  }
  .ra_award_lp .summary_area .summary_title_jp {
    font-size: 12px;
    font-family: var(--font-family-noto-sans-jp);
  }
  .ra_award_lp .summary_area .summary_desc {
    font-family: var(--font-family-noto-sans-jp);
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 180%;
  }
  .ra_award_lp .summary_area .summary_desc span {
    font-weight: bold;
  }
  .ra_award_lp .summary_area .summary_detail_container {
    border: 1px solid #D4DCDe;
    margin-top: 60px;
  }
  .ra_award_lp .summary_area .summary_detail_container .summary_section_detail_title {
    font-family: var(--font-family-noto-sans-jp);
    margin-left: 24px;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
  }
  .ra_award_lp .summary_area .summary_detail_container .summary_section_desc {
    font-family: var(--font-family-noto-sans-jp);
    margin-left: 24px;
    margin-right: 24px;
    text-align: left;
    font-size: 14px;
    line-height: 180%;
    font-weight: normal;
  }
  .ra_award_lp .summary_area .summary_detail_container .summary_section_desc span {
    font-weight: bold;
  }
  .ra_award_lp .summary_area .summary_detail_container .summary_section_desc_noti {
    font-family: var(--font-family-noto-sans-jp);
    margin-left: 24px;
    margin-right: 24px;
    text-align: left;
    font-size: 12px;
    line-height: 150%;
    font-weight: normal;
    color: #ff1010;
  }
  .ra_award_lp .summary_area .summary_detail_button {
    margin-top: 48px;
    height: 71px;
    background: #f5f5f5;
    color: #222222;
    font-family: var(--font-family-noto-sans-jp);
    font-size: 10px;
    line-height: 150%;
    font-weight: 500;
  }
  .ra_award_lp .summary_area .summary_detail_button span {
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
  }
  .ra_award_lp .summary_area .summary_detail_button span::after {
    display: inline-block;
    content: "";
    width: 14.7px;
    height: 14.8px;
    margin-left: 6px;
    background-image: url(/images/ra2025rookie/clone-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .ra_award_lp .entry {
    margin-top: 60px;
  }
  .ra_award_lp .entry .entry_title {
    padding-top: 70px;
    font-family: var(--font-family-contrail-one);
    font-size: 64px;
    color: #222222;
    font-weight: bold;
    line-height: 90%;
    white-space: nowrap;
    letter-spacing: -0.05em;
  }
  .ra_award_lp .entry .entry_title_jp {
    font-size: 12px;
    font-family: var(--font-family-noto-sans-jp);
  }
  .ra_award_lp .entry .entry_desc {
    max-width: 1200px;
    width: 88.19vw;
    margin: 30px auto 50px auto;
    font-family: var(--font-family-noto-sans-jp);
    text-align: left;
    font-size: 14px;
    line-height: 180%;
    font-weight: normal;
  }
  .ra_award_lp .entry .entry_list .entry_mem_container .candidate {
    aspect-ratio: 285/470;
    width: 49.2%;
    background: #ffffff;
    position: relative;
  }
  .ra_award_lp .entry .entry_list .entry_mem_container .candidate .candidate_img {
    width: 94%;
    top: 6px;
  }
  .ra_award_lp .entry .entry_list .entry_mem_container .candidate .candidate_name {
    font-size: 16px;
  }
}