@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;700&display=swap');
* {
  box-sizing: border-box;
}
html	{
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f5f5f5;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a{
	text-decoration: none;
	transition: all 0.3s;
}
.en{
	font-family: 'Kanit', sans-serif;
}
.text-center{
	text-align: center;
}
.reset, .reset > dt, .reset > dd{
	margin: 0;
padding: 0;
list-style-type: none;
}
.ticket-button{
	background-color: #FF6325;
	text-align: center;
	color: #FFFFFF;
	padding: 14px 32px;
	border-radius: 30px;
	font-weight: bold;
	margin-top: 35px;
	display: block;
}
.ticket-button:hover{
	box-shadow: 0 6px 28px rgba(244,121,32,0.6);
}
.fukidashi-text{
	position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding: 10px 25px;
  border-radius: 9999px;
  background-color: #ff6325;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}
.fukidashi-text:after{
	content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #ff6325 transparent transparent;
  translate: -50% 100%;
}
.site-layout {
  display: grid;
  grid-template-columns: 280px minmax(390px, 420px) 280px;
  justify-content: center;
  gap: 32px;
	overflow: visible;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 103, 31, .25), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(0, 43, 120, .23), transparent 30%),
    linear-gradient(135deg, #f8f9fb 0%, #eef1f5 100%);
}
.site-layout:after{
  content: "FIRST TIME GUIDE";
  position: fixed;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  z-index: 0;
  font-size: clamp(72px, 9vw, 150px);
  font-weight: 900;
  letter-spacing: .04em;
  color: rgba(0, 43, 120, .045);
  white-space: nowrap;
  pointer-events: none;
}

.mobile-canvas {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 100vh;
  overflow: hidden;
	z-index: 1;
	box-shadow: 0 35px 80px rgba(0, 43, 120, .16);
	background: #f4f4f4;
}

.header {
  height: 60px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 1000;
}

.logo {
  color: #FF6325;
}

.logo span {
	display: block;
	line-height: 1.2;
	font-size: 1.6rem;
	line-height: 1.0;
	font-family: 'Kanit', sans-serif;
	letter-spacing: .05rem;
}
.logo span:first-child{
	font-weight: bold;
font-size: 2.0rem;
}
/*　フェード要素　*/
.js-fadeup {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity .7s ease,
    transform .7s ease,
    filter .7s ease;
}

.js-fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
/* hamburger */
.hamburger {
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 4px;
  width: 28px;
  height: 3px;
  background: #0b2a55;
  border-radius: 999px;
  transition: .3s;
}

.hamburger span:nth-child(1) { top: 8px; }
.hamburger span:nth-child(2) { top: 16px; }
.hamburger span:nth-child(3) { top: 24px; }

.hamburger.is-open span:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: 16px;
  transform: rotate(-45deg);
}

/* drawer：420pxのmain内に収める */
.drawer {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: calc(100vh - 60px);
  background: #fff;
  z-index: 999;
  overflow-y: auto;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition: opacity .3s, transform .3s, visibility .3s;
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.drawer a {
  display: block;
  padding: 18px 22px;
  border-bottom: 1px solid #eee;
  color: #0b2a55;
  font-weight: 800;
  text-decoration: none;
}

/* KV */
.kv {
  position: relative;
  min-height: clamp(560px, 84svh, 700px);
  color: #fff;
  overflow: hidden;
}

.kv-bg,
.kv-bg__item {
  position: absolute;
  inset: 0;
}

.kv-bg__item {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.8s ease;
}

.kv-bg__item.is-active {
  opacity: 1;
}

.kv::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
	radial-gradient(
      circle at 25% 25%,
      rgba(0,0,0,.18),
      transparent 55%
    ),
	linear-gradient(
  to bottom,
  rgba(0, 58, 128, .72),
  rgba(0, 122, 190, .45),
  rgba(255, 255, 255, .08)
);
	
}

.kv-inner {
  position: relative;
  z-index: 1;
  padding: 18px;
}

.kv-label {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,99,37,0.35);
  color: #FF6325;
  font-size: 12px;
  font-weight: 700;
}

.kv-title {
  margin: 14px 0 10px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
	text-shadow: 2px 2px 0 #0b2a55,0 2px 2px rgba(0,0,0,.25);
}

.kv-title span {
  color: #FF6325;
}

.kv-text {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
	text-shadow: 1px 1px 0 #0b2a55,0 2px 2px rgba(0,0,0,.25);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.guide-card {
  min-height: 110px;
  padding: 12px 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.28);
  backdrop-filter: blur(6px);
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}
.guide-icon {
    width: 72px;
    height: 72px;
    color: #fff;
  }

  .guide-icon .accent {
    color: #FF6325;
  }

  .guide-icon .navy {
    color: #0B2A55;
  }

  .guide-icon * {
    vector-effect: non-scaling-stroke;
  }
/* side */
.side {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 40px 0;
}

.side-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-left__inner {
  position: relative;
  width: 100%;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.side-left__title {
  margin-bottom: 42px;
  text-align: center;
  color: #071c43;
  font-weight: 900;
  line-height: 1.25;
}

.side-logo {
  margin: 0;
  font-size: 20px;
  letter-spacing: .06em;
  font-weight: 900;
}

.side-copy {
  margin: 6px 0 0;
  font-size: 24px;
  font-weight: 900;
}

.side-qr {
  width: 140px;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.side-qr img {
  display: block;
  width: 100%;
  height: auto;
}

.side-left__text {
  margin-top: 18px;
  text-align: center;
  color: #071c43;
  font-weight: 900;
}

.side-left__main {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.side-left__sub {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.4;
}


.side-right {
  display: flex;
  align-items: center;
}

.pc-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pc-nav a {
  color: #0b2a55;
  font-weight: 800;
  text-decoration: none;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 12px rgba(0,0,0,.15);
	display: flex;
	min-width: 180px;
	height: 40px;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

/* anchor調整 */
#movie,
#match,
#ticket,
#access,
#flow,
#faq {
  scroll-margin-top: 80px;
}
/*  動画モーダル  */
.youtube-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.youtube-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.youtube-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(8px);
}

.youtube-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(78vw, 320px);
  transform: translate(-50%, -50%);
}

.youtube-modal__movie {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.youtube-modal__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.youtube-modal__close {
  display: block;
  margin: 0 0 12px auto;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
}



/*  試合をチェック  */
.homegame-section {
  padding: 56px 18px;
  background: #fff;
	overflow: hidden;
}

.section-heading {
  text-align: center;
  margin-bottom: 24px;
}


.section-heading h2 {
  margin: 6px 0 0;
  color: #0b2a55;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}
.section-heading h3 {
  margin: 18px 0 12px;
  color: #0b2a55;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .03em;
}

.section-heading p {
  margin: 0;
  color: #0b2a55;
  font-size: 11.5px;
  line-height: 1.9;
  font-weight: 700;
}

.homegame-section .homegame-swiper {
  overflow: visible;
	padding: 0 18px;
	position: relative;
	margin-bottom: 16px;
}
.homegame-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 18px 22px;
}

.homegame-arrow {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #e8e8ed;
  position: relative;
  cursor: pointer;
  transition: opacity .25s, transform .25s, background .25s;
}

.homegame-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #6e6e73;
  border-right: 2px solid #6e6e73;
}

.homegame-arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.homegame-arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.homegame-arrow:hover {
  background: #d2d2d7;
  transform: scale(1.04);
}

.homegame-arrow.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.homegame-card {
	width: 100%;
  padding: 24px 18px;
  border-radius: 18px;
  background: #f6f8fb;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.homegame-date {
  margin: 0;
  color: #0b2a55;
  font-weight: 900;
  line-height: 1;
}

.homegame-date span {
  font-size: 48px;
  letter-spacing: -.04em;
}

.homegame-date em {
  margin-left: 6px;
  font-style: normal;
  font-size: 16px;
}

.homegame-time {
  margin: 8px 0 0;
  color: #FF6325;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
}

.homegame-vs {
  margin: 0 auto 10px;
}
.homegame-team{
	display: flex;
	justify-content: center;
	align-items: center;
}
.homegame-venue{
	display: block;
	position: relative;
	font-size: 1.0rem;
}
.homegame-venue:before{
	content: "\f3c5";
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	font-weight: 700;
	margin-right: 4px;
}
.homegame-team img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  margin-bottom: 8px;
}

.homegame-team p {
  margin: 0;
  color: #0b2a55;
  font-size: 18px;
  font-weight: 900;
}

.homegame-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
	margin-top: -20px;
}

.homegame-btn {
	width: 105px;
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 999px;
  background: #0b2a55;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.homegame-btn--ticket {
  background: #FF6325;
}

.homegame-pagination {
  position: static;
  margin-top: 18px;
}

.homegame-more {
  margin-top: 24px;
  text-align: center;
}

.homegame-more a {
  display: inline-block;
  min-width: 220px;
  padding: 14px 20px;
  border-radius: 999px;
  background: #0b2a55;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.homegame-more a:hover{
	box-shadow: 0 6px 28px rgba(11,42,85,0.6);
}
.game-points{
	margin-top: 35px;
}
.game-point{
	background: #f6f8fb;
	box-shadow: 0 8px 22px rgba(0,0,0,.08);
	display: flex;
	align-items: flex-start;
	gap:20px;
	padding: 22px;
}
.game-point + .game-point{
	margin-top: 15px;
}
.game-point i{
	font-size: 20px;
	color: #FF6325;
}
.game-point strong{
	color: #0b2a55;
}
.game-point p{
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 13px;
}
/*　　チケット　　*/
#ticket{
	background-color: #0b2a55;
	border-radius: 0 0 14px 14px;
}
.ticket-section {
  padding: 56px 18px 64px;
  background-color: transparent;
}

#ticket .section-heading {
  text-align: center;
  margin-bottom: 24px;
}
 #ticket .section-heading h2{
	color: #FFFFFF;
}
 #ticket .section-heading h3 {
  color: #FFFFFF;
}

 #ticket .section-heading p {
	color: #FFFFFF;
}

.stadium-map {
  margin: 22px auto 28px;
  text-align: center;
}

.stadium-map img {
  width: 100%;
  height: auto;
}

.ticket-list {
  display: grid;
  gap: 28px;
}

.ticket-card {
  position: relative;
  padding: 36px 22px 22px;
  border: 2px solid #dfe3e8;
  border-radius: 14px;
  background: #fff;
}

.ticket-card--recommend {
  border-color: #FF6325;
}

.ticket-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 18px;
  border-radius: 999px;
  background: #FF6325;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ticket-card__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.ticket-card__head h3 {
  margin: 0;
  color: #0b2a55;
  font-size: 21px;
  font-weight: 900;
}

.ticket-card__head p {
  margin: 0;
  color: #FF6325;
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.ticket-card__points {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ticket-card__points li {
  position: relative;
  padding-left: 22px;
  color: #52606d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.ticket-card__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #FF6325;
  font-weight: 900;
}

.ticket-card__note {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f4f6f8;
  color: #8a949e;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}
.ticketbuy-list{
	margin-top: 28px;
	padding-left: 25px;
	padding-right: 25px;
}
.ticketbuy-list h3{
	color: #FFFFFF;
}
.ticketbuy_card{
	position: relative;
	text-align: center;
	color: #FFFFFF;
}
.ticketbuy_card + .ticketbuy_card{
	margin-top: 18px;
}
.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}
.arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}
.ticketbuycard__head{
	display: flex;
	align-items: center;
	font-weight: bold;
	justify-content: center;
}
.ticketbuycard__head .num{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background-color: #FF6325;
	border-radius: 50%;
	margin-right: 8px;
	color: #FFFFFF;
	font-size: 14px;
}
.ticketbuycard__head p{
	margin: 0;
	font-size: 17px;
}
.ticketbuycard__text{
	margin-bottom: 18px;
	font-size: 13px;
	color: #FFFFFF;
}
.ticketbuy-note{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	border-radius: 14px;
	padding: 14px 18px;
	font-size: 12px;
	color: #0b2a55;
	border: 1px solid #FF6325;
	background-color: rgba(255,99,37,0.15);
	margin-bottom: 16px;
}
.ticketbuy-note p{
	margin: 0;
}
.ticketbuy-note_caution{
	border: 1px solid #be0000;
	background-color: rgba(255,0,0,0.15);
}
#ticket .ticketbuy-note{
	color: #FFFFFF;
}
/* アクセス */
.access-section {
  padding: 56px 18px;
  background: #f4f4f4;
}

.access-accordion {
  display: grid;
  gap: 16px;
}

.access-item {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  overflow: hidden;
}

.access-item__head {
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: none;
  display: grid;
  grid-template-columns: 60px 1fr 24px;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.access-item__icon {
  width: 55px;
  height: 55px;
	font-size: 25px;
  border-radius: 16px;
  background: #fff2e8;
  display: grid;
  place-items: center;
}

.access-item__icon img {
  width: 30px;
  height: 30px;
}

.access-item__title {
  color: #0b2a55;
  font-size: 18px;
  font-weight: bold;
}

.access-item__toggle {
  position: relative;
  width: 20px;
  height: 20px;
}

.access-item__toggle::before,
.access-item__toggle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 20px;
  height: 2px;
  background: #0b2a55;
  transition: .3s;
}

.access-item__toggle::after {
  transform: rotate(90deg);
}

.access-item.is-open .access-item__toggle::after {
  transform: rotate(0);
}

.access-item__body {
  display: none;
  padding: 0 22px 34px;
}

.access-item.is-open .access-item__body {
  display: block;
}

.access-flow {
  display: grid;
  gap: 10px;
}

.access-flow__item {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
}

.access-flow__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
	background-color: #7f7f7f;
}

.access-flow__item--blue .access-flow__icon {
  background: #0068b7;
}

.access-flow__item--yellow .access-flow__icon {
  background: #f6a000;
}

.access-flow__item--orange .access-flow__icon {
  background: #ff7518;
}
.access-flow__item--green .access-flow__icon{
	 background: #5B9249;
}

.access-flow__title {
  margin: 0;
  color: #0b2a55;
  font-size: 16px;
  font-weight: 900;
}

.access-flow__text {
  margin: 4px 0 0;
  color: #586473;
  font-size: 13px;
  line-height: 1.5;
}

.access-flow__arrow {
  padding-left: 12px;
  color: #ff7518;
  font-size: 20px;
  font-weight: 900;
}
.access-map{
	margin-bottom: 28px;
	margin-left: 25px;
	margin-right: 25px;
}
/* 当日を楽しむ */
#flow{
	background-color: #FFFFFF;
	border-radius: 14px;
}
.timeline-section {
	padding: 56px 18px 64px;
	background: rgb(244, 244, 244);
	
}

.timeline-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 28px 0 22px;
	padding: 4px;
	border-radius: 999px;
	background: #f1f3f5;
}

.timeline-tab {
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #FF6325;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

.timeline-tab.is-active {
	background: #FF6325;
	color: #fff;
}

.timeline-panel {
	display: none;
}

.timeline-panel.is-active {
	display: block;
}

.timeline-lead {
	margin: 0 0 28px;
	color: #586473;
	font-size: 13px;
	line-height: 1.8;
	font-weight: 700;
}

.timeline-list {
	position: relative;
	display: grid;
	gap: 28px;
	padding-left: 24px;
}

.timeline-line,
.timeline-line-progress {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 3px;
	border-radius: 999px;
}

.timeline-line {
	bottom: 8px;
	background: #e5e8ec;
}

.timeline-line-progress {
	height: 0;
	background: #FF6325;
	transition: height .15s linear;
}

.timeline-item {
	position: relative;
}

.timeline-dot {
	position: absolute;
	left: -23px;
	top: 7px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #FF6325;
	z-index: 2;
}

.timeline-content {
	position: relative;
	padding: 18px 16px;
	border-radius: 14px;
	background: #f7f8fa;
}
.timeline-content .ticket-button{
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.timeline-time {
	position: absolute;
	top: 18px;
	right: 16px;
	margin: 0;
	color: #0b2a55;
	font-size: 12px;
	font-weight: 900;
}

.timeline-content h3 {
	margin: 0 78px 10px 0;
	color: #FF6325;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 900;
}

.timeline-content p:not(.timeline-time) {
	margin: 0;
	color: #586473;
	font-size: 13px;
	line-height: 1.8;
}
/* よくある質問 */
.faq-section {
  padding: 56px 18px 64px;
  background: rgb(244, 244, 244);
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.faq-item {
  border: 2px solid #e7e7e7;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 75px;
  padding: 13px 22px;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 16px;
  color: #0b2a55;
  font-size: 15px;
  line-height: 1.55;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}

.faq-toggle {
  position: relative;
  width: 18px;
  height: 18px;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #FF6325;
  border-radius: 999px;
  transition: .3s;
}

.faq-toggle::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-toggle::after {
  transform: rotate(0);
}

.faq-answer {
  display: none;
  padding: 0 22px 24px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  padding-top: 2px;
  color: #586473;
  font-size: 13px;
  line-height: 1.8;
}
.ticketbuy-section{
	padding: 56px 18px 64px;
	background-color: #FF6325;
}
.ticketbuy-section .section-heading h2,.ticketbuy-section .section-heading p{
	color: #FFFFFF;
}
.ticketbuy-section .ticket-button{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #FF6325;
}
.ticketbuy-section .ticket-button:hover{
	box-shadow: 0 6px 28px rgba(255,255,255,0.6);
}
.sns-list{
	margin-top: 28px;
	width: 73%;
	margin-left: auto;
	margin-right: auto;
}
.sns-list ul{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 5px;
}
.sns-list li{
	display: grid;
	place-items: center;
	text-align: center;
	background: rgba(255,255,255,0.2);
	width: 40px;
	height: 40px;
	border-radius: 9999px;
}
.sns-list li a{
	color: #FFFFFF;
	display: block;
}
/*　固定チケット　*/
.fixed-ticket-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 3000;

  width: min(calc(100% - 36px), 380px);
  transform: translate(-50%, 120%);
  opacity: 0;
  visibility: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;

  border-radius: 999px;
  background: #ff6325;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(255, 99, 37, .35);

  transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
}

.fixed-ticket-banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.fixed-ticket-banner__arrow {
  font-size: 18px;
}
/* フッター */
#re-banner{
	background-color: #EBEBEB;
	padding: 40px 20px;margin-top: -30px;
}
#re-banner ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#re-banner ul li{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: calc(33.333% - 10px);
}
#re-partner{
	background-color: #FF6325;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 10px;
padding-right: 10px;
}
#re-partner h1{
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.8rem;
}
#re-partner .partner-outer ul{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 17px auto 0;
}
#re-partner .partner-outer ul li{
	max-width: 141px;
	width: 32%;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFFFFF;
}
#re-partner .partner-outer ul li a{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 117px;
	padding: 0 5px;
}
footer.re-footer{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FF6325;
	padding-bottom: 100px;
}
footer.re-footer .logo{
	max-width: 152px;
	width: 100%;
	margin: 0 auto 15px;
}
footer.re-footer .logo a{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer.re-footer p{
	text-align: center;
	font-size: 1.1rem;
	color: #FFFFFF;
	line-height: 1.8;
}
.banner-section{
	padding: 25px 18px;
}
/* 左カラムを消す */
@media (max-width: 1100px) {
  .site-layout {
    grid-template-columns: minmax(390px, 420px) 260px;
  }

  .side-left {
    display: none;
  }
}

/* 右カラムを消してスマホ風 */
@media (max-width: 820px) {
  .site-layout {
    display: block;
  }

  .mobile-canvas {
    max-width: none;
  }

  .side-right {
    display: none;
  }
	.header{
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	}
	.drawer{
		  position: fixed;
    top: 60px;
    left: 0;
    right: auto;
    width: 100%;
    height: calc(100dvh - 60px);
	}
	.kv{
		padding-top: 60px;
	}
}
@media (min-width: 821px) {
	.youtube-modal__close {
  position: absolute;
  top: -56px;
  right: 0;

  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;

  background: #fff;
  font-size: 28px;
  cursor: pointer;
}
	.fixed-ticket-banner {
    width: 380px;
  }
}