@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");

@font-face {
	font-family: 'sns_icon';
	src: url('../font/sns_icon.eot?hf355k');
	src: url('../font/sns_icon.eot?hf355k#iefix') format('embedded-opentype'),
	url('../font/sns_icon.ttf?hf355k') format('truetype'),
	url('../font/sns_icon.woff?hf355k') format('woff'),
	url('../font/sns_icon.svg?hf355k#sns_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
i.snsIcon {
	font-family: 'sns_icon' !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: #fff;
}
.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-tw:before { content: "\e908";}
.icon-yt:before { content: "\e909";}


html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 821px) and (max-width: 959px) {
  html {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  color: #fff;
  -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .container {
    max-width: 88%;
  }
}

.anim {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.anim.on {
  opacity: 1;
}

.bg_green {
  background-color: rgba(25, 106, 51, 0.4);
  border-radius: 1rem;
}

.section_title {
  font-size: min(6.4vw, 3.6rem);
  text-align: center;
  font-weight: normal;
}

.btnWrap {
  display: flex;
  justify-content: center;
}
.btnWrap a {
	display: block;
	text-align: center;
  color: white;
	font-size: 16px;
  padding: 15px 16px 18px;
  border-radius: 6px;
  min-width: fit-content;
	width: min(90vw, 260px);
}

@media screen and (min-width: 821px) {
  .sp {
    display: none;
  }
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
  .btnWrap a {
    font-size: min(3.4vw, 16px);
    padding: min(2.2vw, 16px) min(3vw, 16px) min(3vw, 18px);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////

	main

//////////////////////////////////////////////////////////////////////////////// */
main {
  padding-bottom: min(20vw, 18.6rem);
}

#langNav {
	position: absolute;
    top: 4.2rem;
    right: 4rem;
	width: 68px;
    line-height: 1.8;
}
#langNav .lang {
	font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    border: #fff solid 1px;
    border-radius: 4px;
    margin-left: 0;
	text-align: center;
}
#langNav .lang a.langCurrent {
    display: block;
    font-size: min(1.2vw, 14px);
    font-weight: 400;
    padding: 3px min(1.8vw, 25px);
    position: relative;
}
#langNav .lang .langSelect {
	display: none;
}
#langNav .lang .langSelect a {
	text-align: center;
	padding: 3px;
	font-size: 12px;
	background-color: #fff;
	color: #000;
	margin-top: 1px;
    text-decoration: none;
    letter-spacing: .1em;
    display: block;
}
@media screen and (min-width: 821px) {

	#langNav .lang a:hover {
		opacity: 1;
	}

	#langNav .lang .langSelect a:hover {
		opacity: .5;
	}

}

@media screen and (max-width: 820px) {
	#langNav {
		top: 2.6rem;
    	right: 2rem;
		width: 54px;
	}

	#langNav .lang {
		border: #fff solid 1px;
		border-radius: 4px;
		margin-left: 0;
    	transition: all .3s ease-out;
		font-family: 'Montserrat', sans-serif;
    	z-index: 1000;
	}

	#langNav .lang a {
		color: #fff;
		text-decoration: none;
		letter-spacing: .1em;
    	text-indent: 0.1em;
	}
	#langNav .lang a.langCurrent {
		display: block;
		font-size: min(3.2vw, 14px);
		padding: min(1.2vw, 4px) min(4vw, 20px) min(1vw, 3px) min(4vw, 20px);
		position: relative;
	}
}

.fv {
  position: relative;
}
.fv .pagetitle_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.fv .pagetitle {
  width: 95vh;
  max-width: 82%;
  opacity: 0;
  animation: ttl 0.5s ease-out 0.8s forwards;
}

@keyframes ttl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv .link_official {
  position: absolute;
  width: 14rem;
  top: 5.4rem;
  left: 4.8rem;
}
.fv .badge {
  position: absolute;
  right: 7vw;
  bottom: 7vh;
  width: 28vh;
  max-width: 23%;
  opacity: 0;
  animation: ttl 0.5s ease-out 1.5s forwards;
}
.fv .scroll {
  position: absolute;
  width: 1px;
  height: 10vh;
  bottom: 10vh;
  left: 50%;
  overflow: hidden;
  opacity: 0;
  animation: ttl 0.5s ease-out 1.5s forwards;
}
.fv .scroll::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  animation: scrl 1.2s linear 0s infinite;
}
@keyframes scrl {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

#intro {
  margin-bottom: min(8vw, 7rem);
  text-align: center;
}
#intro .catch {
  font-size: min(6.2vw, 4.2rem);
  line-height: 2;
  font-weight: bold;
	margin-bottom: min(8vw, 60px);
}
#intro p {
  font-size: min(3.3vw, 1.8rem);
  line-height: 2.4;
  font-weight: bold;
}
#intro p + p {
	margin-top: min(6vw, 40px);
}

#intro .btnWrap {
  margin-top: min(6vw, 64px);
}
#intro .btnWrap a {
  font-weight: bold;
}
#intro .btnWrap a:nth-child(1) {
  background-color: #00a4c8;
  margin-right: 2em;
}
#intro .btnWrap a:nth-child(2) {
  background-color: #ec722f;
}

#tokyo, #osaka {
  padding-top: min(15vw, 14rem);
}
#osaka {
  border-top: #fff solid 1px;
}
section h2 {
  font-size: min(7.4vw, 36px);
  font-weight: bold;
  text-align: center;
  margin-bottom: min(8vw, 64px);
}
section h3 {
  display: flex;
  align-items: center;
  margin-bottom: min(4vw, 32px);
}
section h3 span:first-child {
  font-size: min(5.8vw, 28px);
  font-weight: bold;
  position: relative;
  padding-left: min(14vw, 90px);
}
section h3 span:first-child::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: min(10vw, 60px);
  height: min(10vw, 60px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
section h3 span.sonic::before {
  background-image: url(../images/stage_logo_sonic.svg);
}
section h3 span.pacific::before {
  background-image: url(../images/stage_logo_pacific.svg);
}
section h3 span.spotify::before {
  background-image: url(../images/stage_logo_spotify.svg);
}
section h3 span.massive::before {
  background-image: url(../images/stage_logo_massive.svg);
}
section h3 .time {
  font-size: min(4.6vw, 22px);
  margin-left: 1.5em;
}
.artistList {
  padding-bottom: min(16vw, 160px);
}
.artistList > li {
  margin-bottom: min(8vw, 80px);
}
.artistList .artistWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #00bde6;
  border-radius: 10px;
  padding: min(6vw, 32px) min(5vw, 24px);

}
#tokyo .artistList .artistWrap {
  background-color: #00bde6;
}
#osaka .artistList .artistWrap {
  background-color: #ff5a00;
}
.artistList .artistCont {
  width: max(40%, 380px);
}
.artistList .imgWrap {
  border-radius: 8px;
  overflow: hidden;
}
.artistList .artistCont .btnWrap {
  margin-top: min(6vw, 32px);
}
.artistList .artistCont .btnWrap + .btnWrap {
  margin-top: min(3vw, 20px);
}
.artistList .artistCont .btnWrap a {
  border: #fff solid 1px;
}
.artistList .artistCont .snsList {
  display: flex;
  justify-content: center;
  margin-top: min(5vw, 24px);
}
.artistList .artistCont .imgWrap + .snsList {
  margin-top: min(3.5vw, 28px);
}
.artistList .artistCont .snsList li a {
  font-size: min(6.8vw, 26px);
  margin: 0 min(3vw, 12px);
}
.artistList .artistTxt {
  width: calc(100% - 24px - max(40%, 380px));
}
.artistList .artistTxt h4 {
  font-size: min(5.6vw, 28px);
  margin-bottom: 0.8em;
}
.artistList .artistTxt p {
  font-size: min(3.4vw, 16px);
  margin-bottom: 0.8em;
}
.artistList .artistTxt p:last-child {
  margin-bottom: 0;
}

.artistList .artistTxt .stageInfo {
	font-size: min(4.8vw, 24px);
	font-weight: bold;
    margin-bottom: min(6vw, 40px);
    line-height: 1.4;
}
.artistList .artistTxt .stageInfo span {
    font-size: min(4vw, 18px);
}

#about {
  margin-bottom: min(15vw, 14rem);
}
#about h2 {
  font-size: min(7.4vw, 36px);
  margin-bottom: min(8vw, 64px);
  text-align: center;
}
#about .catch {
  font-size: min(3.8vw, 2.8rem);
  line-height: 2;
  font-weight: bold;
	text-align: center;
	margin-bottom: min(8vw, 60px);
}
#about p {
  font-size: min(3.3vw, 1.8rem);
  line-height: 2.4;
  font-weight: bold;
}
#about p + p {
	margin-top: min(6vw, 40px);
}
@media screen and (max-width: 820px) {

  section h3 {
    flex-direction: column;
    align-items: flex-start;
  }
  section h3 .time {
    margin-left: min(14vw, 90px);
  }
  .artistList .artistWrap {
    flex-direction: column-reverse;
  }
  .artistList .artistCont {
    width: 100%;
  }
  .artistList .imgWrap {
    margin-bottom: min(4vw, 40px);
  }
  .artistList .artistTxt {
    width: 100%;
  }
}

footer {
  padding-top: min(18vw, 13.7rem);
  padding-bottom: min(18vw, 26rem);
  background: #000;
}
footer .footer_title {
  text-align: center;
  font-size: min(5.3vw, 2.8rem);
  margin-bottom: min(6vw, 8.7rem);
}
footer .note,
footer .note + p {
  font-size: min(3vw, 1.8rem);
  line-height: 2.22;
}
footer .note + p {
  margin-bottom: min(30vw, 16rem);
}

footer .summersonic {
  width: 32%;
  display: block;
  margin: auto;
}

footer .logo_list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 64px auto min(20vw, 14rem);
}
footer .logo_list .creativeman {
    width: 25.5%;
}
footer .logo_list .jisedai {
    width: 19%;
}
footer .logo_list .eplus {
    width: 25.5%;
    padding-right: 2.5%;
}
footer .logo_list li img {
    width: 100%;
}
footer .copy {
  text-align: center;
  font-size: min(2.4vw, 1.3rem);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 821px) {
  footer .creativeman {
    width: 30.1%;
  }
  footer .summersonic {
    width: 27.1%;
  }
  footer .eplus {
    width: 22.8%;
  }
}
@media screen and (max-width: 820px) {
  #about p,
  #intro p {
    line-height: 1.9;
  }
	.fv .pagetitle_wrap {
    height: 90vh;
    height: 100svh;
    padding-bottom: 18vh;
	}
  .fv .badge {
    right: 50%;
    transform: translate(50%,55%);
    bottom: auto;
    top: 38.7vh;
    top: 43svh;
    width: 42%;
    max-width: 20.7vh;
    max-width: 23svh;
  }
  .fv .scroll {
    height: 9vh;
    height: 10svh;
    bottom: 3.6vh;
    bottom: 4svh;
  }
	footer .summersonic {
		width: 47.4%;
		padding-bottom: 10vw;
	}
  footer .logo_list {
		width: 100%;
		display: block;
		margin-top: 0;
  }
  footer .logo_list li {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 10vw;
  }

	footer .logo_list .creativeman {
		width: 51%;
	}
	footer .logo_list .jisedai {
		width: 38%;
	}
	footer .logo_list .eplus {
		width: 48%;
		padding-right: 0;
	}
}

#bg {
	position: fixed;
  top: 0;
  left: 0;
	width: 100vw;
	height: 100vh;
	background: url("../images/bg01.jpg") no-repeat center center;
	background-size: cover;
  z-index: -1;
	overflow: hidden;
	opacity: 0.9;
}
#bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/bg02.jpg") no-repeat center center;
	background-size: cover;
	animation: bg 6s linear 0s infinite;
	z-index: 1;
}

@keyframes bg {
	0% { opacity: 0;}
	50% { opacity: 1;}
	100% { opacity: 0;}
}


#bg .circle01 {
  position: absolute;
  top: 22%;
  left: 70%;
  transform-origin: center center;
  animation: circle 20s linear 0s infinite;
  background: url(../images/circle.png) no-repeat center center;
  background-size: contain;
  width: 92vw;
  height: 92vw;
  opacity: 1;
  z-index: 1;
}
#bg .circle01.c02,
#bg .circle02.c02,
#bg .circle03.c02 {
  background: url(../images/circle02.png) no-repeat center center;
  background-size: contain;
}
#bg .circle01.c03,
#bg .circle02.c03,
#bg .circle03.c03 {
  background: url(../images/circle03.png) no-repeat center center;
  background-size: contain;
}
#bg .circle02 {
  position: absolute;
  top: 62%;
  left: 15%;
  transform-origin: center center;
  animation: circle 20s linear 0s infinite;
  background: url(../images/circle.png) no-repeat center center;
  background-size: contain;
  width: 60vw;
  height: 60vw;
  opacity: 0.8;
  z-index: 1;
}
#bg .circle03 {
  position: absolute;
  top: 83%;
  left: 78%;
  transform-origin: center center;
  animation: circle 20s linear 0s infinite;
  background: url(../images/circle.png) no-repeat center center;
  background-size: contain;
  width: 40vw;
  height: 40vw;
  opacity: 1;
  z-index: 1;
}

@keyframes circle {
	0% { transform: translate(-50%, -50%) rotate(0deg);}
	100% { transform: translate(-50%, -50%) rotate(360deg);}
}

.c01Wrap,
.c02Wrap,
.c03Wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.c01Wrap {
	z-index: 1;
}
.c02Wrap {
	animation: c02 14s linear 0s infinite;
	z-index: 2;
}
.c03Wrap {
	animation: c03 14s linear 0s infinite;
	z-index: 3;
}

@keyframes c02 {
	0% { opacity: 0;}
	10% { opacity: 0;}
	30% { opacity: 1;}
	50% { opacity: 1;}
	80% { opacity: 0;}
	100% { opacity: 0;}
}
@keyframes c03 {
	0% { opacity: 0;}
	20% { opacity: 0;}
	40% { opacity: 0;}
	60% { opacity: 1;}
	80% { opacity: 1;}
	100% { opacity: 0;}
}

@media screen and (max-width: 820px) {

	#bg .circle01 {
		top: 35%;
		left: 70%;
		width: 150vw;
		height: 150vw;
	}
	#bg .circle02 {
		top: 70%;
		left: 10%;
		width: 120vw;
		height: 120vw;
	}
	#bg .circle03 {
		top: 87%;
		left: 80%;
		width: 75vw;
		height: 75vw;
	}
}
