@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@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: "Zen Old Mincho", serif;
	font-size: min(3.2vw, 14px);
  letter-spacing: 0.06em;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.anim {
	opacity: 0;
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
}

@media screen and (min-width: 821px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
}
@media screen and (max-width: 820px) {
	
	.pc { display: none;}
	
}

.bgSlide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  
  opacity: 0;
  animation: op 2s ease-out 2.5s forwards;
}
.bgSlide li div {
  width: 100vw;
  height: 100vh;
}
.bgSlide .bg01 { background: url("../images/bg01.jpg") no-repeat center center / cover;}
.bgSlide .bg02 { background: url("../images/bg02.jpg") no-repeat center center / cover;}
.bgSlide .bg03 { background: url("../images/bg03.jpg") no-repeat center center / cover;}
.bgSlide .bg04 { background: url("../images/bg04.jpg") no-repeat center center / cover;}


#menuButton {
  display: block;
  width: min(10vw, 40px);
  height: min(10vw, 40px);
  position: fixed;
  top: min(4vw, 30px);
  right: min(5vw, 30px);
  z-index: 9999;
}
#menuButton span {
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.4s;
}
#menuButton span:nth-child(1) { transform: translateY(-350%) rotate(0deg);}
#menuButton span:nth-child(2) { transform: translateY(250%) rotate(0deg);}
#menuButton span:nth-child(3) { transform: translateY(-50%);}
#menuButton.active span:nth-child(1) { transform: translateY(-50%) rotate(45deg);}
#menuButton.active span:nth-child(2) { transform: translateY(-50%) rotate(-45deg);}
#menuButton.active span:nth-child(3) { opacity: 0;}

#globalNavi {
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: none;
}
#globalNavi .gnavInr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(8vw, 60px);
  height: 100%;
  padding: 0 0 min(10vw, 80px);
}
#globalNavi .menuLogo {
  width: min(30vw, 200px);
  margin: 0 auto;
  line-height: 0;
}
#globalNavi .menu {
  font-size: min(4vw, 30px);
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}
#globalNavi .menu li {
  margin-bottom: min(4vw, 20px);
}
#globalNavi .menu li a {
  color: #000;
  text-decoration: none;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  padding: min(4vw, 20px) min(4vw, 30px);
  z-index: 7000;
  opacity: 0;
}
header .hdrLogo {
  width: min(15vw, 100px);
}



#mainTitle {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(255,255,255,0.00);
  transition: all 0.6s ease-out;
}
#mainTitle.is-small {
  background: rgba(255,255,255,0.90);
}
#mainTitle h1 {
  width: 50vh;
  padding: 21vh 0;
  line-height: 0;
  
  opacity: 0;
  animation: op 2s ease-out 0.5s forwards;
  transition: all 0.8s ease-out;
  will-change: transform,animation,position;
}
#mainTitle h1 a {
  opacity: 1 !important;
}
/*
#mainTitle.on h1 {
  width: 10vh;
  padding: 2vh 0;
}
*/


.scroll {
  padding-top: 85vh;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-out;
}
.scroll.on {
  opacity: 0;
}
.scroll a {
  display: block;
  background-color: #fff;
  margin: 0 auto;
  width: fit-content;
  border-radius: 100px;
  color: #000;
  text-decoration: none;
  padding: min(1vw, 5px) min(4vw, 20px) min(1.1vw, 7px);
}
.scroll span {
  display: block;
  height: 10vh;
  width: 1px;
  margin: 0 auto;
  margin-top: 2vh;
  overflow: hidden;
  position: relative;
}
.scroll span::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  animation: scrl 2s linear 0s infinite;
  transform: translateY(-100%);
  width: 1px;
  height: 100%;
}

@keyframes scrl {
  0% { transform: translateY(-100%);}
  100% { transform: translateY(100%);}
}

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


@media screen and (max-width: 820px) {
	
  #mainTitle h1 {
    width: 60vw;
    padding: 18vw 0 10vw;
  }
  .scroll {
    padding: 0;
    width: 10vw;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .scroll a {
    transform: translate(-50%, -240%) rotate(90deg);
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 2.8vw;
    line-height: 1.2;
  }
	
}




section {
  padding: min(10vw, 80px) min(5vw, 60px);
  position: relative;
  z-index: 1;
}
.contentWrap {
  max-width: 1080px;
  margin: 0 auto;
}

h2 {
  text-align: center;
  font-size: min(3.8vw, 20px);
  letter-spacing: 0.08em;
  margin-bottom: min(8vw, 60px);
}


#intro {
  display: flex;
  justify-content: space-between;
  padding: min(8vw, 60px) 0 min(16vw, 120px);
}
#intro .introTxt {
  width: 40%;
  display: flex;
  align-items: center;
}
#intro .introTxt p {
  font-size: 1.4vw;
  line-height: 2.4;
}
#intro .artistPhoto {
  line-height: 0;
  width: 60%;
}


.scheduleList {
  display: flex;
  justify-content: space-between;
}
.scheduleList > li {
  width: 48%;
  background-color: #fff;
  padding: min(6vw, 30px);
  border-radius: min(2vw, 10px);
}
.scheduleList li .city {
  text-align: center;
  width: fit-content;
  padding: min(1vw, 4px) min(4vw, 20px);
  margin: 0 auto min(4vw, 20px);
  color: #fff;
  font-size: min(3.4vw, 16px);
  border-radius: 100px;
}
.scheduleList li:nth-child(1) .city {
  background-color: #e382b1;
}
.scheduleList li:nth-child(2) .city {
  background-color: #8d5d9c;
}

.scheduleList li h3 {
  text-align: center;
  margin-bottom: min(4vw, 20px);
  font-size: min(4.2vw, 24px);
  line-height: 1.6;
}
.scheduleList li .date {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(4vw, 20px);
}
.scheduleList li .date li {
  width: 48%;
  padding: min(4vw, 20px);
  border-radius: min(2vw, 10px);
  text-align: center;
}
.scheduleList li:nth-child(1) ul li {
  background-color: #f3cade;
}
.scheduleList li:nth-child(2) ul li {
  background-color: #e7cfee;
}
.scheduleList li .date li .day {
  font-size: min(5.6vw, 28px);
  font-feature-settings: "palt";
  text-indent: 0.5em;
  line-height: 1.4;
}
.scheduleList li .date li .day span {
  font-size: 0.6em;
}
.scheduleList li .date li .time {
  font-size: min(3.2vw, 14px);
}

.scheduleList li .contact {
  text-align: center;
  font-size: min(3.2vw, 14px);
}
.scheduleList li .contact a {
  color: #000;
}

.ticketSchedule + .ticketSchedule {
  padding-top: min(6vw, 30px);
  margin-top: min(6vw, 30px);
  border-top: #000 solid 1px;
}


.whiteBox {
  background-color: rgba(255,255,255,0.70);
  border-radius: min(2vw, 10px);
  padding: min(6vw, 30px);
}
.whiteBox h3 {
  font-size: min(3.6vw, 18px);
  margin-bottom: min(3vw, 15px);
}
.whiteBox p + h3 {
  margin-top: min(8vw, 60px);
}
.whiteBox p {
  margin-bottom: min(3vw, 15px);
}
.whiteBox .note {
  font-size: 0.8em;
}

.whiteBox p a {
  color: #000;
}

#member {
  text-align: center;
}
#member .whiteBox {
  padding: min(8vw, 60px) min(6vw, 30px);
}
#member h3 {
  font-size: min(4.8vw, 24px);
  letter-spacing: 0.1em;
  margin-bottom: min(6vw, 30px);
}
#member p {
  font-size: min(3.6vw, 18px);
  letter-spacing: 0.2em;
  line-height: 2;
}
#member p + p {
  margin-top: min(4vw, 20px);
}


.attention {
  background-color: #fff;
  padding: min(6vw, 30px);
  border-radius: min(2vw, 10px);
  margin-bottom: min(6vw, 30px);
}
.attention h4 {
  background-color: #e3456e;
  text-align: center;
  padding: min(1vw, 5px);
  color: #fff;
  font-size: min(3.6vw, 18px);
  margin-bottom: min(4vw, 20px);
}

.ticketTable {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: min(2vw, 10px);
  overflow: hidden;
}
.ticketTable > dt {
  background-color: #e9dced;
  width: 22%;
  border-top: #000 solid 1px;
  padding: min(6vw, 30px);
  font-size: min(3.4vw, 16px);
}
.ticketTable > dd {
  width: 78%;
  border-top: #000 solid 1px;
  padding: min(6vw, 30px);
}
.ticketTable > dt:nth-of-type(1),
.ticketTable > dd:nth-of-type(1) {
  border-top: none;
}

.ticketTable > dd p:last-child {
  margin-bottom: 0;
}

.ticketTable > dd .price {
  font-size: min(3.6vw, 18px);
}
.ticketTable > dd .price strong {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.2;
}
.ticketTable > dd h5 {
  font-size: min(3.6vw, 18px);
  line-height: 1.6;
  margin-bottom: min(4vw, 20px);
}
.ticketTable > dd .period {
  display: flex;
  border: #000 solid 1px;
  margin-bottom: min(4vw, 20px);
}
.ticketTable > dd .period dt {
  width: 20%;
  border-right: #000 solid 1px;
  text-align: center;
  padding: min(2vw, 10px);
}
.ticketTable > dd .period dd {
  width: 80%;
  padding: min(2vw, 10px) min(4vw, 20px);
}

.gradBtn {
  margin-bottom: min(4vw, 20px);
}
.gradBtn a {
  display: block;
  background: linear-gradient(90deg, #8d5d9c 0%, #f87bb7 100%);
  width: fit-content;
  padding: min(3vw, 15px) min(7vw, 50px);
  border-radius: 100px;
  color: #fff !important;
  text-decoration: none !important;
}

.ticketTable > dd .txtList {
  list-style: disc;
  padding-left: min(4vw, 20px);
  margin-bottom: min(4vw, 20px);
}
.ticketTable > dd a {
  color: #f479b6;
  text-decoration: underline;
}
.whiteBox .bdrBox {
  border: #000 solid 1px;
  padding: min(3vw, 15px) min(4vw, 20px);
  margin-bottom: min(4vw, 20px);
}
.whiteBox .bdrBox h5 {
  font-size: min(3.4vw, 16px);
  font-weight: bold;
  margin-bottom: min(1vw, 5px);
}
.whiteBox .bdrBox p {
  margin-bottom: min(1vw, 5px);
}
.whiteBox .bdrBox a {
  color: #f479b6;
  text-decoration: underline;
}

.blackBtn {
  margin-top: min(6vw, 30px);
}
.blackBtn a {
  display: block;
  background: #333333;
  width: fit-content;
  padding: min(3vw, 15px) min(7vw, 50px);
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}


.comingsoon {
  padding: min(10vw, 80px) 0;
  text-align: center;
  font-size: min(3.8vw, 20px);
  margin-bottom: 0;
}

.noticeList {
  list-style: disc;
  padding-left: min(4vw, 20px);
  margin-bottom: min(4vw, 20px);
}

#bnrArea {
  padding: min(10vw, 80px) min(6vw, 60px) min(12vw, 100px);
}
#bnrArea .bnrList {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(6vw, 30px);
  line-height: 0;
}
#bnrArea .sponsor {
  margin: min(20vw, 160px) auto min(10vw, 80px);
  max-width: min(52vw, 340px);
  line-height: 0;
}


@media screen and (min-width: 821px) {
  #intro .introTxt {
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #intro .introTxt .quoteL {
    writing-mode: horizontal-tb;
    line-height: 0.4;
    margin-right: auto;
    display: inline-block;
    vertical-align: sub;
    padding-top: 0.5em;
  }
  #intro .introTxt .quoteR {
    writing-mode: horizontal-tb;
    line-height: 0.4;
    margin-right: auto;
    display: inline-block;
    vertical-align: super;
    padding-top: 0.3em;
  }
}
@media screen and (max-width: 820px) {
  
  #intro {
    padding-top: 93vw;
    flex-direction: column;
    align-items: flex-end;
    gap: min(8vw, 60px);
  }
  #intro .introTxt {
    width: 100%;
    text-align: center;
    justify-content: center;
    opacity: 0;
    animation: op 2s ease-out 0.5s forwards;
  }
  #intro .introTxt p {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #intro .artistPhoto {
    width: 90%;
    opacity: 0;
    animation: op 2s ease-out 0.5s forwards;
  }
  intro .introTxt p {
    font-size: 2.8vw;
    line-height: 1.8;
  }
	
  .scheduleList {
    flex-direction: column;
    gap: min(4vw, 20px);
  }
  .scheduleList > li {
    width: 100%;
  }
  
  .ticketTable > dt {
    width: 100%;
    padding: min(4vw, 30px) min(6vw, 30px);
  }
  .ticketTable > dd {
    width: 100%;
    border-top: none;
  }
	
  .gradBtn a,
  .blackBtn a {
    margin: 0 auto;
    line-height: 1.5;
  }
}


/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer {
  font-family: "source-han-sans-japanese", sans-serif;
	background-color: #000;
	color: #fff;
	position: relative;
}
footer .ftrSns {
	display: flex;
	border-bottom: #333 solid 1px;
}
footer .ftrSns li {
	width: 20%;
}
footer .ftrSns li + li {
	border-left: #333 solid 1px;
}
footer .ftrSns li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 30px;
	height: 100%;
}
footer .ftrSns li a i.snsIcon {
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}
footer .ftrSns li a span {
    width: 45px;
	line-height: 0;
	margin-right: 20px;
}

footer .ftrMain {
	padding: min(6vw, 60px) min(6vw, 60px) min(10vw, 100px);
}
footer .ftrMain .copyWrap {
	display: flex;
	align-items: center;
	width: 82%;
	max-width: 880px;
	margin: auto;
}
footer .ftrMain .copyWrap .logo {
	width: 540px;
	margin-right: 30px;
}
footer .ftrMain .copyWrap p {
	font-size: 12px;
	font-weight: 200;
}
footer .ftrMain .copyright {
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
	font-weight: 200;
}


footer .ftrMain .ftrNav {
	width: 50%;
	display: flex;
}
footer .ftrMain .ftrNav ul {
	width: 50%;
	border-left: #333 solid 1px;
	padding: 0 6%;
}
footer .ftrMain .ftrNav li + li {
	margin-top: 8px;
}
footer .ftrMain .ftrNav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
footer .ftrMain .ftrSubNav {
	width: 25%;
	border-left: #333 solid 1px;
	padding: 0 3%;
}
footer .ftrMain .ftrSubNav li + li {
	margin-top: 8px;
}
footer .ftrMain .ftrSubNav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

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

	footer .ftrSns {
		display: flex;
		flex-wrap: wrap;
	}
	footer .ftrSns li {
		width: 50%;
	}
	footer .ftrSns li:last-child {
		width: 100%;
	}
	footer .ftrSns li + li {
		border-left: none;
	}
	footer .ftrSns li:nth-child(even) {
		border-left: #333 solid 1px;
	}
	footer .ftrSns li:nth-child(n+3) {
		border-top: #333 solid 1px;
	}

	footer .ftrSns li a {
    	font-size: min(2.6vw, 12px);
		padding: min(4vw, 25px) min(5vw, 30px);
	}
	footer .ftrSns li a i.snsIcon {
		font-size: min(6vw, 24px);
		margin-right: min(3vw, 20px);
	}
	footer .ftrSns li a span {
		width: min(14vw, 45px);
		margin-right: min(4vw, 20px);
	}
	footer .ftrSns li:last-child a {
		justify-content: center;
	}

	footer .ftrMain {
	  padding: min(6vw, 60px) min(6vw, 60px) min(22vw, 100px);
	}
	footer .ftrMain .copyWrap {
		flex-direction: column;
	}
	footer .ftrMain .copyWrap .logo {
    width: 68%;
    max-width: 240px;
    margin: 0 auto min(5vw, 25px);
    
	}
	footer .ftrMain .copyWrap p {
		font-size: min(3vw, 12px);
	}
	footer .ftrMain .copyright {
		font-size: min(2.2vw, 10px);
		margin-top: min(8vw, 30px);
	}

}