@charset "UTF-8";
/* CSS Document */
:root {
  --we-black: #0a0a0a;
  --we-black-soft: #151515;
  --we-gold: #9c814a;
  --we-gold-light: #d7c38f;
  --we-white: #fff;
  --we-paper: #f5f3ee;
  --we-red: #d13045;
}
.opening-lp {
  overflow: hidden;
  width: 100%;
  background: var(--we-white);
}

/* 共通 */
.feature {
  position: relative;
  scroll-margin-top: 20px;
}
.feature-inner {
  position: relative;
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 80px 0;
}
.section-title {
  align-self: start;
  display: flex;
  flex-direction: column;
  width: 92px;
}
.section-title span {
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 900;
  line-height: .85;
}
.section-title i {
  width: 52px;
  height: 4px;
  margin: 14px 0 11px;
  background: var(--we-gold);
}
.section-title strong {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}
.section-kicker {
  margin: 0 0 15px;
  color: var(--we-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

/* 01 動画KV */
.video-section {
  background: var(--we-paper);
}
.feature-inner--video {
  z-index: 1;
  grid-template-columns: 130px minmax(0, 1fr);
/*  width: min(1340px, calc(100% - 64px));*/
  padding: 52px 0 70px;
}
.video-section .section-title { padding-top: 50px; }
.season-label {
  margin: 0 0 13px;
  color: var(--we-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
}
.video-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, .15);
  background: #000;
}
.video-wrap::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  content: "";
  pointer-events: none;
}
.video-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ページ内ナビ */
.lp-anchor-nav {
  position: relative;
  z-index: 5;
  border: 1px solid rgb(207, 207, 207);
  background: var(--we-paper);
  color: var(--we-gold);
}
.lp-anchor-nav__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(980px, calc(100% - 40px));
  margin: auto;
}
.lp-anchor-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 72px;
  border-right: 1px solid rgb(207, 207, 207);
  font-size: 18px;
  font-weight: 800;
	color: #000000;
}
.lp-anchor-nav a:first-child { border-left: 1px solid rgb(207, 207, 207); }
.lp-anchor-nav a::after {
  width: 7px;
  height: 7px;
  margin-left: 3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-3px);
}
.lp-anchor-nav small {
	color: var(--we-gold-light);
	font-size: 16px;
}

/* 02 開幕テキスト */
.intro-section {
  overflow: hidden;
  color: var(--we-black);
  background: var(--we-white);
}
.intro-layout {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 450px) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
}
.feature-inner h2 {
  margin: 0 0 30px;
  font-size: clamp(28px, 4vw, 49px);
  line-height: 1.18;
  letter-spacing: -.03em;
}
.intro-copy{
	margin-top: 30px;
}
.intro-copy > p:not(.section-kicker) {
  margin: 0 0 19px;
  font: 18px/2.05 Arial, "Noto Sans JP", sans-serif;
}
.intro-copy > strong {
  display: block;
  margin-top: 27px;
  color: var(--we-gold);
  font-size: 25px;
}
.flag-art {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  filter: drop-shadow(-16px 24px 24px rgba(0, 0, 0, .18));
}
.flag-art img { width: 100%; }

/* 03 プレゼント */
.gift-section {
  color: var(--we-black);
  border-top: 1px solid #e5e3de;
  background: var(--we-paper);
}
.gift-layout {
  display: grid;
  grid-template-columns: minmax(270px, 450px) minmax(0, 1fr);
/*  align-items: center;*/
  gap: 55px;
}
.tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 14px;
  background: var(--we-gold);
  color: var(--we-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.gift-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.2;
  letter-spacing: -.03em;
}
.gift-copy > p:not(.section-kicker) {
	margin: 0;
	font: 18px/1.95 Arial, "Noto Sans JP", sans-serif; }
.gift-copy > small { display: block; margin-top: 10px; color: #777; font-size: 12px; }
.outline-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 290px);
  margin-top: 25px;
  padding: 17px 18px;
  border: 1px solid #8c8c8c;
  background: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-weight: 900;
  transition: .25s;
	color: #000000;
}
.outline-button:hover { border-color: var(--we-gold); background: var(--we-gold); color: var(--we-white); }
.handkerchief-art { width: 100%; margin: 0; }
.handkerchief-art img { width: 100%; }

/* 04 試合 */
.match-section {
  border-top: 1px solid #e5e3de;
  color: var(--we-black);
  background: var(--we-white);
}
.feature-inner--matches {
  display: block;
/*  width: min(1260px, calc(100% - 80px));*/
}
.match-heading {
  display: grid;
  grid-template-columns:minmax(430px, 620px) 1fr;
  align-items: center;
  gap: 30px;
}
.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}
.tabs button {
  min-height: 68px;
  padding: 11px 18px;
  border: 0;
  background: var(--we-white);
  color: var(--we-black);
  cursor: pointer;
  transition: .25s;
}
.tabs button + button { border-left: 1px solid #cfcfcf; }
.tabs b, .tabs small { display: block; }
.tabs b { font-size: 18px; }
.tabs small { margin-top: 4px; color: #777; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.tabs .active { background: var(--we-gold); color: var(--we-white); }
.tabs .active small { color: var(--we-white); }
.arrows { justify-self: end; display: flex; gap: 10px; }
.arrows button {
  width: 46px;
  height: 46px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: var(--we-white);
  color: var(--we-black);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: .25s;
}
.arrows button:hover { border-color: var(--we-gold); background: var(--we-gold); color: var(--we-white); }
.match-panel { margin-top: 34px;position: relative;}
.match-panel[hidden] { display: none; }
.match-swiper { overflow: visible; padding: 0 0 42px; }
.match-card {
 display: flex;
  flex-direction: column;
  width: 350px;
  height: auto;
  padding: 20px;
  border: 1px solid #d8d5cf;
  background: var(--we-white);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
  color: var(--we-black);
}
.match-label {
  margin: -20px -20px 18px;
  padding: 9px 12px;
  background: var(--we-gold);
  color: var(--we-white);
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}
.teams {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  align-items: start;
  min-height: 100px;
  text-align: center;
}
.teams > div { display: flex; flex-direction: column; align-items: center; }
.teams > b { padding-top: 32px; font-size: 12px; }
.teams p { margin: 8px 0 0; font-size: 10px; font-weight: 800; line-height: 1.35; }
.team-mark {
  display: grid;
  place-content: center;
  width: 62px;
  height: 62px;
}
.kickoff {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
  margin-top: 3px;
}
.kickoff span, .kickoff strong { font-size: 31px; font-weight: 900; }
.kickoff small { font-size: 9px; }
.stadium {
	min-height: 16px;
	margin: 4px 0 12px;
	text-align: center;
	font-size: 10px;
	font-weight: 800;
	position: relative;
}
.stadium:before{
	content: "\f3c5";
	display: inline-block;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	margin-right: 5px;
}
.card-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.card-visual iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.card-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 12px;
}

.card-actions a {
  padding: 13px 4px;
  border: 1px solid #aaa;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
	color: var(--we-black);
}
.card-actions a:only-child{
	grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 150px);
}
.card-actions .ticket { border-color: var(--we-red); background: var(--we-red); color: var(--we-white); }
.match-swiper .swiper-pagination
{ bottom: 0; }
.match-swiper .swiper-pagination-bullet {
	background: #777;
	opacity: 1;
}
.match-swiper .swiper-pagination-bullet-active {
	width: 20px; border-radius: 4px; background: var(--we-gold-light); }
.all-games {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 350px);
  margin: 18px auto 0;
  padding: 17px 20px;
  border: 1px solid #999;
  font-size: 15px;
  font-weight: 900;
  transition: .25s;
	color: #000000;
}
.all-games:hover { border-color: var(--we-gold); background: var(--we-gold); color: var(--we-white); }

@media (max-width: 767px) {
  .feature-inner {
    display: block;
    width: min(100% - 40px, 680px);
    padding: 35px 0;
  }
  .section-title {
    display: grid;
    grid-template-columns: auto 42px 1fr;
    align-items: center;
    gap: 12px;
    width: auto;
    margin-bottom: 32px;
  }
  .section-title span { font-size: 46px; }
  .section-title i { width: 42px; margin: 0; }
  .section-title strong { font-size: 13px; }

  .feature-inner--video { width: 100%; padding: 22px 20px 35px; }
  .video-section .section-title { padding-top: 0; }
  .season-label { margin-left: 0; }
  .video-wrap { width: calc(100% + 40px); margin-left: -20px; border-right: 0; border-left: 0; }


  .lp-anchor-nav__inner {
    width: max-content;
    min-width: 100%;
  }
  .lp-anchor-nav a {
		min-height: 62px;
		padding:0;
		font-size: 11px;
		gap:5px;
	}
	.lp-anchor-nav small {font-size: 9px;}
  .intro-layout { display: block; }
  .feature-inner h2 { font-size: 33px;margin-bottom: 15px;line-height: 1.4;}
  .intro-copy > p:not(.section-kicker),.gift-copy > p:not(.section-kicker){ font-size: 15px; line-height: 1.7; }
  .intro-copy > strong { font-size: 20px; }
  .flag-art { width: min(100%, 560px); margin: 44px auto 0; }

  .gift-layout { display: block; }
  .gift-copy h2 { font-size: 31px; }
  .handkerchief-art { margin-top: 20px; }

  .feature-inner--matches { width: calc(100% - 40px);padding-top: 25px;}
  .match-heading { display: block; }
  .tabs { margin-top: 25px; }
  .tabs button { padding: 10px 7px; }
  .tabs b { font-size: 15px; }
  .arrows { display: none; }
  .match-panel { margin-top: 22px;}
  .match-card { width: min(84vw, 340px); }
	.teams {
  min-height: 100px;
	}
	.outline-button{
		width: 100%;
	}
}

@media (max-width: 480px) {

  .section-title {
		margin-bottom: 25px;
	}
  .section-title span {
		font-size: 42px;
	}
  .feature-inner h2, .gift-copy h2 {
		font-size: 28px;
	}
  .kickoff span, .kickoff strong {
		font-size: 28px;
	}
}
@media (min-width: 768px){
	.intro-copy{
		text-align: center;
	}
}
@media (prefers-reduced-motion: reduce) {
  html {
		scroll-behavior: auto;
	}
  * {
		transition: none!important;
	}
}