@charset "UTF-8";
/*-----------------------

http://www.jleague.jp/css/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");
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
main {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #000;
}
main a {
  transition: 0.2s;
  text-decoration: none;
}
main a:hover {
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #001E55;
  border-radius: 8px;
}

header {
  font-family: "Noto Sans JP", sans-serif;
}

#partnersArea,
.tickerwrap,
#utilityArea,
.skyscraperWrap {
  display: none;
}

#header {
  margin: 0;
  display: none;
}

#globalNavi {
  border-bottom: 1px solid #ccc;
}

.sec_style {
  padding-block: 100px;
}

.sec_inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

.sec_title {
  margin-bottom: 50px;
}
.sec_title span {
  display: block;
}
.sec_title span.sec_title_jp {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}
.sec_title span.sec_title_en {
  margin-top: 24px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 20%;
  text-align: center;
  color: #001E55;
}
.sec_title:after {
  display: block;
  content: "";
  width: 51px;
  height: 2px;
  margin: 24px auto 0;
  background-color: #001E55;
}

.btn_style {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-image: linear-gradient(110deg, #000F2B 0%, #001E55 46%, #000F2B 100%);
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-inline: auto;
  box-shadow: 0 8px 20px rgba(0, 30, 85, 0.24);
  transition: box-shadow 0.25s ease, opacity 0.2s ease;
  isolation: isolate;
}
.btn_style:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 30, 85, 0) 0%, #0053BB 100%);
  transition: width 0.45s ease;
  z-index: -1;
}
.btn_style:hover {
  opacity: 1;
  box-shadow: 0 8px 22px rgba(0, 30, 85, 0.3);
}
.btn_style:hover:before {
  width: 80%;
}
.btn_style:after {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  font-size: 14px;
  z-index: 1;
}

.sb_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #001E55;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 100;
}
.sb_header img {
  width: 85px;
}
.sb_header p {
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.kv_area {
  margin-top: 70px;
  font-size: 0;
  line-height: 0;
}
.kv_area img {
  width: 100%;
}
.kv_area > div iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
}

.lead_area {
  position: relative;
  padding-bottom: 0;
}
.lead_area > * {
  z-index: 1;
  position: relative;
}
.lead_area:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(/img/special/sb/pride_2026/bg_blue.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  opacity: 0.3;
}
.lead_area .sec_inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.lead_area .sec_inner p {
  font-size: 22px;
  font-weight: 900;
  color: #001E55;
  text-align: center;
}
.lead_area .sec_inner p.txt_l {
  font-size: 42px;
  padding-top: 20px;
}

.link_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 0;
  line-height: 0;
  max-width: 750px;
}
.link_list img {
  width: 100%;
}

.pt_area {
  width: 100%;
  height: 300px;
}
.pt_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 8px;
  background-color: #001E55;
  color: #99A5BB;
}
.pt_area a:before {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 2px solid #99A5BB;
  border-left: 2px solid #99A5BB;
}

.spDISP {
  display: none;
}