@charset "EUC-JP";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

/*reset
--------------------------------------------------------- */
main,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
img {
    max-width: 100%;
    vertical-align: top;
}
ol,
ul {
    list-style: none;
}

/*all
--------------------------------------------------------- */
html,
body {
    width: 100%;
}
body {
  background-color: #000;
}
@media screen and (min-width: 1200px) {
  body:before{
    display: block;
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
    background-image: url(../../../img/masters/ai2025_student/pc_bg.png?20250724);
  }
}
@media only screen and (min-width: 500px) and (max-width: 1199px) {
  body::after{
    display: block;
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background-image: url(../../../img/masters/ai2025_student/pc_bg02.png);
  }
}
footer {
  background-color: #000!important;
}
.Main_Column {
  position: relative;
  padding-bottom: 60px;
  background: #000;
  z-index: 1;
}
.masters-top .Main_Column {
  padding-bottom: 60px;
  padding-top: 30px;
  background: #000;
}
.Main_Column mark,
.Main_Column b {
    text-decoration: none;
}
.Contents {
  max-width: 375px;
}
@media screen and (min-width: 1200px) {
  .Contents {
    margin-left: 139px;
  }
}
@media screen and (max-width: 1199px) {
  .Contents {
    margin: 0 auto;
  }
}
.CommonBtn03.OpinionBtn>p {
  color: #FFF;
}
.Title_Sec h2 {
  color: #707070;
}
.key-color {
  color: #F9F941!important;
}
.p-prefix01 {
  padding-left: 0.8rem;
}
.prefix01 {
  text-indent: -0.8rem;
  display: inline-block;
}
.mt0 {
  margin-top: 0px!important;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.sp_view {
  display: block !important;
}
.sp_view_inline{
  display: inline-block !important;
}
.pc_view {
  display: none !important;
}
.pc_view_inline {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .sp_view {
    display: none !important;
  }
  .sp_view_inline {
    display: none !important;
  }
  .pc_view {
    display: block !important;
  }
  .pc_view_inline {
    display: inline-block !important;
  }
}
/* コンテンツここから */
/*---------------------------
  0. トップページ
    0.1 KV
      0.1.1 AI高額的中速報
    0.2 RANKING
    0.3 バナー
    0.4 ABOUT
    0.5 PRIZE
    0.6 SCHEDULE
    0.7 メニュー
    0.8 注意事項
    0.9 SIDE COLUMN
  1. 大会出場者一覧
  2. ランキング
  3. 大会ルール
---------------------------*/
/* ===========================================
 *  0. トップページ
 * ======================================== */
@media only screen and (min-width: 1025px) {
  .masters-top .Main_Column {
    flex: 1;
  }
  .masters-top .Side_Column {
    width: 335px;
    margin-left: 47.5px;
    padding-top: 30px;
  }
  .GensenYosoHitTickerBox {
    /* width: 558.5px; */
    width: 100%;
    min-width: 558.5px;
  }
}
@media only screen and (max-width: 1024px) {
  .masters-top .Side_Column {
    display: none;
  }
}
/* 0.1 KV */
/* ======================================== */
.top-kv-wrap {
    position: relative;
    background-image: url(../../../img/masters/ai2025_student/kv-bg.png);
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    /* padding-top: calc(476 / 375 * 100%); */
    padding-top: calc(447 / 375 * 100%);
}
.top-kv-inner {
  padding-top: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-kv-inner h1 {
  position: relative;
  text-align: center;
}
.top-kv-inner h1 img {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.top-kv-inner h1 span {
  display: block;
  text-align: right;
}
.top-kv-inner h1 span img {
  width: 56%;
  height: auto;
  margin: 0 12px 0 auto;
}
.top-kv-wrap .sponsor-wrap{
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
  margin: 94px auto 45px;
  padding: 12px 13px 8px;
  border:1px solid rgba(175,175,175,.5);
  border-radius: 4px;
      justify-content: end;
}
.top-kv-wrap .sponsor-wrap span{
  /* position: absolute; */
  display: block;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  /* left: 50%;
  top: -5px;
  transform: translateX(-50%); */
}
.top-kv-wrap .sponsor-wrap a {
  display: inline-block;
  margin-right: 10px;
}
.top-kv-wrap .sponsor-wrap a:nth-child(2){
  width: 130px;
}
.top-kv-wrap .sponsor-wrap a:last-child {
  margin-right: 0;
  width: 50px;
}
.college_logo {
  display: block;
  width: 120px;
  height: 37px;
  position: absolute;
  right: 18px;
  bottom: 85px;
  background: transparent;
}
@media screen and (max-width: 375px) {
.top-kv-wrap .sponsor-wrap a:last-child {
  width: 13.333333333333334vw;
}
  .college_logo {
    width: 32vw;
    height: 9.3333333333vw;
    right: 4.8vw;
    bottom: 23.2vw;
  }

}
/* 0.1.1 AI高額的中速報 */
/* ======================================== */
#umai_hitting_report {
  position: absolute;
  bottom: 29%;
  left: 0;
}
.GensenYosoHitTickerBox {
  position: relative;
  margin: 0 0px 20px;
  padding: 10px 0px 10px 110px;
  height: 43px;
  font-size: 100%;
  overflow: hidden;
  background: rgba(72, 72, 72, 0.7);
}
.GensenYosoHitTickerBox .HitNewsTitle {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 90px;
  height: 20px;
  padding: 4px 0;
  font-size: 0.6875rem;
  overflow: hidden;
  background-color: #A7463D;
  z-index: 10;
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.GensenYosoHitTickerBox .HitNewsTitle span {
	display: block;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
}
.GensenYosoHitTickerBox .tickercontainer {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.Contents .NewsTickerWrap a {
	display: block;
}
.GensenYosoHitTickerBox .NewsTickerWrap a>.tickercontainer::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.tickercontainer .mask {
	position: relative;
	width: 90%;
}
.GensenYosoHitTickerBox #NewsTickerList {
	overflow: hidden;
	position: relative;
  display: flex;
  align-items: center;
}
.GensenYosoHitTickerBox #NewsTickerList li {
	padding-right: 8em;
	color: #00f;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.GensenYosoHitTickerBox a #NewsTickerList li {
	color: #FFF;
	font-size: 13px;
}
.GensenYosoHitTickerBox #NewsTickerList li strong {
	color: #ef5350;
	font-weight: 700;
}
.GensenYosoHitTickerBoxx a strong {
	color: #ef5350;
}

/* 0.2 RANKING */
/* ======================================== */
section.ranking-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 31px;
}

.ranking-wrap-inner {
  color: #FFF;
  /* padding: 0 20px; */
}
.ranking-wrap-inner h2.sec-title {
  text-align: center;
  margin-bottom: 29px;
}
.ranking-wrap-inner h2.sec-title img {
  width: 150px;
  height: auto;
}
.ranking-wrap-inner h2.sec-title span {
  display: block;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}
.ranking-stage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
}
.ranking-stage h3 {
  font-size: 15px;
}
.ranking-stage .title-more-btn a {
  background: #484848;
  border-radius: 13px;
  padding: 7px 15px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.date-period {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 13px;
}
ul.ranking-list li {
  margin-bottom: 8px;
}
ul.ranking-list li:last-child {
  margin-bottom: 30px;
}
li.rank a {
  display: flex;
  align-items: stretch;
  color: #FFF;
  border: 1px solid #32406A;
}
li.rank1 a,
li.rank2 a,
li.rank3 a {
  border: 1px solid #484848;
}
ul.ranking-list .rank-num {
  width: 35px;
  font-family: "Bebas Neue", sans-serif;
  padding: 21px 2px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #32406A;
}
li.rank1 .rank-num {
  background: #C9B252;
}
li.rank2 .rank-num {
  background: #A7A393;
}
li.rank3 .rank-num {
  background: #9A6B03;
}
.rank-detail {
  display: flex;
  align-items: center;
  gap: 0 12px;
  padding: 13px 0px 13px 16px;
  flex: 1;
}
.member-img {
  width: 48px;
  height: 48px;
}
.member-name {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 6px;
}
.dropout-alert {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  background: #32406A;
  color: #B4B4B4;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 10px;
}
.member-refund {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}
.member-refund-title {
  font-size: 13px;
  font-weight: 600;
}
li .member-refund-total {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
li.rank1 .member-refund-total,
li.rank2 .member-refund-total,
li.rank3 .member-refund-total {
  color: #FDBB00;
}
.member-refund-total span {
  font-size: 13px;
}
.masters-top .Race_Infomation_Box {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 12px 0 36px;
  padding: 30px 10px;
  border: 1px solid #484848;
  line-height: 1;
  color: #484848;
  background: #000;
}
.cta-inner {
  padding: 0 40px;
}
.cta-inner a {
  border: 1px solid #FFF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  border-radius: 6px;
  padding: 15px;
  color: #FFF;
  position: relative;
}
.cta-inner a:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cta-note {
  font-size: 11px;
  text-align: center;
  color: #FFF;
  margin-top: 4px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.special-wrap {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 70px;
}
.special-wrap h2.sec-title img {
  width: 133.5px;
  height: auto;
}
.special-movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 25px;
}
.special-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.special-btn {
  background: #FFF;
  color: #E3E3E3;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block!important;
  width: 100%;
  border-radius: 6px;
  padding: 15px 0;
  transition: .3s;
  border: unset;
  margin: 0 auto 18px;
  pointer-events: none;
  max-width: 295px;
  position: relative;
}
.special-btn.active {
  pointer-events: auto;
}
.special-btn:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.special-btn.active:after {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}
.special-btn.active {
  color: #000;
  pointer-events: auto;
  background: #FDBB00;
}
.special-btn:hover {
  cursor: pointer;
  opacity: .8;
}
.special-detail {
  border: 1px solid #F3BE21;
  border-radius: 8px;
  margin: 26.5px 0 23px;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: bold;
}
.special-detail p {
  line-height: 1.8;
}
.special-note p {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.6;
}

/* 0.3 バナー */
/* ======================================== */
.banner-wrap {
  margin: 40px 0 60px;
  /* padding: 0 20px; */
}
ul.banner-list li {
  margin-bottom: 25px;
}
.masters-top #cboxWrapper #cboxLoadedContent {
  padding: 0;
}
.masters-top #cboxWrapper #cboxClose {
  right: -10px!important;
}
#modal_3rentan a {
  display: block;
}

/* 0.4 ABOUT */
/* ======================================== */
section.about-wrap {
  background: #F7F7F7;
  color: #13245A;
}
.about-inner {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 60px 20px;
}
.about-inner h2.sec-title {
  text-align: center;
}
.about-inner h2.sec-title img {
  width: 111px;
  height: auto;
}
h3.about-subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  width: max-content;
  display: block;
  margin: 35px auto 38px;
}
h3.about-subtitle:after {
  content: '';
  display: block;
  background: #13245A;
  width: 100%;
  height: 3px;
  bottom: -8px;
  left: 0px;
  position: absolute;
}
.about-content {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.about-content p {
  line-height: 1.95;
  font-size: 14px;
}
.about-content p.about-note {
  line-height: 1.4;
  font-size: 11px;
  margin-top: 20px;
}
.about-content p.about-note02 {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
}
.about-content p a {
  font-weight: bold;
  font-size: 14px;
  color: #13245A;
  border-bottom: 1px solid #13245A
}
.about-content p.about-text02 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
.about-content p.about-text02 span {
  font-size: 24px;
}
.about-content .entry-btn {
  display: block;
  width: 88%;
  margin: 0 auto;
}

/* 0.5 PRIZE */
/* ======================================== */
section.prize-wrap {
  position: relative;
  background-image: url(../../../img/masters/ai2025_student/prize-bg.png);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
section.prize-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
.prize-inner {
  position: relative;
  z-index: 1;
  padding: 60px 20px 50px;
  color: #FFF;
}
.prize-inner h2.sec-title {
  text-align: center;
}
.prize-inner h2.sec-title img {
  width: 90.5px;
  height: auto;
}
.prize-inner h2.sec-title span {
  display: block;
  margin: 14px auto 29px;
  font-size: 20px;
  position: relative;
  width: max-content;
}
.prize-inner h2.sec-title span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -10px;
  background: #F13006;
  position: absolute;
}
ul.prize-detail li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6px;
}
ul.prize-detail li::after {
  margin-bottom: 12px;
} 
ul.prize-detail li .rank-num {
  background: #F13006;
  width: 100%;
  text-align: center;
  padding: 8px 0 8px;
  font-size: 20px;
  line-height: 1.0;
  font-family: 'Impact', 'Haettenschweiler', 'Arial Black', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: bold;
}
ul.prize-detail li .rank-num span {
  font-size: 17px;
  margin-left: 4px;
}
ul.prize-detail li .rank-num span.min {
  font-size: 14px;
}
ul.prize-detail li .prize-amount {
  display: flex;
  background: #F7F7F7;
  width: 100%;
  color: #F13006;
  text-align: center;
  font-size: 15px;
  text-align: left;
  align-items: center;
}
ul.prize-detail li .prize-main {
  font-size: 15px;
  width: 116px;
  flex-shrink: 0;
  padding: 19px 24px 26px 20px;
  font-weight: bold;
  font-family: 'Impact', 'Haettenschweiler', 'Arial Black', sans-serif;
  box-sizing: content-box;
}
ul.prize-detail li .prize-main span.label{
  display: inline-block;
  margin-right: 3px;
  font-size: 22px;
}
ul.prize-detail li .prize-main span.count{
  font-size: 36px;
}
ul.prize-detail li .prize-extra {
  padding: 6px 7px 6px 0;
  font-size: 12px;
  line-height: 1.6666666666666667;
  font-weight: bold;
}
ul.prize-detail li .prize-extra a{
  text-decoration: underline;
}


ul.prize-detail li.sponsor-prize .prize-amount{
  flex-direction: column;
}

ul.prize-detail li .prize-single{
  display: flex;
  width: 100%;
  font-size: 12px;
  line-height: 1.6666666666666667;
  font-weight: bold;
}
ul.prize-detail li .prize-single + .prize-single{
  border-top: 2px solid #000;
}
ul.prize-detail li .prize-single .prize-target{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  background-color: #F4E1DF;
  flex-shrink: 0;
}
ul.prize-detail li .prize-single .prize-extra{
    padding: 6px 7px 6px 10px;
}


.prize-note {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 12px;
}

/* 0.6 SCHEDULE */
/* ======================================== */
section.schedule-wrap {
  background: #13245A;
  padding: 60px 18px 55px;
}
.schedule-inner h2.sec-title {
  text-align: center;
}
.schedule-inner h2.sec-title img {
  width: 165.5px;
  height: auto;
}
.schedule-inner h2.sec-title span {
  display: block;
  margin: 15px auto 24px;
  font-size: 20px;
  position: relative;
  width: max-content;
  color: #FFF;
}
.schedule-inner h2.sec-title span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -10px;
  background: #F3BE21;
  position: absolute;
}
table.schedule-table {
  width: 100%;
  border-spacing: 3px 5px;
}
table.schedule-table th,
table.schedule-table td {
  color: #13245A;
  font-size: 13px;
  font-weight: bold;
}
table.schedule-table th {
  padding: 10px 0;
  width: 129px;
  background: #F3BE21;
  text-align: center;
}
table.schedule-table td {
  padding: 10px 16px;
  background: #FFF;
  text-align: left;
}

/* 0.7 メニュー */
/* ======================================== */
section.menu-wrap {
  background: #FFF;
}
.menu-inner {
  padding: 17px 20px 36px;
}
ul.menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
ul.menu-list li {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #D9D9D9;
}
ul.menu-list li:nth-child(3),
ul.menu-list li:nth-child(4) {
  border: none;
}
ul.menu-list li:first-child:after,
ul.menu-list li:nth-child(3):after{
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  height: 86px;
  width: 1px;
  background: #D9D9D9;
}
ul.menu-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
}
ul.menu-list li:nth-child(1) a,
ul.menu-list li:nth-child(2) a{
  padding: 15px 24px 35px;
}
ul.menu-list li:nth-child(3) a{
  padding: 35px 10px 14px;
}
ul.menu-list li:nth-child(4) a {
  padding: 35px 24px 14px;
}

ul.menu-list li a span {
  color: #13245A;
  font-size: 12px;
}
ul.menu-list li:nth-child(1) img,
ul.menu-list li:nth-child(2) img{
  margin:0;
}
ul.menu-list li:nth-child(3) img,
ul.menu-list li:nth-child(4) img {
  margin: 0 0 17px;
}
ul.menu-list li.off a{
  opacity: 0.15;
  pointer-events:none;
}

ul.menu-list.no-ranking .ranking{
  display: none;
}
ul.menu-list.no-ranking .rule,
ul.menu-list.no-ranking .top {
  width: 100%;
}
ul.menu-list.no-ranking .top::after {
  content: none;
}

/* 0.8 注意事項 */
/* ======================================== */
section.notice-wrap {
  background: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #666;
}
.notice-inner {
  padding: 24px 20px 60px;
}
h2.notice-title {
  text-align: center;
  font-size: 13px;
  margin-bottom: 18px;
}
ul.notice-list {
  font-size: 11px;
}
ul.notice-list li {
  line-height: 1.4;
}

/* 0.9 SIDE COLUMN */
/* ======================================== */
.rule-inner h2.sec-title {
  text-align: center;
}
.rule-inner h2.sec-title img {
  width: 80px;
  height: auto;
}
.rule-inner h2.sec-title span {
  display: block;
  margin: 8px auto 26px;
  font-size: 15px;
  color: #FFF;
}
.rule-content {
  margin-bottom: 30px;
}
.rule-content:last-child {
  margin-bottom: 0;
}
h3.rule-subtitle {
  display: block;
  margin: 0px auto 28px;
  font-size: 17px;
  font-family: 'Le Havre', 'Futura', 'Avenir', 'Helvetica Neue', 'Arial', sans-serif;
  position: relative;
  width: max-content;
  color: #FFF;
}
h3.rule-subtitle:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -10px;
  background: #F3BE21;
  position: absolute;
}
.rule-list-wrap {
  background: #13245A;
  padding: 40px 12px 53px;
}
.rule-summary{
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
.rule-summary span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
ul.rule-list {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  padding: 0 15px;
}
ul.rule-list li {
  line-height: 1.85;
  margin-bottom: 6px;
}
ul.rule-list li span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 16px;
}
ul.rule-list li ol{
  margin: 20px 0 20px 20px;
}
.img-rule-wrap {
  margin-top: 20px;
}
.img-rule-wrap img {
  width: 100%;
  height: auto;
}
.rule-box {
  background: #fff;
  padding: 15px;
  margin: 0 10px;
}
.rule-box p {
  color: #F13006;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}



/* ===========================================
 *  0. TEMPLATE
 * ======================================== */
 .hero-wrap {
  position: relative;
  background-image: url(../../../img/masters/ai2025_student/hero.png);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding-top: calc(340 / 375 * 100%);
}
.hero-inner {
  padding: 30px 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-inner h1 {
  display: inline-block;
  width: 216px;
}
.container {
  background: #000;
  border-radius: 16px 16px 0 0;
  margin-top: calc(172 / 375* -100%);
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.sub-title {
  margin-top: 28px;
}
.sub-title img.sub-title-img {
  display: block;
  margin: auto;
  height: auto;
}
h2.sub-title-text {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 8px 0;
  text-align: center;
}



/* ===========================================
 *  2. ランキング
 * ======================================== */
.ranking .Main_Column {
  padding-bottom: 0;
}
.ranking .container {
  padding: 20px 0 0;
}
.ranking .sub-title img.sub-title-img {
  width: 150.5px;
}
.stage-wrap {
  margin-top: 15px;
  padding: 15px 10px;
}
ul.stage-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  font-size: 14px;
}
ul.stage-list li.active {
  position: relative;
}
ul.stage-list li a {
  color: #FFF;
  font-weight: 600;
  display: block;
  text-align: center;
}
ul.stage-list li.active a {
  font-size: 16px;
}
ul.stage-list li.active:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: '';
  width: 110px;
  height: 4px;
  background: #FDBB00;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
ul.stage-list li.inactive a {
  color: #707070;
  pointer-events: none;
}
.ranking-type-wrap {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #13245A;
  border-top: 1px solid #707070;
  color: #FFF;
}
.ranking-type-wrap .date-period {
  margin-bottom: 0;
  flex: 1;
}
ul.ranking-type-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 0 10px;
}
ul.ranking-type-list li {
  width: 82px;
}
ul.ranking-type-list li a {
  color: #FFF;
  padding: 10px 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #FFF;
  border-radius: 50px;
}
ul.ranking-type-list li.active a {
  background: #3951B5;
  border: 1px solid #3951B5;
}
ul.week-selection-list li.inactive a {
  pointer-events: none;
  border: 1px solid #707070;
  color: #707070;
}
.week-selection-wrap {
  padding: 15px 20px;
}
ul.week-selection-list {
  display: flex;
  align-items: center;
  gap: 0 20px;
  justify-content: space-between;
}
ul.week-selection-list li {
  flex: 1;
}
ul.week-selection-list li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50px;
  text-align: center;
}
ul.week-selection-list li.active a {
  border: 1px solid #3951B5;
  background: #3951B5;
}
.ranking-wrap {
  padding: 0 20px;
}
.ranking .rank-detail {
  align-items: flex-start;
  gap: 10px 12px;
  flex-direction: column;
}
.member-data-wrap {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.ranking-data-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  font-size: 13px;
  font-weight: 600;
}
.ranking-hit-rate span,
.ranking-wp span {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}
li.rank1 .ranking-hit-rate span,
li.rank2 .ranking-hit-rate span,
li.rank3 .ranking-hit-rate span,
li.rank1 .ranking-wp span,
li.rank2 .ranking-wp span,
li.rank3 .ranking-wp span {
  color: #FDBB00;
}
.ranking .ranking-wrap {
  padding: unset;
}
.ranking-sec01,
.ranking-sec02{
  padding: 23px 20px;
}
.ranking-sec03 {
  padding: 20px;
}
.ranking-sec02,
.ranking-sec03 {
  background: #13245A;
}
.ranking-sec03 {
  position: relative;
}
.ranking ul.ranking-list li:last-child {
  margin-bottom: 0px;
}
.round2_border {
  color: #FDBB00;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
}
div#masters_ranking_view {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0 36px;
  padding: 0 0px 30px;
  /* border: 1px solid #484848; */
  line-height: 1;
  color: #484848;
  background: #000;
}

.Description_Box {
	padding: 20px 10px 0;
  margin-top: 0px;
  border: unset;
  border-radius: unset;
}

.Shutuba_RaceInfomation + .Description_Box,
.Description_Box + .Description_Box{
	padding: 10px 10px 0;
}
.Description_Box > dl,
.Shutuba_Help > dl {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	/*padding: 10px;*/
	padding: 0;
}
.Description_Box > dl > dd {
	padding: 0 10px 10px;
}
.Description_Box > dl > dt,
.Shutuba_Help > dl > dt {
	font-size: 72.22%;
	color: #666;
	padding: 10px 16px 10px 37px;
	/*padding-left: 27px;
	padding-right: 6px;*/
	position: relative;
	line-height: 1.1;
	cursor: pointer;
}
.Description_Box > dl > dt:before {
	content: "";
	width: 20px;
	height: 19px;
	background: url(../../../img/masters/ai2024/icon_sprite_race_nk01.png) no-repeat;
	-webkit-background-size: 250px auto;
	-moz-background-size: 250px auto;
	-ms-background-size: 250px auto;
	background-size: 250px auto;
	background-position: -90px -186px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
}
.Description_Box > dl > dt .Icon_Arrow {
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 10px;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .4s;
	margin-top: -6px;
}
.Description_Box > dl > dt .Icon_Arrow.open {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.Description_Box .Icon_ArrowB {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -5px;
}
.Description_Box .Icon_ArrowT {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}
.Description_Inner {
  margin-top: 14px;
}
.Description_Inner p {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
}

/* ===========================================
*  3. 大会ルール
* ======================================== */
.rule .Main_Column {
  padding-bottom: 0;
}
.rule .container {
  background: #FFF;
}
.rule .container .inner {
  padding: 0 20px;
}
.rule .sub-title {
  margin:0 0 18px;
}
.rule .sub-title img.sub-title-img {
  width: 80px;
}
.rule h2.sub-title-text {
  color: #555;
}

