@charset "UTF-8";
/* -------------------------------------
reset
------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

body {
line-height: 1;
font-family: sans-serif;
background: #fff;
color: #000;
}

ol,
ul {
list-style: none;
}
@media screen and (min-width: 961px) {.sp {display: none;}}
@media screen and (min-width: 1px) and (max-width: 960px) {.pc {display: none;}}
html {font-size: 62.5%;}
html,body {height: 100%;}

body {
background: #081a30;
color: #000;
font-feature-settings: "palt";
overflow-x: hidden;
scroll-behavior: smooth;
font-family: "Zen Kaku Gothic Antique", sans-serif;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.02em;
width: 100vw;

}

a {color: inherit;}

img {
max-width: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
line-height: 0;
vertical-align: bottom;
pointer-events: none;
}
::-moz-selection,
::selection {
background: rgba(34, 34, 34, 0.5);
color: #E2E2E2;
}

.nav--language {
position: fixed;
top: min(8vw, 63px);
right: min(10vw, 110px);
margin: 0;
z-index: 200;
mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
	.nav--language {
top: min(8vw, 63px);
right: min(10vw, 110px);
}
}
html:not(.wf-loading) .nav--language {
	animation: opFade 0.6s ease-out 2.5s forwards;
}
.wovn-languages {
color: #fff;
font-size: 10px;
z-index: 5;
width: 105px;
height: 35px;
cursor: pointer;
background: rgba(230, 230, 230, 0.3);
border: #fff solid 1px;
border-radius: 40px;
-webkit-transition: all 0.6s 
cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
transition: all 0.6s 
cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
position: relative;
}
.wovn-languages .langIcon {
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
width: 14px;
height: 14px;
display: block;
line-height: 1;
}
.wovn-languages .langIcon svg {
	fill: #ffffff;
}
.wovn-languages .nav-dropdown {
position: absolute;
	top: 50%;
	right: 10px;
	line-height: 1.4;
	text-align: right;
	font-size: 10px;
	font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wovn-languages.visible .nav-dropdown {
	opacity: 1;
	pointer-events: visible;
	z-index: 1;
	border: none;
	color: #ffffff;
	top: 35px;
	left: 10px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 10px 10px 0;
	background: #333;
	text-align: right;
}

.wovn-languages .nav-dropdown .list--language li {
	width: 100%;
	display: none;
	cursor: pointer;
	padding-bottom: 0;
	text-align: right;
	padding: 0;
}
.wovn-languages .nav-dropdown .list--language li.selected {
	display: block;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.wovn-languages.visible .nav-dropdown .list--language li {
	display: block;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	margin-bottom: 10px;
}

.wrap {
overflow-x: hidden;
max-width: 100vw;
margin: 0 auto;
}


.wrap::before{
	content: "";
  position: fixed;
  inset: 0; /* 画面全部 */
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(to right,
      rgba(255,255,255,0.12) 0 1px,
      transparent 1px 24px),
    repeating-linear-gradient(to bottom,
      rgba(255,255,255,0.12) 0 1px,
      transparent 1px 24px);
  z-index:-1;
}

/* .wrap::after {
	content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(to right,
      rgba(255,255,255,0.12) 0 1px,
      transparent 1px 24px),
    repeating-linear-gradient(to bottom,
      rgba(255,255,255,0.12) 0 1px,
      transparent 1px 24px);
  z-index:-1;
} */
.wrap img {
	display: block;
}
.wrap .bg {
	z-index: 1;
	overflow: hidden;
	background-color: var(--black) !important;
	position: fixed;
width: 100vw;
height: 100vh;
background-repeat: repeat;
background-size: 500px;
mix-blend-mode: overlay;
opacity: 0.5;
pointer-events: none;
}

#wrap .bg::after {
    content: "";
    position: fixed;
	z-index: 2 ;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 31px 31px;
}

/* .section--detail::before {
	content: "";
	position: fixed;
	bottom: clamp(10px,4vw,30px);
	left: 0px;
	background: #fff;
	width: clamp(100px, 40vw, 700px);
	height: 1px;
}
.section--detail::after {
	content: "";
	position: fixed;
	bottom: 0px;
	left: clamp(20px,4vw,70px);
	background: #fff;
	width: 1px;
	height: clamp(100px, 40vw, 700px);
} */

.footer {
position: fixed;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.2rem;
font-weight: 600;
}
.txt--lead {
font-size: 1.8rem;
font-weight: 600;
line-height: 1.6;
margin-bottom: 0.5em;
}

.txt--sub {
display: block;
margin-top: 0.3em;
font-weight: 400;
line-height: 1.6;
}

.txt--link {
display: block;
font-size: 1.4rem;
margin-top: 0.5em;
}
.txt--link::after {
content: "";
display: inline-block;
width: 0.4em;
height: 0.4em;
transform: rotate(-45deg);
margin-left: 0.3em;
margin-bottom: 0.1em;
border-bottom: solid 1px #222222;
border-right: solid 1px #222222;
}

.highlight {
background: linear-gradient(transparent 50%, #E8F581 0%);
margin: 0 0.3em;
}

.btn {
width: 100%;
margin: 0 auto;
text-align: center;
}

.btn + .btn {
margin-top: 1.5em;
}

.btn a {
display: block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
position: relative;
margin: 0 auto;
padding: 13px;
background: #212121;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-weight: 600;
text-align: center;
line-height: 1.6;
letter-spacing: 0.13em;
text-decoration: none;
overflow: hidden;
}
.btn a.this {
  background: #000;
  box-shadow: 5px 6px 0 #4D4D4D;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}
@media screen and (min-width: 961px) {
  .btn a.this:hover {
    transform: translate(5px, 6px); /* 影に向かって沈む */
    box-shadow: 0 0 0 #4D4D4D;      /* 影はその場に残したまま0に */
    background-color: #4D4D4D;      /* rally-tag と同じく背景を薄くグレーに */
  }
}
/* スマホ用：タップ時ちょい押し込み（お好みで） */
.btn a.this:active {
  transform: translate(6px, 7px);
  box-shadow: 0 0 0 #4D4D4D;
}

.btn a::before {
content:"";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 500px;
mix-blend-mode: overlay;
opacity: 0.5;
pointer-events: none;
}
.btn a.this {
background: #000;
box-shadow: 5px 6px 0 #4D4D4D;
}
.btn a.past {
background: #0BDB63;
box-shadow: 5px 6px 0 #B6F0CE;
}
.btn a.count {
background: #6AD6D2;
box-shadow: 5px 6px 0 #C0F2F0;
}
.btn a span {
display: flex;
justify-content: center;
align-items: center;
}
.btn a span::after {
content: "";
display: block;
width: 0.4em;
height: 0.4em;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg) translateY(0.15em);
margin-left: 0.5em;
}

.block--detail > div:nth-last-child(2) {
    padding-bottom: 0px !important;
}

.block--detail .box{
position: relative;
margin: 0 auto 10px;
background: #fff;
}
.block--detail .box::before {
content: "";
background-image: url();;
}
.block--detail .box .tit {
  position: relative;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.04em;
  background:#4D4D4D;
  color: #fff;
  padding: 10px 20px 10px 44px; /* ← 左にアイコン分の余白を増やす */
  display: flex;
  align-items: center;
}
.block--detail .box .tit::before {
  content: "";
  position: absolute;
  left: 16px;                   /* タイトルの左端から少し内側 */
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/static/officialhigedandism/fanclub/feature/rally_fourreism/img/Ftjfr6ubgngp_compass.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.block--detail .box .txt {
padding:15px 15px 20px;
color: #000;
}
.block--detail .box .list--attention li+li{
margin-top: 1em;
}
.block--detail .box .list--attention{
padding:15px 15px 20px;
}
.block--detail .box .list--attention li .num {
display: inline-block;
width: 1.5em;
height: 1.5em;
margin-right: 0.5em;
border-radius: 999px;
background: #4D4D4D;
color: #fff;
text-align: center;
line-height: 1.3em;
letter-spacing: 0;
}
.block--detail .box .list--attention_2 {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding:15px 15px 20px;
}

.block--detail .box .list--attention_2 > li {
  position: relative;
  padding-left: 2.5em; /* 番号ぶんの余白 */
  counter-increment: step;
}

.block--detail .box .list--attention_2 > li::before {
  content: counter(step);         /* 1, 2, 3... を自動付与 */
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4D4D4D;               /* お好みで */
  color: #fff;
  font-weight: 700;
}

.cardleader {
position: fixed;
z-index: 999;
bottom: 0;
}
.cardleader img {
display: block;
margin: 0 auto;
}
.cardleader .time{
position: absolute;
left: 50%;
transform: translateX(-50%);
color: #fff;
font-family: "overtime-lcd-pro", sans-serif;
font-weight: 700;
white-space: nowrap;
}
.block--btn {
padding: 25px 15px 0px !important;
}
.block--tit {
  font-size: 0.9em;
  font-weight: 600;
  margin: 24px 0 8px;
  padding: 4px 0;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(0,0,0,0.6);

  position: relative;
}

.block--tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: rgba(0,0,0,0.3);
}
.block--tit::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.35em;
  height: 0.35em;
  border-right: 2px solid rgba(0,0,0,0.4);
  border-bottom: 2px solid rgba(0,0,0,0.4);
}
/* .block--detail .box,
.delighter {
transform: translate3d(0, 40px, 0);
transition: transform 0.6s, opacity 0.4s;
transition-delay: .3s;
} */
body.loaded .section-tit,
body.loaded .cardleader,
body.loaded .block--detail .box,
body.loaded .delighter.started {
transform: translate3d(0, 0, 0);
opacity: 1;
transition-delay: 0;
}
.footer,
.section-tit,
.cardleader {
opacity: 0;
transition: opacity 0.6s;
}
body.loaded .footer,
body.loaded .section-tit,
body.loaded .cardleader {
opacity: 1;
}
@media screen and (min-width: 961px) {
body {
font-size: 1.6rem;
}
.footer {
bottom: 15px;
left: 15px;
}
.section--inner {
display: flex;
justify-content: flex-end;
max-width: 1500px;
margin: 0 auto;
}
.section-tit {
    position: fixed;
    top: 0;
    left: 0; 
    width: 50vw; 
    height: 100vh;
    display: flex;
    align-items: center; 
    justify-content: center;
    padding-left: clamp(20px, 4vw, 80px);
    padding-right: clamp(20px, 6vw, 100px);
    box-sizing: border-box;
}
.section-tit img {
    display: block;
    width: clamp(211px, 20vw, 344.52px);
    margin: 0;
	transform: translate(94px, -18px);
  }

.cardleader {
left: 50%;
width: min(50%,750px);
}
.cardleader img {
padding: 0 min(20%,320px);
}
.cardleader .time{
font-size: min(3vw, 45px);
top: min(6.65vw, 100px);
}
.block--detail {
width: min(50%,390px);
min-height: 100vh;
margin: 130px 9vw 0 0;
padding-bottom: min(10vw,160px);
}

}
@media screen and (min-width: 1px) and (max-width: 960px) {
body {
font-size: 1.4rem;
}
.footer {
bottom: min(36vw,151px);
left: calc(1em + max(50vw - 190px, 5px));
transform-origin: left;
transform: rotate(-90deg);
}
.section--inner {
max-width: 400px;
margin: 0 auto;
padding: 100px min(10%,40px) min(26vw,110px);
}
.section-tit {
margin-bottom: 40px;
}
.cardleader{
width: 100%;
left: 0;
}
.cardleader .time {
font-size: min(9vw, 36px);
top: min(20.5vw, 80px);
}
.cardleader img {
width: 100%;
max-width: 400px;
padding: 0 min(4vw,20px);
}
}

admission.kujiAdm {
    margin-bottom:30px;
	margin-top: 30px;
    padding: min(6vw, 30px) min(4vw, 50px) min(5vw, 30px);
}
.admission .addmissionBtn {
    display: flex;
    justify-content: space-between;
}
.admission.kujiAdm p {
    font-size: min(3vw, 18px);
    border: #fff solid 1px;
    width: fit-content;
    margin: 40px auto min(3vw, 20px);
    padding: 10px 20px 10px;
    border-radius: 8px;
	color: #fff;
}
.admission p {
    text-align: center;
}

.admission .addmissionBtn li a {
    display: block;
    border-radius: 8px;
    padding: min(6vw, 30px) min(4vw, 20px);
    line-height: 0;
    text-align: center;
    margin: 10px;
    background-color: #fff;
}
