/*
* 打ち消し
*/
img {
  max-width: 100%;
}

/* 共通 */
#gakuran * {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}

#gakuran a {
  text-decoration: none;
}

.gakuranContents img {
  max-width: 100%;
}

.c-gakuran-section {
  position: relative;
}

.c-gakuran-sectionInner {
  margin: 0 auto;
}

.c-gakuran-title {
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  font-size: 40px;
  line-height: 87px;
  text-transform: uppercase;
  padding-left: 3px;
  color: #DD2410;
}

.c-gakuran-title__en {
  font-family: 'Unbounded', serif !important;
  font-style: italic;
  position: relative;
}

.c-gakuran-title__en * {
  font-family: 'Unbounded', serif !important;
}

.c-gakuran-title__ja {
  position: relative;
  top: -20px;
  left: 3px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #222222;
}

.c-gakuran-section__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin-top: 25px;
}

/* c-gakuran-button */
.c-gakuran-button {
  width: 100%;
  height: 60px;
  background-color: #DD2410;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  background-color: #DD2410;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-gakuran-button p {
  font-size: 18px;
  font-weight: 700;
}

.c-gakuran-button__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-gakuran-button.-ranking .c-gakuran-button__text {
  margin-left: 8px;
}

.c-gakuran-button.-entry .c-gakuran-button__text::before {
  content: '';
  position: absolute;
  left: -29px;
  width: 27px;
  height: 27px;
  background: url(/assets/images/gakurun/icon-gakuran-entry.svg) center no-repeat;
  background-size: 27px;
}

.c-gakuran-button.-ranking .c-gakuran-button__text::before {
  content: '';
  position: absolute;
  top: -1;
  left: -24px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/gakurun/icon-gakuran-ranking.svg) center no-repeat;
  background-size: 20px;
}

.c-gakuran-button__icon {
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  background-color: #DD2410;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-gakuran-button__icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat url(/assets/images/gakurun/icon-gakuran-button-arrow.svg) center;
  background-size: 5px;
}

/*
* c-gakuran-sp-breadcrumb
*/
.c-gakuran-sp-breadcrumb {
  padding: 0 20px;
  display: flex;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: #8C949B;
}

.c-gakuran-sp-breadcrumb a {
  color: #8C949B;
}

.c-gakuran-sp-breadcrumb__item:not(:first-child)::before {
  content: '>';

  margin: 0 7px;
}

/*
* mv
*/
.c-gakuran-mv {
  width: 100%;
  aspect-ratio: 390/417;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.c-gakuran-mv__copy {
  position: absolute;
  width: 4.35vw;
  min-width: 18px;
  top: 12px;
  left: 12px;
  z-index: 10;
}

.c-gakuran-mv__copy__image {
  clip-path: inset(0% 0% 100% 0%);
  will-change: clip-path;
}

.c-gakuran-mv__copy img {
  width: 100%;
}

.c-gakuran-mv__date {
  position: absolute;
  width: 18.35vw;
  min-width: 18px;
  bottom: 12px;
  right: 12px;
  z-index: 10;
}

.c-gakuran-mv__date__image {
  will-change: clip-path;
}

.c-gakuran-mv__date img {
  width: 100%;
}

.c-gakuran-mv__logo {
  width: 56.92vw; /* 250116 HIKARINA修正: FVの修正 */
  position: relative;
  margin-top: 10px; /* 250116 HIKARINA修正: FVの修正 */
  left: 17px; /* 250116 HIKARINA修正: FVの修正 */
}

.c-gakuran-mv__logo img {
  width: 100%;
  opacity: 0;
  transform: scale(.6);
  will-change: opacity, transform;
}

/* 250116 HIKARINA修正: FVの修正
※セレクタなども修正しています */
.c-gakuran-mv__logo .c-gakuran-mv__copy__image02 {
  margin-top: 23px;
  margin-left: 5px;
  width: 46.92vw;
}

.c-gakuran-mv__buttons {
  margin-top: 24px;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
}

.c-gakuran-mv__buttons .c-gakuran-button__text {
  font-size: 14px;
  font-weight: 700;
  font-weight: 600;
}

.c-gakuran-button.c-gakuran-mvButton {
  height: 60px;
}

.c-gakuran-button.c-gakuran-mvButton:not(:first-child) {
  margin-left: 8px;
}

.c-gakuran-button.c-gakuran-mvButton {
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
}

.c-gakuran-mv__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.c-gakuran-mv__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/*
* copy
*/
.c-gakuran-copy {
  padding: 40px 20px;
}

.c-gakuran-copy__contents {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 32px 20px;

  position: relative;
  z-index: 10;
  background: #D72410;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.21);
}

.c-gakuran-copy__contentsInnner {
  margin: 0 auto;
}

.c-gakuran-copy__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  color: #FFF;
}

.c-gakuran-copy__text+.c-gakuran-copy__text {
  margin-top: 20px;
}

.c-gakuran-copy__marqee {
  position: absolute;
  bottom: -24px;
  left: 0;
  white-space: nowrap;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #F1EFE7;
  opacity: 0.5;
  z-index: 0;

  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  ;
}

.c-gakuran-marquee__content {
  font-size: 80px;
  display: inline-block;
  white-space: nowrap;
  animation: gakuranMarquee 300s linear infinite;
}

.c-gakuran-marquee__content span {
  display: inline-block;
  padding: 0 2rem;
  font-family: 'Unbounded', serif !important;
  font-style: italic;
}

@keyframes gakuranMarquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*
* features
*/
.c-gakuran-features {
  padding: 40px 20px 60px 20px;
  background: #F1EFE7;
}

.c-gakuran-featuresItems {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}

.c-gakuran-featuresItem {
  position: relative;
  padding: 20px 30px 26px 30px;
  background-color: #fff;
}

.c-gakuran-featuresItems__num {
  position: absolute;
  top: 14px;
  left: 23px;
  font-family: 'Unbounded', serif !important;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #D72410;
  transform-origin: left top;
  transform: rotate(90deg);

  clip-path: inset(0% 100% 0% 0%);
  will-change: clip-path;
  transition: clip-path .983s cubic-bezier(0.447, 0, 0, 1);
}

.c-gakuran-featuresItem:nth-child(1) .c-gakuran-featuresItems__num {
  transition-delay: 0s;
}

.c-gakuran-featuresItem:nth-child(2) .c-gakuran-featuresItems__num {
  transition-delay: 0.15s;
}

.c-gakuran-featuresItem:nth-child(3) .c-gakuran-featuresItems__num {
  transition-delay: 0.3s;
}

.c-gakuran-featuresItem:nth-child(4) .c-gakuran-featuresItems__num {
  transition-delay: 0.45s;
}

.-is-view-in.c-gakuran-featuresItems .c-gakuran-featuresItem .c-gakuran-featuresItems__num {
  clip-path: inset(0% 0% 0% 0%);
}

.c-gakuran-featuresItems__image {
  margin: 0 auto;
  width: 56.41vw;
}

.c-gakuran-featuresItems__img {
  max-width: 100%;
}

.c-gakuran-featuresItems__title {
  margin-top: 14px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.6;
  color: #DD2410;
}

.c-gakuran-featuresItems__text {
  margin-top: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

/*
* news
*/
.c-gakuran-news {
  padding: 40px 20px 60px 20px;
}

.c-gakuran-newsItems {
  margin: 19px auto 0 auto;
}

.c-gakuran-newsItem__linkInner {
  padding: 18px 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  z-index: 10;
}

.c-gakuran-newsItems__bg,
.c-gakuran-newsItems__bg--top {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(#000, #000) 100% 100% /0 2px no-repeat;
  transition: background-size .8s ease
}

.c-gakuran-newsItems__bg--top {
  top: 0;
  bottom: auto;
}

.c-gakuran-newsItems.-is-view-in .c-gakuran-newsItems__bg,
.c-gakuran-newsItems.-is-view-in .c-gakuran-newsItems__bg--top {
  background-position: 0 100%;
  background-size: 100% 2px
}

.c-gakuran-newsItems__date {
  font-family: 'Unbounded', serif !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #DD2410;
  margin-right: 54px;
}

.c-gakuran-newsItems__text {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.675;
  color: #333;
  flex: 1;
}

.c-gakuran-newsItems__icon {
  width: 34px;
  height: 34px;
  background-color: #DD2410;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-gakuran-newsItems__icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat url(/assets/images/gakurun/icon-gakuran-news-arrow.svg) center;
  background-size: 6px;
}

/*
* race
*/
.c-gakuran-race {
  padding: 40px 20px 60px 20px;
  background: #F1EFE7;
}

.c-gakuran-race .c-gakuran-title__en02 {
  margin-top: -45px;
}

.c-gakuran-raceItems {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.c-gakuran-raceItem {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
}

.c-gakuran-raceItems__image {
  aspect-ratio: 350/233;
  overflow: hidden;
}

.c-gakuran-raceItems__image img {
  width: 100%;
}

.c-gakuran-raceItems__contents {
  background-color: #fff;
  position: relative;
  padding: 24px 20px 40px 20px;
}

.c-gakuran-raceItems__place {
  position: absolute;
  top: -16px;
  left: 0px;
  background-color: #DD2410;
  padding: 0 9px 0 9px;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  height: 29px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.c-gakuran-raceItems__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.c-gakuran-raceItems__date {
  margin-top: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71;
  color: #DD2410;
}

.c-raceItems__date__title {
  color: #A39C89;
  margin-right: 4px;
}

.c-gakuran-raceItems__logo {
  position: absolute;
  width: 65px;
  right: 20px;
  bottom: 20px;
}

.c-gakuran-raceButtons {
  margin: 40px auto 0 auto;
  padding: 0 10px;
  text-align: center;
}

.c-gakuran-button.c-gakuran-raceButton {
  height: 80px;
}

.c-gakuran-button.c-gakuran-raceButton .c-gakuran-button__icon {
  right: 18px;
}

/*
* foooter
*/
.c-gakuran-footer {
  padding: 60px 20px;
}

.c-gakuran-footer .c-gakuran-sectionInner {
  max-width: 1000px;
}

.c-gakuran-footer__buttons .c-gakuran-button p {
  font-size: 20px;
}

.c-gakuran-footer__buttons .c-gakuran-button.-entry .c-gakuran-button__text::before {
  width: 30px;
  height: 30px;
  background-size: 30px;
  left: -33px;
}

.c-gakuran-footer__buttons .c-gakuran-button.-ranking .c-gakuran-button__text::before {
  width: 24px;
  height: 24px;
  background-size: 24px;
  top: auto;
  left: -37px;
}

.c-gakuran-button.c-gakuran-footerButton {
  height: 80px;
  font-weight: 700;
  font-size: 27px;
}

.c-gakuran-button.c-gakuran-footerButton .c-gakuran-button__icon {
  right: 24px;
}

.c-gakuran-button.c-gakuran-footerButton:not(:first-child) {
  margin-top: 14px;
}

.c-gakuran-footer__text {
  margin-top: 62px;
  font-weight: 500;
  font-size: 12px;
  line-height: 2.25;
  color: #555;
}

/*
* アニメーション
*/
.c-anime-slideUpText {
  overflow: hidden;
}

.c-anime-slideUpText__inner {
  display: inline-block;
  transform: translateY(100%) rotate(0.01deg);
  transition: 1.16s cubic-bezier(0.57, 0, 0, 0.99);
  padding-right: 10px;
}

.c-gakuran-title__ja .c-anime-slideUpText__inner {
  transition: 1.46s cubic-bezier(0.57, 0, 0, 0.99) .05s;
}

.-is-view-in .c-anime-slideUpText__inner {
  opacity: 1;
  transform: translateY(0px) rotate(0);
}

/* .js-view-in-title */
.js-view-in-title {
  will-change: clip-path;
}

.c-gakuran-title .c-gakuran-title__en__text {
  padding-right: 10px;
  background-image: linear-gradient(90deg, rgb(221, 36, 16) 0%, var(--end-color, rgb(255, 255, 255)) 10%);

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.bn_ambassador { padding:40px 20px 0; text-align: center; }
.bn_ambassador img { width:100%; padding:0; margin:0; }


.menu_box { background: #D72410; }
.menu_box ul { display: flex; text-align: center; margin:0 auto 50px; }
.menu_box li { text-align: center; width:25%; position:relative; _border-right:solid 1px #A81A0C; display: table; }
.menu_box li:first-child:before { background:#A81A0C; width:1px; height:20px ; display: block; content: ""; position:absolute; left:0; top:50%; margin-top: -10px; }
.menu_box li:after { background:#A81A0C; width:1px; height:20px ; display: block; content: ""; position:absolute; right:0; top:50%; margin-top: -10px; }
.menu_box a { color:#ffffff; padding:0 0 0; height:55px; font-size:0.8rem; font-weight: 700; text-decoration: none; display: table-cell; vertical-align: middle; }
.menu_box a:hover { background:#A81A0C; }
.menu_box .top a { background:#A81A0C; pointer-events: none; }
.menu_box .organizer a { background:#F1EFE7; color:#D72410; }
.menu_box .organizer:after{ background:none; }

.smp_only { display:block; }