@charset "UTF-8";

@font-face {
  font-family: 'sns_ico';
  src:
    url('../fonts/sns_ico.ttf?z7sza2') format('truetype'),
    url('../fonts/sns_ico.woff?z7sza2') format('woff'),
    url('../fonts/sns_ico.svg?z7sza2#sns_ico') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.snsIcon {
  font-family: 'sns_ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

	color: #000;
}

.icon-search:before { content: "\e908";}
.icon-arrow1_left:before { content: "\e90c";}
.icon-arrow1_bottom:before { content: "\e90d";}
.icon-arrow1_right:before { content: "\e90e";}
.icon-arrow1_top:before { content: "\e90f";}
.icon-arrow2_left:before { content: "\e910";}
.icon-arrow2_bottom:before { content: "\e911";}
.icon-arrow2_right:before { content: "\e912";}
.icon-arrow2_top:before { content: "\e913";}
.icon-link:before { content: "\e914";}
.icon-note:before { content: "\e915";}
.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}
.icon-wb:before { content: "\e90b";}
.icon-arrow3_top:before { content: "\ea3a";}
.icon-arrow3_right:before { content: "\ea3c";}
.icon-arrow3_bottom:before { content: "\ea3e";}
.icon-arrow3_left:before { content: "\ea40";}


html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: min(3.4vw, 16px);
  color: #fff;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
* {
  background-repeat: no-repeat;
}

body {
  background: #001418;
}
main {
  position: relative;
}
#summary,
section {
  padding: min(16vw, 80px) 0;
}
#summary {
  padding-top: min(60vw, 300px);
}
section:nth-last-of-type(1) {
  padding-bottom: min(20vw, 200px);
}
.contentWrap {
  margin: auto;
  max-width: 1180px;
  padding: 0 min(6vw, 64px);
}

h2 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: min(9.2vw, 62px);
  letter-spacing: 0.08em;
  margin-bottom: min(6vw, 40px);
}
/* section:nth-of-type(even) h2 {
  text-align: right;
} */

a {
  color: #fff;
  transition: all 0.3s ease-out;
}

.scrlImg {
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  clip-path: inset(0 50% 0 50%);
}
.scrlImg.on {
  clip-path: inset(0 0 0 0);
}

.anim {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.anim.on {
  opacity: 1;
  transform: translateY(0px);
}

@media (hover: hover) {
	a:hover {
		opacity: 0.6;
	}
}

@keyframes op {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

.listAsterisk {
	list-style: none;
	padding-left: 1.2em;
	font-size: min(2.6vw, 12px);
}
.listAsterisk > li {
	text-indent: -1.2em;
	font-weight: normal;
	line-height: 1.4;
}
.listAsterisk > li + li {
	margin-top: 0.6em;
}
.listAsterisk > li:before {
	margin-right: 0.2em;
	content: "※";
}

.logoFanstream {
  display: block;
  margin: 0 auto;
  width: min(38vw, 200px);
}
.logoUnext {
  display: block;
  margin: 0 auto;
  width: min(27.36vw, 144px);
}

.wovn-languages {
  top: 3.4vw !important;
  right: 9.4vw !important;
  z-index: 2 !important;
}
.wovn-languages::before {
  border-bottom: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}
.wovn-languages .langIcon {
  white-space: nowrap !important;
  letter-spacing: 0;
}
.wovn-languages .nav-dropdown .list--language {
  color: #fff !important;
}

@media (min-width: 769px) {

  .sp {
    display: none !important;
  }

}
@media (max-width: 768px) {

  .pc {
    display: none !important;
  }

  .wovn-languages {
    top: min(6.5vw, 32px) !important;
    right: min(18vw, 80px) !important;
  }
}

/* --------- header --------- */

header {
	opacity: 0;
	animation: op 1s ease-out 1s forwards;
  position: relative;
  z-index: 1;
}
#menuButton {
  display: block;
  width: 54px;
  height: 54px;
  position: fixed;
  top: 2.5vw;
  right: 2.5vw;
  z-index: 998;
}
#menuButton span {
  display: block;
  width: 100%;
  aspect-ratio: 300/53;
  position: absolute;
  left: 0px;
  transition: all 0.4s;
}
#menuButton span img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}

#menuButton:not(.active) .close {
  display: none;
}
#menuButton.active .open {
  display: none;
}

#menuButton span:first-child { top: 10px;}
#menuButton span:nth-child(2) { bottom: 10px;}

#menuButton.active span:first-child {
  transform: translateY(12.4px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
  transform: translateY(-12.4px) rotate(-45deg);
}
#globalNav {
/*  display: none;*/
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 600px;
  max-width: 100%;
  height: 100vh;
  background-color: #fff;

  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  clip-path: inset(0 0 100% 0);
}
#globalNav.active {
  clip-path: inset(0 0 0 0);
}

.navWrap {
  height: 100%;
  padding: min(24vw, 140px) min(10vw, 60px) min(10vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainNav a {
  color: #001418;
  font-size: 5.6vh;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
}
.mainNav a.menuBroadcast {
  font-size: 2.4vh;
}

.menuTitleWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menuTitleWrap .menuTitle {
  width: 30%;
  line-height: 0;
}
.menuCopy {
  color: #001418;
  font-size: min(2.4vw, 10px);
  transform-origin: right bottom;
  transform: rotate(90deg);
  white-space: nowrap;
}


@media (max-width: 768px) {

  #menuButton {
    width: 38px;
    height: 38px;
    top: 2.8vw;
    right: 4vw;
  }
  #menuButton span:nth-child(1) {
    top: 9px;
  }
  #menuButton span:nth-child(2) {
    bottom: 9px;
  }
  #menuButton.active span:nth-child(1) {
    transform: translateY(6.8px) rotate(45deg);
  }
  #menuButton.active span:nth-child(2) {
    transform: translateY(-6.8px) rotate(-45deg);
  }

}


/* --------- op --------- */
body.loading {
  position: fixed;
  top: 0;
  left: 0;
}
#op {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  z-index: 9999;
  background: #001418 url("../images/roof.png") no-repeat center 73vh / 100%;

  animation: op2 0.8s ease-out 4.5s forwards;
}
#op .opTitle {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36vh;
  max-width: 46vw;
  line-height: 0;
  opacity: 0;
  animation: op1 1s ease-out 0.5s forwards;
}
#op .opTitle img {
  animation: op2 0.5s ease-out 2s forwards;
}
#op .opText {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  width: 14vh;
  max-width: 24vw;
  opacity: 0;
  animation: op1 1s ease-out 2.8s forwards;
}

@keyframes op1 {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(1.2);}
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1);}
}
@keyframes op2 {
  0% { opacity: 1;}
  100% { opacity: 0; pointer-events: none;}
}



/* --------- main visual --------- */
#mainVisual-placeholder {
  height: 0;
}
.mainVisual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: calc(75.7vw + min(58.2vh, 42.5vw));
}
.mainVisual h1 {
  position: absolute;
  top: min(15.8vh, 11vw);
  right: min(8vh, 5.6vw);
  width: min(28.1vh, 19.5vw);

  /* opacity: 0; */
}
.mainVisual .mvText {
  position: absolute;
  top: min(15.8vh, 11vw);
  left: min(8vh, 5.6vw);
  width: min(24.4vh, 16.9vw);

  /* opacity: 0; */
}
.mainVisual .scroll {
  position: absolute;
  top: min(86vh, 60vw);
  left: min(7.9vh, 5.5vw);
  color: #fff;
  font-size: min(2.6vw, 12px);

  /* opacity: 0; */
}
.mainVisual .scroll a {
  text-decoration: none;
}
.mainVisual .roofImg {
  position: relative;
  opacity: 1;
  transition: opacity 2s ease-out;
  z-index: -1;
}
.mainVisual .bgText {
  width: 87.5vw;
  margin: 4vw auto;

  opacity: 0;
  transition: opacity 2s ease-in;
}
.mainVisual h1 img,
.mainVisual .mvText img,
.mainVisual .scroll img {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}


.mainVisual.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.mainVisual.is-pushed {
  position: fixed;
  left: 0;
  width: 100%;
}
.mainVisual.is-fixed .bgText,
.mainVisual.is-pushed .bgText {
  opacity: 0.04;
}
.mainVisual.is-fixed .roofImg,
.mainVisual.is-pushed .roofImg {
  /* opacity: 0.16; */
  opacity: 0.08;
}
.mainVisual.is-fixed h1 img,
.mainVisual.is-pushed h1 img,
.mainVisual.is-fixed .mvText img,
.mainVisual.is-pushed .mvText img,
.mainVisual.is-fixed .scroll a,
.mainVisual.is-pushed .scroll a {
  opacity: 0;
}


@media screen and (max-aspect-ratio: 22/17) {
  .mainVisual {
    height: calc(75.7vw + 80vh);
  }
  .mainVisual h1 {
    top: 14vh;
    right: min(8vh, 5.6vw);
    width: min(29.3vw, 50vh);
  }
  .mainVisual .mvText {
    /* top: min(24.8vw, 14vh); */
    top: 14vh;
    left: min(5.2vw, 50vh);
    width: min(25.5vw, 50vh);
  }
  .mainVisual .scroll {
    display: none;
  }
}



/* --------- summary --------- */
.summaryArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.summaryArea .summaryText {
  font-size: min(3vw, 14px);
  line-height: 2.2;
  margin-top: 30%;
}
.summaryArea .pcWrap {
  width: 45.5%;
}
.summaryArea .pcWrap .summeryTitle {
  width: 61%;
}
.summaryArea .summaryImg {
  position: relative;
  width: 46%;
  aspect-ratio: 55/72;
  margin-top: 8%;
  overflow: hidden;
}
.summaryArea .summaryImg img {
  position: absolute;
  width: 201.25%;
  height: 201.25%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #summary .contentWrap {
    padding-left: min(10vw, 100px);
    padding-right: min(8vw, 80px);
  }
  .summaryArea .summaryText {
    padding-left: min(2vw, 20px);
    padding-right: min(4vw, 40px);
    margin-top: min(10vw, 100px);
  }
  .summaryArea .pcWrap {
    width: 100%;
  }
  .summaryArea .pcWrap .spWrap {
    display: flex;
    justify-content: space-between;
  }
  .summaryArea .pcWrap .summeryTitle {
    width: 34%;
  }
  .summaryArea .pcWrap .summaryImg {
    width: 53%;
    margin-top: 0;
  }
}

/* --------- news --------- */
.accordion > div {
  border-top: #fff solid 1px;
}
.accordion > div:last-child {
  border-bottom: #fff solid 1px;
}
.accordion dt {
  cursor: pointer;
  position: relative;
  display: flex;
  padding: min(5vw, 40px) min(10vw, 56px) min(6vw, 40px) min(2vw, 20px);
}
.accordion dt .date,
.accordion dt .title {
  display: flex;
  align-items: center;
}
.accordion dt .date {
  width: 140px;
  font-size: min(3vw, 13px);
  font-weight: 400;
}
.accordion dt .title {
  width: calc(100% - 140px);
  font-size: min(3.4vw, 16px);
  font-weight: 400;
}
.accordion dd {
  display: none;
  padding: min(4vw, 40px) min(2vw, 20px);
  font-size: min(3.4vw, 16px);
  line-height: 1.6;
}
.accordion dd p + p {
  margin-top: 1em;
}
.accordion .toggleBtn {
  position: absolute;
  top: 50%;
  right: min(2vw, 20px);
}
.accordion .toggleBtn::before,
.accordion .toggleBtn::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	background-color: #fff;
	width: min(6vw, 30px);
	height: 2px;
	transition: all .4s;
}
.accordion .toggleBtn::after {
	transform: rotate(90deg);
}
.accordion dt.open .toggleBtn::after {
	transform: rotate(0deg);
}

.newsImg {
  padding: 0 min(4vw, 40px);
  margin: 160px auto 0;
  max-width: 1480px;
  height: min(72vw, 80vh);
}
.newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .accordion dt {
    display: block;
  }
  .accordion dt .date,
  .accordion dt .title {
    display: block;
    width: 100%;
  }
  .accordion dt .date {
    margin-bottom: min(2vw, 16px);
  }

  .newsImg {
    padding: 0;
    margin-top: min(28vw, 160px);
  }
}

/* --------- streaming --------- */

#streaming h3 {
  font-size: min(4.2vw, 20px);
  margin-top: min(3vw, 20px);
  margin-bottom: min(3vw, 24px);
}
#streaming .flexWrap + h3 {
  margin-top: min(10vw, 80px);
}

.streamingInfo h2 {
  margin-bottom: min(8vw, 56px);
}
.streamingInfo .partitionWrap {
  padding-bottom: min(6vw, 28px);
  border-bottom: #fff solid 1px;
  margin-bottom: min(6vw, 28px);
  font-size: min(3.4vw, 16px);
  font-weight: 600;
}
.streamingInfo .partitionWrap p + p {
  margin-top: min(0.4em);
}
.streamingInfo .listAsterisk > li {
  font-weight: 200;
}


#streaming .flexWrap {
  display: flex;
  justify-content: space-between;
}
#streaming .flexWrap > div {
  width: 46.5%;
}
#streaming .flexWrap .streamingTitle {
  background-color: #fff;
  color: #001418;
  font-size: min(3.6vw, 16px);
  font-weight: 600;
  padding: min(2vw, 10px) min(3vw, 16px);
  margin-bottom: min(2vw, 24px);
}
#streaming .flexWrap dl {
  display: flex;
  flex-wrap: wrap;
  border: #fff solid 1px;
  font-size: min(2.8vw, 13px);
}
#streaming .flexWrap dt {
  background-color: #555;
  width: 30%;
  padding: min(3vw, 16px) min(2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
#streaming .flexWrap dt span {
  font-size: min(2.6vw, 12px);
}
#streaming .flexWrap dd {
  width: 70%;
  padding: min(3vw, 16px);
  border-left: #fff solid 1px;
  font-weight: 700;
}
#streaming .flexWrap dd a {
  text-decoration: underline;
  word-break: break-all;
}
#streaming .flexWrap dt,
#streaming .flexWrap dd {
  display: flex;
  align-items: center;
}
#streaming .flexWrap dt:not(:nth-of-type(1)),
#streaming .flexWrap dd:not(:nth-of-type(1)) {
  border-top: #fff solid 1px;
}
#streaming .flexWrap dd.logo {
  justify-content: center;
  padding: min(4vw, 24px) min(2vw, 16px);
}


@media (max-width: 1099px) {
  #streaming .flexWrap {
    flex-direction: column;
    gap: min(6vw, 64px);
  }
  #streaming .flexWrap > div {
    width: 100%;
  }

  #streaming .flexWrap dt {
    width: 33%;
  }
  #streaming .flexWrap dd {
    width: 67%;
  }
}


/* --------- ticket --------- */
.ticketWrap {
  display: flex;
  justify-content: space-between;
  background-color: #042329;
}
.ticketWrap + .ticketWrap {
  margin-top: min(4vw, 32px);
}
.ticketWrap > div {
  width: 48%;
}
.ticketWrap p {
  text-align: center;
  font-size: min(3.4vw, 16px);
}
.ticketWrap .ticketMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: min(6vw, 32px) min(6vw, 48px) min(10vw, 40px);
  border-right: #001418 solid 1px;
}
.ticketWrap .ticketMain .ticketTitle {
  border: #fff solid 1px;
  padding: min(2vw, 10px);
  font-size: min(3.8vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.ticketWrap .ticketMain p + p {
  margin-top: min(4vw, 20px);
}
.ticketWrap .ticketMain .price {
  display: inline-block;
  font-size: min(5.6vw, 28px);
  padding-right: 0.3em;
  transform: translateY(0.08em);
}
.ticketWrap .ticketMain .note {
  font-size: min(3.2vw, 14px);
}
.ticketWrap .ticketMain .ticketLogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: min(100%, 360px);
  height: min(20vw, 98px);
  margin: min(6vw, 24px) auto 0;
}
.ticketWrap .ticketMain .ticketLogo p {
  font-size: min(3vw, 14px);
  font-weight: 500;
  color: #001418;
  letter-spacing: 0;
  margin-top: min(2vw, 16px);
}

.ticketWrap .ticketMain .ticketTxtBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: min(100%, 360px);
  height: min(20vw, 98px);
  margin: min(6vw, 24px) auto 0;
  padding: min(3vw, 15px);
  color: #000;
  text-decoration: none;
}
.ticketWrap .ticketMain .ticketTxtBtn p {
  font-size: min(3vw, 14px);
  font-weight: 500;
  color: #001418;
  letter-spacing: 0;
}

.ticketWrap .ticketMain .logoFanstream + p {
  margin-top: 2px;
}
.ticketWrap .ticketMain .logoUnext + p {
  margin-top: 8px;
}
.ticketWrap .ticketSecondary {
  padding: min(6vw, 30px);
}
.ticketWrap .ticketSecondary h4 {
  text-align: center;
  font-size: min(3.4vw, 16px);
  font-weight: normal;
  margin-bottom: min(2vw, 10px);
}
.ticketWrap .ticketSecondary h5 {
  text-align: center;
  font-size: min(3.2vw, 14px);
  font-weight: normal;
  margin-bottom: min(2vw, 10px);
}
.ticketWrap .ticketSecondary p {
  font-size: min(3.2vw, 14px);
  text-align: left;
}
.ticketWrap .ticketSecondary p + p {
  margin-top: 1.5em;
  border-top: #fff solid 1px;
  padding-top: 1.5em;
}
.ticketWrap .ticketSecondary .note {
  display: block;
  font-size: min(2.6vw, 12px);
  margin-top: 1em;
}
.ticketWrap .ticketSecondary ul {
  list-style: disc;
  padding-left: min(4vw, 20px);
  font-size: min(3.2vw, 14px);
}
.ticketWrap .ticketSecondary ul li + li {
  margin-top: min(2vw, 10px);
}

.ticketWrap .ticketSecondary ul + h4,
.ticketWrap .ticketSecondary p + h4,
.ticketWrap .ticketSecondary p + h5 {
  margin-top: 1.5em;
  border-top: #fff solid 1px;
  padding-top: 1.5em;
}

@media (max-width: 768px) {
  .ticketWrap {
    flex-direction: column;
  }
  .ticketWrap > div {
    width: 100%;
  }
  .ticketWrap .ticketMain {
    border-right: none;
    border-bottom: #fff solid 1px;
  }
}


footer {
  position: relative;
  height: 63.5vw;
  background-image: url(../images/main_footer_pc.jpg);
  background-size: cover;
  background-position: center bottom;
}
footer .copy {
  position: absolute;
  left: 50%;
  bottom: 1.4vw;
  transform: translateX(-50%);
  font-size: min(2.4vw, 10px);
  text-align: center;
  color: #001418;
  width: 100%;
}
@media (max-width: 768px) {
  footer {
    background-image: url(../images/main_footer_sp.jpg);
    background-size: cover;
    background-position: center bottom;
  }
}