/*-----------------------

http://www.jleague.jp/css/sp/special/roadtoqatar.scss
2021/07/02 ISM

------------------------*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/* ==========================================================================
   COMMON
========================================================================== */
.sec_style {
  padding-block: 60px;
}

.sec_title {
  margin-bottom: 30px;
}
.sec_title span.sec_title_jp {
  font-size: 32px;
}
.sec_title span.sec_title_en {
  margin-top: 16px;
  font-size: 12px;
}
.sec_title:after {
  width: 30px;
  height: 2px;
  margin: 12px auto 0;
}

.btn_style {
  margin-top: 60px;
  height: 100px;
  font-size: 28px;
}
.btn_style:after {
  right: 12px;
  font-size: 12px;
}

.kv_area {
  margin-top: 60px;
}

.sb_header {
  height: 60px;
  gap: 20px;
  z-index: 10;
}
.sb_header img {
  width: 60px;
}
.sb_header p {
  font-size: 18px;
}

.lead_area {
  padding-bottom: 0;
}
.lead_area:after {
  background-image: url(/img/special/sb/pride_2026/bg_blue.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-attachment: scroll;
}
.lead_area .sec_inner {
  gap: 10vw;
}
.lead_area .sec_inner p {
  font-size: 4.5vw;
  line-height: 1.5;
}
.lead_area .sec_inner p.txt_l {
  font-size: 7.8vw;
  padding-top: 0;
}

.link_list {
  gap: 20px;
}

.pt_area {
  width: 100%;
  height: 130px;
}

.spDISP {
  display: initial;
}

.pcDISP {
  display: none;
}