@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
h1 {
  margin-bottom: 0 !important;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

@font-face {
  font-family: "chikaraduyoku";
  src: url("../font/chikaraduyoku.woff2") format("woff2"), url("../font/chikaraduyoku.woff") format("woff");
}
.hp_fs14 {
  font-size: 14px;
}

h1 {
  font-family: "chikaraduyoku", sans-serif;
}

* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 500;
  color: #231815;
  font-size: 16px;
  position: relative;
  background-color: #EFEFEF;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.ly_wrap {
  position: relative;
}

.ly_main {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url("../img/bg_main.gif");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .ly_main {
    padding-top: 70px;
  }
}

.ly_section {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ly_section {
    margin-bottom: 250px;
  }
}
.ly_section:last-of-type {
  margin-bottom: 0;
}

.bl_section_border {
  border: 6px solid #231815;
  padding: 60px 15px 30px;
  position: relative;
  border-radius: 15px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .bl_section_border {
    border: 10px solid #231815;
    padding: 100px 15px 30px;
  }
}
.bl_section_title {
  color: #231815;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: clamp(48px, 14.3749999vw, 56px);
  font-family: "Ranchers", sans-serif;
  letter-spacing: 5px;
  color: #CA2A22;
}
@media screen and (min-width: 768px) {
  .bl_section_title {
    font-size: 80px;
  }
}
.bl_section_title span {
  position: relative;
  z-index: 5;
}
.bl_section_title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  height: clamp(100px, 31.25vw, 130px);
  width: clamp(260px, 81.25vw, 312px);
  background-image: url("../img/bg_section_title.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .bl_section_title::after {
    height: 195px;
    width: 542px;
    transform: translate(-50%, -38%);
  }
}

.un_memo {
  text-align: right;
  font-size: 14px;
}

.ly_header {
  position: absolute;
  width: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ly_header {
    height: 70px;
    padding: 0 40px;
  }
}
.ly_header_logo {
  width: 68px;
  margin-bottom: 0;
}
.ly_header_logo a:hover img {
  opacity: 0.7;
}
.ly_header_logo img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .ly_header_logo {
    width: 112px;
  }
}
.ly_header_catch {
  margin-left: 32px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.ly_header_catch span {
  color: #73c1b8;
}

@media screen and (min-width: 768px) {
  .bl_outline_detail {
    max-width: 730px;
    margin: 0 auto;
  }
}
.bl_outline_detail dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bl_outline_detail dl {
    display: flex;
    align-items: center;
  }
}
.bl_outline_detail dt {
  background-color: #E8D988;
  text-align: center;
  padding: 6px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .bl_outline_detail dt {
    flex-shrink: 0;
    width: 140px;
    text-align: center;
    margin-right: 1.5rem;
  }
}

.bl_intro_head {
  font-family: "chikaraduyoku", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .bl_intro_head {
    text-align: center;
    font-size: clamp(28px, 3vw, 44px);
  }
}
.bl_intro_head span {
  background: linear-gradient(transparent 60%, #E8D988 60%);
  padding: 0 0.7rem;
}
@media screen and (min-width: 768px) {
  .bl_intro_head span {
    padding: 0 1rem;
  }
}
.bl_intro_body {
  margin: 0 auto 40px;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .bl_intro_body {
    display: flex;
    align-items: center;
  }
}
.bl_intro_img {
  margin: 0 auto 20px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .bl_intro_img {
    flex-shrink: 0;
    width: 30%;
    margin: 0 40px 20px 0;
  }
}
.bl_intro_text {
  line-height: 1.75;
  text-align: justify;
}

.un_page_logo {
  width: 120px;
  margin: 0 auto;
}
.un_page_logo a:hover img {
  opacity: 0.7;
}
.un_page_logo img {
  transition: all 0.3s;
}

.bl_video_lead {
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
}
@media screen and (min-width: 768px) {
  .bl_video_lead {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.bl_video_thumb {
  cursor: pointer;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
.bl_video_thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #231815;
  transition: all 0.3s;
  z-index: 5;
}
.bl_video_thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  z-index: 10;
}
.bl_video_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.bl_video_thumb:hover::before {
  background-color: rgba(35, 24, 21, 0.6);
}
.bl_video_thumb:hover::after {
  opacity: 0.8;
}
.bl_video_thumb:hover img {
  opacity: 0.8;
}
.bl_video_inner {
  background-color: rgba(35, 24, 21, 0.85);
  padding: 60px 15px 30px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_video_inner {
    padding: 100px 50px 70px;
  }
}
.bl_video .bl_modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.bl_video .bl_modal.is_open {
  display: flex;
}
.bl_video .bl_modal_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.bl_video .bl_modal_inner video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1000px;
  margin: 0 auto;
}
.bl_video .bl_modal_close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.bl_video .bl_modal_close:hover {
  opacity: 1;
}

.ly_map_inner {
  background-image: url("../img/bg_map_sp.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0 30px;
  position: relative;
  max-width: 1600px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .ly_map_inner {
    padding: 150px 0 80px;
    background-image: url("../img/bg_map_pc.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.ly_map figure {
  text-align: center;
}

.ly_contents {
  background-color: #231815;
  width: 100%;
  color: white;
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .ly_contents {
    padding: 150px 0 30px;
  }
}
.ly_contents .bl_tab_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_list::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: white;
  }
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_list {
    justify-content: center;
    margin-bottom: 60px;
    gap: 0;
    flex-wrap: nowrap;
  }
}
.ly_contents .bl_tab_item {
  width: 48%;
  text-align: center;
  border: 3px solid white;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "chikaraduyoku", sans-serif;
  font-size: min(24px, 4.4vw);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_item {
    width: 19%;
    margin-bottom: 0;
    font-size: 16px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .ly_contents .bl_tab_item {
    font-size: 20px;
  }
}
.ly_contents .bl_tab_item.is_active, .ly_contents .bl_tab_item:hover {
  background-color: #DAD01E;
  color: #231815;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_item.is_active {
    transform: scaleY(115%);
    transform-origin: left bottom;
  }
  .ly_contents .bl_tab_item.is_active span {
    transform: scaleY(85%);
  }
}
.ly_contents .bl_tab_panel {
  display: none;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_panel {
    margin: auto;
    width: 95%;
    max-width: 1200px;
  }
}
.ly_contents .bl_tab_panel.is_active {
  display: block;
}
.ly_contents .bl_tab_panel_cont {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_panel_cont {
    margin-bottom: 60px;
  }
}
.ly_contents .bl_tab_panel_title {
  font-size: clamp(24px, 7.5vw, 32px);
  font-family: "chikaraduyoku", sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_panel_title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .ly_contents .bl_tab_panel_title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .ly_contents .bl_tab_panel_title {
    font-size: 60px;
  }
}
.ly_contents .bl_tab_panel_title__sub {
  font-size: clamp(16px, 5vw, 20px);
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_panel_title__sub {
    text-align: center;
    line-height: 2;
  }
}
@media screen and (min-width: 992px) {
  .ly_contents .bl_tab_panel_title__sub {
    font-size: 24px;
  }
}
.ly_contents .bl_tab_panel_kv {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_panel_kv {
    margin-bottom: 50px;
  }
}
.ly_contents .bl_tab_panel_heading {
  text-align: center;
  font-family: "chikaraduyoku", sans-serif;
  font-size: clamp(20px, 6.25vw, 24px);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_panel_heading {
    font-size: clamp(32px, 4.166666vw, 40px);
  }
}
.ly_contents .bl_tab_panel_heading span {
  position: relative;
  display: inline-block;
}
.ly_contents .bl_tab_panel_heading span::before, .ly_contents .bl_tab_panel_heading span::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 50px;
  height: 5px;
  background-image: url("../img/panel_heading_line.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_panel_heading span::before, .ly_contents .bl_tab_panel_heading span::after {
    width: 71px;
    height: 6px;
  }
}
.ly_contents .bl_tab_panel_heading span::before {
  left: -20px;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 992px) {
  .ly_contents .bl_tab_panel_heading span::before {
    left: -40px;
  }
}
.ly_contents .bl_tab_panel_heading span::after {
  right: -20px;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 992px) {
  .ly_contents .bl_tab_panel_heading span::after {
    right: -40px;
  }
}
.ly_contents .bl_tab_panel_text {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ly_contents .bl_tab_panel_text {
    margin-bottom: 30px;
  }
}

.bl_performers {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .bl_performers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.bl_performers_item {
  margin-bottom: 30px;
  padding: 0 10px;
}
.bl_performers_name {
  font-size: 20px;
  text-align: center;
  font-family: "chikaraduyoku", sans-serif;
}
.bl_performers_link {
  text-align: center;
}
.bl_performers_link a {
  color: #231815;
  background-color: white;
  text-decoration: none;
  border-radius: 4px;
  padding: 1px 10px 4px 28px;
  border: 1px solid white;
  transition: all 0.3s;
  position: relative;
}
.bl_performers_link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 18px;
  height: 19px;
  transform: translateY(-50%);
  background-image: url("../img/performers/i_instagram.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: invert(6%) sepia(31%) saturate(744%) hue-rotate(326deg) brightness(99%) contrast(92%);
}
.bl_performers_link a:hover {
  background-color: #231815;
  color: white;
}
.bl_performers_link a:hover::before {
  filter: invert(83%) sepia(83%) saturate(4754%) hue-rotate(182deg) brightness(124%) contrast(108%);
}
.bl_performers_text {
  margin-bottom: 40px;
}
.bl_performers_tag {
  font-size: 14px;
  border: 1px solid white;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2px 1rem 3px;
  margin-bottom: 5px;
  line-height: 2.5;
}

.bl_tab_panel__01 .bl_performers {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .bl_tab_panel__01 .bl_performers {
    justify-content: center;
  }
}
.bl_tab_panel__01 .bl_performers_name {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}

.un_logo__redbull {
  max-width: 200px;
  margin: 0 auto;
}

.bl_schedule_img {
  overflow-x: scroll;
}
@media screen and (min-width: 992px) {
  .bl_schedule_img {
    overflow: hidden;
  }
}
.bl_schedule_img img {
  min-width: 800px;
}

.ly_footer {
  padding: 30px 0 20px;
  color: white;
  background-color: #231815;
}
@media screen and (min-width: 768px) {
  .ly_footer {
    padding: 30px 0 40px;
  }
}
.ly_footer_logo {
  width: 150px;
  margin: 35px auto 5px;
}
.ly_footer_logo img {
  transition: all 0.3s;
}
.ly_footer_logo:hover img {
  opacity: 0.7;
}
.ly_footer_cr {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.ly_footer_cr a {
  color: white;
}
.ly_footer_cr a:hover {
  text-decoration: none;
}

.un_page_logo {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_page_logo {
    margin: 10px 100px;
    width: 160px;
  }
}
.un_page_logo a:hover img {
  opacity: 0.7;
}
.un_page_logo img {
  transition: all 0.3s;
}

.bl_sponsor {
  max-width: 500px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .bl_sponsor {
    order: 1;
    margin: 0 0 40px;
  }
}
.bl_sponsor_head {
  text-align: center;
  font-size: 48px;
  font-family: "Ranchers", sans-serif;
}
.bl_sponsor_logo {
  justify-content: space-between;
  display: flex;
  padding: 0 15px;
}
.bl_sponsor_logo_item {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .bl_sponsor_logo_item {
    width: 145px;
    margin: 0 10px;
  }
}/*# sourceMappingURL=style.css.map */