@charset "UTF-8";
/* CSS Document */
@font-face {
font-family: rbomiya;
src: url("/font/FuturaforRedBull-Bold.ttf") format("truetype");
}
/* ==============================
   基本設定
============================== */

.map-box,.footer-logo_list,.footer-logo_list{
	display: none;
}
body.friendly-page {
  margin: 0;
  color: #fff;
  background: #06162f;
}
.en{
	font-family: rbomiya;
}

.friendly-page {
  position: relative;
  min-height: 100vh;

}
/*ボタン*/
.friendly-button{
	display:inline-flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
	width:min(370px,100%);
	padding:20px 28px;
	color:#fff;
	text-decoration:none;
	border:1px solid rgba(255,255,255,.18);
	border-radius:999px;
	background:rgba(255,255,255,.06);
	backdrop-filter:blur(14px);
	transition:.35s;
	font-weight: bold;
	margin-top: 25px;
}

.friendly-button:hover{
	color:#071b3d;
	background:#fff;
	border-color:#fff;
	transform:translateY(-2px);
	box-shadow:
			0 20px 40px rgba(0,0,0,.22);

}




/* ==============================
   ページ全体の背景
============================== */

.page-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  overflow-x: clip;

  background:
    /* 右上の強い赤 */
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 15, 55, 0.95) 0%,
      rgba(220, 0, 50, 0.65) 18%,
      rgba(125, 0, 65, 0.25) 36%,
      transparent 58%
    ),

    /* 右中央の赤紫 */
    radial-gradient(
      ellipse at 92% 42%,
      rgba(225, 0, 75, 0.45) 0%,
      rgba(114, 15, 85, 0.28) 32%,
      transparent 62%
    ),

    /* 中央の青紫 */
    radial-gradient(
      ellipse at 55% 34%,
      rgba(55, 70, 155, 0.38) 0%,
      rgba(22, 42, 100, 0.24) 40%,
      transparent 70%
    ),

    /* 左上のブルー */
    radial-gradient(
      circle at 0% 0%,
      rgba(25, 80, 145, 0.42) 0%,
      rgba(10, 35, 80, 0.22) 38%,
      transparent 68%
    ),

    /* 下部の深いネイビー */
    linear-gradient(
      180deg,
      #081c3f 0%,
      #071a38 28%,
      #06162f 58%,
      #041127 100%
    );
}


/* ==============================
   うっすらノイズ
============================== */

.page-background__noise {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;

  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.45'/%3E%3C/svg%3E");

  mix-blend-mode: soft-light;
}


/* ==============================
   薄い縦ライン
============================== */

.page-background__lines {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;

  background-image:
    linear-gradient(
      90deg,
      transparent 0,
      transparent calc(100% - 1px),
      rgba(255, 255, 255, 0.35) calc(100% - 1px)
    );

  background-size: 110px 100%;
  mask-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.15) 65%,
      transparent
    );
}


/* ==============================
   コンテンツ
============================== */

.friendly-page .page-content {
  position: relative;
  z-index: 1;
	width: 100%;
	padding-top: 0;
}

.friendly-page .section {
  position: relative;
  min-height: 700px;
  padding: 100px 24px;
}

.friendly-page .section__inner {
  width: 100%;
max-width: 1100px;
  margin: 0 auto;
}

.friendly-page .section h2 {
  margin: 0;
  font-size: clamp(30px, 5.5vw, 83px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.friendly-page .ticket__content_item p{
  margin-top: 0;
  font-size: 20px;
  line-height: 1.8;
}


/* ==============================
   セクションごとの光
============================== */

.friendly-page .section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.friendly-page .section--message::before {
  background:
    radial-gradient(
      ellipse at 88% 18%,
      rgba(225, 0, 65, 0.2),
      transparent 55%
    );
}

.friendly-page .section--team::before {
  background:
    radial-gradient(
      ellipse at 15% 45%,
      rgba(25, 80, 155, 0.2),
      transparent 55%
    );
}

.friendly-page .section--invitation::before {
  background:
    linear-gradient(
      105deg,
      rgba(200, 0, 45, 0.94),
      rgba(244, 10, 60, 0.98) 48%,
      rgba(155, 0, 65, 0.94)
    );
}

.friendly-page .section--ticket::before {
  background:
    radial-gradient(
      ellipse at 82% 0%,
      rgba(190, 0, 60, 0.18),
      transparent 50%
    );
}


/* ==============================
   セクション区切り
============================== */

.friendly-page.section + .friendly-page .section {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
/* ========================================
   FC BAYERN WOMEN
======================================== */

.bayern-section {
  position: relative;
  padding: 140px 32px;
  color: #fff;
  overflow: hidden;
}

.bayern-section::before {
  content: "FC BAYERN";
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: clamp(100px, 15vw, 260px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.bayern-section::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -180px;
  z-index: 0;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(220, 0, 55, 0.32) 0%,
      rgba(156, 0, 83, 0.14) 42%,
      transparent 72%
    );
  filter: blur(12px);
  pointer-events: none;
}

.bayern-section__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.bayern-section__heading {
  margin-bottom: 55px;
}

.friendly-page p.bayern-section__label {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.62);
}

.bayern-section__title {
  margin: 0;
  font-size: clamp(54px, 8vw, 112px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.055em;
}

.bayern-section__title span {
  display: block;
	font-family: rbomiya;
}


.bayern-section__content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 72px;
  align-items: start;
}

.bayern-section__description {
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.82);
}

.bayern-section__description p {
  margin: 0;
}

.bayern-section__description p + p {
  margin-top: 24px;
}

.bayern-section__logo {
  width: min(240px, 60%);
  margin-bottom: 38px;
}

.bayern-section__logo img {
  display: block;
  width: 100%;
  height: auto;
}


.bayern-section__players {
  gap: 72px;
  
}
.bayern-section__players-label {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
}

.bayern-section__players-heading h3 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.5;
}

.bayern-player-list {
  margin: 0;
  padding: 0;
  list-style: none;
	margin-top: 20px;
}

.bayern-player-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bayern-player-list__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bayern-player-list__name {
  font-size: 18px;
  font-weight: 700;
}

.bayern-player-list__year {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
/* ========================================
   チケット情報
======================================== */
.ticket__content{
	display: grid;
  grid-template-columns: 1fr 1fr;
	gap:50px;
}
.ticket__content p{
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
}


/* ==============================
   特別招待企画
============================== */
.friendly-page .section.section--invitation{
	padding: 55px 24px;
	min-height: auto;
}
.invitation__contet{
	display: grid;
	grid-template-columns: minmax(0px, 0.9fr) minmax(370px, 1.1fr);
	gap: 50px;
	align-items: center;
}
.invitation__contet .invitation__description{
	display: flex;
}
.invitation__contet .invitation__description .logo{
	width: 170px;
	padding-right: 15px;
}
.invitation__description-ttl span{
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 28px;
}
.invitation__description-ttl span:nth-child(2){
	font-size: 38px;
}
.invitation__info dl dt{
	background-color: #FFFFFF;
	padding: 4px 15px;
	text-align: center;
	color: #F40A3C;
	display: inline-block;
	line-height: 1;
	margin-bottom: 6px;
}
.invitation__info dl + dl{
	margin-top: 15px;
}
/* ==============================
   ニュース
============================== */

.section--news .news-list {
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.section--news .news-list__item {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.section--news .news-list__link {
	position: relative;
	display: block;
	padding: 25px 72px 25px 32px;
	color: #fff;
	text-decoration: none;
	transition:
		background-color 0.3s ease,
		padding-left 0.3s ease;
}

.section--news .news-list__date {
	display: block;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.52);
}

.section--news .news-list__title {
	margin: 0;
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 700;
	line-height: 1.6;
}


/* 右側の矢印 */

.section--news .news-list__arrow {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transition:
		background-color 0.3s ease,
		border-color 0.3s ease,
		transform 0.3s ease;
}

.section--news .news-list__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: translate(-65%, -50%) rotate(45deg);
}

.section--news .news-list__link:hover {
		background: rgba(255, 255, 255, 0.06);
	}

	.section--news .news-list__link:hover .news-list__date {
		color: #ff3356;
	}
	.section--news .news-list__link:hover .news-list__arrow {
		color: #071a38;
		background: #fff;
		border-color: #fff;
	}

/* ========================================
	 MOREで開くエリア
======================================== */

.news-list__more {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition:
		max-height 0.8s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.35s ease,
		visibility 0.8s;
}

.news-list__more.is-open {
	max-height: 2000px;
	visibility: visible;
	opacity: 1;
}


/* ========================================
	 MOREボタン
======================================== */

.section--news .news-section__button-area {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.section--news .news-more-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-width: 220px;
	padding: 18px 30px;
	color: #fff;
	font: inherit;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	background: transparent;
	transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease,
		transform 0.3s ease;
}

.section--news .news-more-button__text {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.section--news .news-more-button__icon {
	position: relative;
	width: 14px;
	height: 14px;
}

.section--news .news-more-button__icon::before,
.section--news .news-more-button__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 1px;
	background: currentColor;
	transition: transform 0.35s ease;
}

.section--news .news-more-button__icon::before {
	transform: translate(-50%, -50%);
}

.section--news .news-more-button__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.news-more-button[aria-expanded="true"]
	.news-more-button__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
	.news-more-button:hover {
		color: #071a38;
		background: #fff;
		border-color: #fff;
		transform: translateY(-2px);
	}
/* ==============================
   大会概要
============================== */
.outline-info {

	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
	width: 100%;
	color: #fff;
	background-color: #001a3a;
	background-image:
		radial-gradient(
			circle at 15% 20%,
			rgba(26, 76, 122, 0.28),
			transparent 35%
		),
		linear-gradient(
			135deg,
			rgba(0, 35, 73, 0.9),
			rgba(0, 18, 43, 0.95)
		);
	border: 2px solid rgba(255, 255, 255, 0.17);
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.outline-info__block {
	min-width: 0;
}


.outline-info__row {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	min-height: 48px;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-sizing: border-box;
}

.outline-info__row:last-child {
	border-bottom: 0;
}

.outline-info__row dt,
.outline-info__row dd {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 8px 14px;
	box-sizing: border-box;
	line-height: 1.45;
}

.outline-info__row dt {
	justify-content: center;
	color: #F40A3C;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	font-size: clamp(14px, 1.15vw, 18px);
}

.outline-info__row dd {
	color: #fff;
	font-size: clamp(14px, 1.15vw, 18px);
	letter-spacing: 0.02em;
}
.sponsors{
	position: relative;
	padding: 45px 24px 60px;
}
.sponsors__row{
	display: flex;
	justify-content: center;
	gap:20px;
}
.sponsors__row + .sponsors__row{
	margin-top: 20px;
}
.sponsors__row.sponsors__row--main .sponsors__item{
	max-width: 480px;
}
.sponsors__row .sponsors__item{
	max-width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sponsors__row .sponsors__item img{
	display: block;
	width: 100%;
	height: 100%;
}
.sponsors__inner{
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

/* ==============================
   ニュース
============================== */

/* 2件を中央寄せ */
.thumbnail-news__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 520px));
	justify-content: center;
	gap: 32px;
}

.thumbnail-news__item {
	display: block;
	overflow: hidden;
	color: #111;
	text-decoration: none;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	
}

/* 画像を16:9に統一 */
.thumbnail-news__image {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #eee;
}

.thumbnail-news__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

/* タイトル */
.thumbnail-news__title {
	margin: 0;
	padding: 22px 24px 26px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
	.thumbnail-news__item:hover {
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
	}

	.thumbnail-news__item:hover .thumbnail-news__image img {
		transform: scale(1.04);
	}

/* ==============================
   スマホ
============================== */

@media (max-width: 767px) {
  .friendly-page .page-background__lines {
    background-size: 72px 100%;
  }

  .friendly-page .section {
    min-height: auto;
    padding: 45px 20px;
  }

  .friendly-page .section--invitation {
    padding-top: 72px;
    padding-bottom: 72px;
  }
	.bayern-section {
    padding: 88px 20px;
  }

  .bayern-section::before {
    top: 44px;
    left: 20px;
    transform: none;
    font-size: 82px;
  }

  .bayern-section::after {
    top: -80px;
    right: -240px;
    width: 500px;
    height: 500px;
  }

  .bayern-section__heading {
    margin-bottom: 25px;
  }

  .bayern-section__title {
    font-size: clamp(48px, 15vw, 72px);
    line-height: 0.88;
  }


  .bayern-section__content {
		display: block;
    gap: 44px;
  }

  .bayern-section__logo {
    width: 160px;
    margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
  }

  .bayern-section__description {
    font-size: 14px;
    line-height: 1.9;
  }

  
  .bayern-section__players {
    gap: 32px;
		margin-top: 35px;
    padding-top: 25px;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .bayern-player-list__item {
    padding: 18px 0;
  }

  .bayern-player-list__name {
    font-size: 16px;
  }
	.ticket__content{
		display: block;
	}
	.section--news .news-list__link {
    padding: 18px 48px 18px 4px;
  }

  .section--news .news-list__date {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .section--news .news-list__title {
    font-size: 14px;
    line-height: 1.55;
  }

  .section--news .news-list__arrow {
    right: 4px;
    width: 28px;
    height: 28px;
  }

  .section--news .news-section__button-area {
    margin-top: 36px;
  }

  .section--news .news-more-button {
    width: 100%;
    min-width: 0;
    max-width: 320px;
  }
	.invitation__contet{
		display: block;
	}
	.invitation__contet .invitation__description{
		margin-bottom: 20px;
	}
	.invitation__contet .invitation__description .logo{
		width: 90px;
	}
	.invitation__description-ttl span{
		font-size: 18px;
	}
	.invitation__description-ttl span:nth-child(2){
		font-size: 28px;
	}
	.invitation__contet .invitation__description{
		align-items: center;
		justify-content: center;
	}
	.outline-info {
		display: block;
		border-width: 1px;
	}


	.outline-info__row {
		grid-template-columns: 92px minmax(0, 1fr);
		min-height: 48px;
	}

	.outline-info__row dt,
	.outline-info__row dd {
		padding: 10px 12px;
	}

	.outline-info__row dt {
		justify-content: flex-start;
		font-size: 13px;
	}

	.outline-info__row dd {
		font-size: 13px;
		line-height: 1.6;
		overflow-wrap: anywhere;
	}
	.sponsors__row{
		flex-wrap: wrap;
		gap: 15px;
	}
	.sponsors__row.sponsors__row--main .sponsors__item{
		max-width: 100%;
		width: 100%;
	}
	.sponsors__row .sponsors__item{
		max-width: 100%;
		width: calc(50% - 8px);
	}
	.thumbnail-news__list {
		grid-template-columns: minmax(0, 500px);
		gap: 24px;
	}

	.thumbnail-news__title {
		padding: 16px 18px 20px;
		font-size: 15px;
		line-height: 1.55;
	}
	
}
/* 横幅の狭いスマホ */
@media screen and (max-width: 374px) {
	.outline-info__row {
		grid-template-columns: 80px minmax(0, 1fr);
	}

	.outline-info__row dt,
	.outline-info__row dd {
		padding: 9px 8px;
	}

	.outline-info__row dt,
	.outline-info__row dd {
		font-size: 12px;
	}
}