@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

th {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/*──────────────────────────────────────────────

	color	

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	margin

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	font

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	font

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	animation

──────────────────────────────────────────────*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*

@mixin pd {

	@include mq(s) {
		padding-left: $margin_h_m_sp;
		padding-right: $margin_h_m_sp;
	}

}

@function font($type) {
	@return map-get($font, $type);
}


@mixin stick_no_bills {
	font-family: 'Stick No Bills', sans-serif;
}

@mixin barlow {
	font-family: 'Barlow', sans-serif;
}

@mixin alkalami {
	font-family: 'Alkalami', serif;	
}

@mixin noto-san-r {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

@mixin noto-san-b {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

@mixin noto-serif {
	font-family: 'Noto Serif JP', serif;
}

*/
ul.sns {
  position: fixed;
  right: 10px;
  bottom: 32px;
  z-index: 999;
}
ul.sns li {
  width: 55px;
  height: 44px;
}
ul.sns li + li {
  margin-top: 4px;
}
ul.sns li.instagram img {
  opacity: 0.75;
}
ul.sns a {
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(61, 158, 157, 0.9);
  justify-content: center;
  padding: 4px 0;
}
@media screen and (min-width: 1024px) {
  ul.sns {
    right: 15px;
    bottom: 44px;
  }
}
@media screen and (min-width: 1920px) {
  ul.sns {
    right: 20px;
    bottom: 60px;
  }
  ul.sns li + li {
    margin-top: 8px;
  }
}

/*──────────────────────────────────────────────

	footer

──────────────────────────────────────────────*/
.page-footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: -1;
  font-size: 8px;
}
.page-footer p.copy {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .page-footer {
    font-size: 10px;
    bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .page-footer {
    font-size: 12px;
    bottom: 50px;
  }
}

/*──────────────────────────────────────────────

	cockpit

──────────────────────────────────────────────*/
.cockpit {
  position: fixed;
  z-index: 101;
}
.cockpit.top, .cockpit.bottom {
  width: 100%;
  height: 20px;
  left: 0;
  text-align: center;
  background-repeat: repeat-x;
  background-size: auto 10px;
}
.cockpit.top span, .cockpit.bottom span {
  position: absolute;
  width: 30px;
  left: 17%;
  height: 2px;
  background: #00fffe;
  transform: translateX(-50%);
  animation: blink 3s ease-in 0s infinite normal;
}
.cockpit.top span:nth-of-type(2), .cockpit.bottom span:nth-of-type(2) {
  left: 84%;
}
.cockpit.top img, .cockpit.bottom img {
  width: auto;
  height: 100%;
}
.cockpit.top::before, .cockpit.top::after, .cockpit.bottom::before, .cockpit.bottom::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url(../images/common/cockpit_corner.svg) no-repeat;
}
.cockpit.top::after, .cockpit.bottom::after {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.cockpit.top.top span, .cockpit.bottom.top span {
  top: 4px;
}
.cockpit.top.bottom span, .cockpit.bottom.bottom span {
  bottom: 5px;
}
.cockpit.top {
  top: 0;
  background-image: url(../images/common/cockpit_top_repeat.svg);
  background-image: url(../images/common/cockpit_top_repeat.png?1);
}
.cockpit.top::before, .cockpit.top::after {
  top: 0;
}
.cockpit.bottom {
  bottom: 0;
  background-image: url(../images/common/cockpit_bottom_repeat.svg);
  background-image: url(../images/common/cockpit_bottom_repeat.png?1);
  background-position: left bottom;
}
.cockpit.bottom::before, .cockpit.bottom::after {
  bottom: 0;
}
.cockpit.bottom::before {
  transform: scaleY(-1);
}
.cockpit.bottom::after {
  transform: scale(-1, -1);
}
.cockpit.left, .cockpit.right {
  width: 10px;
  height: 100%;
  top: 0;
  background: #000;
}
.cockpit.left img, .cockpit.right img {
  width: 20px;
  height: auto;
  max-width: revert;
  position: absolute;
  top: 50%;
}
.cockpit.left {
  left: 0;
}
.cockpit.left img {
  transform: translateY(-50%);
}
.cockpit.right {
  right: 0;
}
.cockpit.right img {
  transform: scaleX(-1) translateY(-50%);
  right: 0;
}
@media screen and (min-width: 1024px) {
  .cockpit.top, .cockpit.bottom {
    height: 30px;
    background-size: auto 15px;
  }
  .cockpit.top::before, .cockpit.top::after, .cockpit.bottom::before, .cockpit.bottom::after {
    width: 45px;
    height: 45px;
  }
  .cockpit.top span, .cockpit.bottom span {
    left: 25%;
    width: 120px;
  }
  .cockpit.top span:nth-of-type(2), .cockpit.bottom span:nth-of-type(2) {
    left: 75%;
  }
  .cockpit.left, .cockpit.right {
    width: 15px;
  }
  .cockpit.left img, .cockpit.right img {
    width: 30px;
  }
  .cockpit.top span {
    top: 8px !important;
  }
  .cockpit.bottom span {
    bottom: 8px !important;
  }
}
@media screen and (min-width: 1920px) {
  .cockpit.top, .cockpit.bottom {
    height: 40px;
    background-size: auto 20px;
  }
  .cockpit.top::before, .cockpit.top::after, .cockpit.bottom::before, .cockpit.bottom::after {
    width: 60px;
    height: 60px;
  }
  .cockpit.top span, .cockpit.bottom span {
    width: 200px;
  }
  .cockpit.left, .cockpit.right {
    width: 20px;
  }
  .cockpit.left img, .cockpit.right img {
    width: 40px;
  }
  .cockpit.top span {
    top: 11px !important;
  }
  .cockpit.bottom span {
    bottom: 11px !important;
  }
}
.cockpit ul.lights {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  gap: 4px;
  transform: translate(-50%, -50%);
}
.cockpit ul.lights li {
  width: 2px;
  height: 8px;
  background: #00fffe;
  opacity: 0;
  transition: 1s;
}
.cockpit ul.lights li.show:nth-of-type(1), .cockpit ul.lights li.show:nth-of-type(9) {
  opacity: 0.2;
}
.cockpit ul.lights li.show:nth-of-type(2), .cockpit ul.lights li.show:nth-of-type(8) {
  opacity: 0.4;
}
.cockpit ul.lights li.show:nth-of-type(3), .cockpit ul.lights li.show:nth-of-type(7) {
  opacity: 0.6;
}
.cockpit ul.lights li.show:nth-of-type(4), .cockpit ul.lights li.show:nth-of-type(6) {
  opacity: 0.8;
}
.cockpit ul.lights li.show:nth-of-type(5) {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .cockpit ul.lights {
    gap: 6px;
  }
  .cockpit ul.lights li {
    width: 3px;
    height: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .cockpit ul.lights {
    gap: 9px;
  }
  .cockpit ul.lights li {
    width: 3px;
    height: 16px;
  }
}

div.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: url(../images/common/bg_body_common_sp.jpg) center bottom/cover no-repeat #120647;
}
@media all and (orientation: landscape) {
  div.body-bg {
    background-image: url(../images/common/bg_body_common_pc.jpg);
  }
}

@media screen and (max-width: 600px) {
  .sp-n {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .pc-n {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  background: #12072C;
  color: #ddaac3;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 601px) {
  body {
    font-size: 16px;
  }
}
@media all and (orientation: landscape) {
  body {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

a {
  color: #ddaac3;
  text-decoration: none;
}

h2, h3, h4 {
  color: #ddaac3;
}

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

main a {
  text-decoration: underline;
}
main * + p {
  margin-top: 1.6rem;
}

/*──────────────────────────────────────────────

	module

──────────────────────────────────────────────*/
.dp-n {
  display: none !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 1.5rem;
}

.mt-1 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 9rem;
}

.mt-4 {
  margin-top: 12rem;
}

.of-h {
  overflow: hidden;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

/*────────────────────────────────────────

	section

────────────────────────────────────────*/
.interval {
  margin-top: 6rem;
}
@media screen and (min-width: 601px) {
  .interval {
    margin-top: 6rem;
  }
}

.sec1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 30px 6rem;
  background: #30001e;
}
@media screen and (min-width: 601px) {
  .sec1 {
    padding: 6rem 3rem 9rem;
    background-size: 62.5% auto;
  }
}

/*───────────────────────────────────────

	general

───────────────────────────────────────*/
.annotation {
  font-size: 11px;
}
@media screen and (min-width: 601px) {
  .annotation {
    font-size: 12px;
  }
}

ul.kome li, .ul li, .disc li {
  padding-left: 1.2em;
  text-indent: -1.25em;
}
ul.kome.kome li::before, .ul.kome li::before, .disc.kome li::before {
  content: "※";
}
ul.kome.disc li::before, .ul.disc li::before, .disc.disc li::before {
  content: "・";
}

#intro .intro {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
  max-width: 600px;
  padding-top: 10vw;
  aspect-ratio: 1/1.2;
}
#intro .intro .date {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1024px) {
  #intro .intro {
    padding-top: 6vw;
  }
}
@media screen and (min-width: 1280px) {
  #intro .intro {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  #intro .intro {
    aspect-ratio: 1/1.1;
  }
}
#intro .intro .bnr {
  width: 90%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#intro ul.banners {
  display: flex;
  max-width: 820px;
  gap: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  #intro ul.banners {
    width: 80%;
    flex-direction: column;
    gap: 10px;
  }
}

figure.movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
figure.movie video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
figure.movie video.h {
  width: auto;
  height: 100%;
}

div.body-bg {
  background: #000;
  background-image: none;
}

ul.artists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 1rem;
  margin-top: 3rem;
}
ul.artists li {
  text-align: center;
}
ul.artists li.no_photo {
  display: flex;
  align-items: center;
}
ul.artists li.no_photo p.logo img {
  width: 100%;
  margin-top: 0;
}
ul.artists li.geinin {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
}
ul.artists li.geinin p {
  margin-top: 0;
}
@media screen and (min-width: 601px) {
  ul.artists li.geinin {
    font-size: 24px;
  }
}
ul.artists figure:nth-of-type(1) {
  background: #000;
}
ul.artists p {
  margin-top: 0;
}
ul.artists p.logo img {
  width: 80%;
  margin-top: 0.5em;
}
ul.artists div {
  position: relative;
}
ul.artists div .new_artist {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: hsl(315, 43%, 54%);
  background: rgb(61, 158, 157);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-33%, -66%);
  line-height: 1;
  padding: 0.25em 0.5em 0.15em;
  margin-top: 0 !important;
}
@media screen and (min-width: 1024px) {
  ul.artists div .new_artist {
    font-size: 16px;
  }
}
ul.artists div .new_artist.cancel {
  background: #EF3F69;
  transform: translate(-16%, -66%);
  font-size: 9px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  ul.artists div .new_artist.cancel {
    font-size: 11px;
  }
}
@media screen and (min-width: 601px) {
  ul.artists {
    margin-top: 6rem;
    gap: 80px 40px;
  }
}
@media screen and (min-width: 1024px) {
  ul.artists figure:nth-of-type(1) {
    margin-bottom: 2.7777777778%;
    overflow: hidden;
  }
  ul.artists figure:nth-of-type(1) img {
    transition: 2s;
  }
  ul.artists figure:nth-of-type(1) img:hover {
    transform: scale(1.3);
  }
}

section.mc {
  margin-top: 6rem;
}
@media screen and (min-width: 601px) {
  section.mc {
    margin-top: 6rem;
  }
}

div.mc {
  width: calc(50% - 1rem);
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
div.mc p.logo img {
  width: 80%;
  margin-top: 0.5em;
}
.hd2 {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1;
  font-size: 36px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 601px) {
  .hd2 {
    font-size: 64px;
    margin-bottom: 3rem;
  }
}

.hd3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 601px) {
  .hd3 {
    font-size: 32px;
  }
}

.hd-serif {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 601px) {
  .hd-serif {
    font-size: 42px;
  }
}

.hd-artist {
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .hd-artist:first-line {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .hd-artist {
    font-size: 42px;
    margin-bottom: 3rem;
  }
  .hd-artist:first-line {
    font-size: 56px;
  }
}

small {
  font-size: 12px;
}

body {
  padding-bottom: 12rem;
}

footer small {
  font-size: 10px;
}

table.detail {
  margin-top: 6rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  table.detail th {
    font-weight: bold;
  }
  table.detail th,
  table.detail td {
    display: block;
  }
  table.detail tr:nth-of-type(n+2) th {
    padding-top: 1.25em;
  }
  table.detail td {
    padding-bottom: 1.25em;
    border-bottom: solid 1px rgba(221, 170, 195, 0.2);
    font-size: font(s);
  }
}
@media screen and (min-width: 601px) {
  table.detail {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    width: 80%;
    max-width: 960px;
  }
  table.detail th,
  table.detail td {
    padding-bottom: 1.25em;
    padding-bottom: 1.6em;
  }
  table.detail tr:nth-of-type(n+2) th,
  table.detail tr:nth-of-type(n+2) td {
    padding-top: 1.25em;
    padding-top: 1.6em;
  }
  table.detail th {
    width: 30%;
    white-space: nowrap;
    font-weight: normal;
  }
  table.detail tr {
    border-bottom: solid 1px rgba(221, 170, 195, 0.2);
  }
}

.tickets-outer {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.tickets-outer ul.banners {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.tickets-outer ul.banners li + li {
  margin-top: 10px;
}
@media screen and (min-width: 601px) {
  .tickets-outer ul.banners {
    margin-top: 3rem;
  }
}
.tickets-outer .gold_sheet figure {
  margin-top: 3rem;
}

table.tickets {
  width: 100%;
  margin: 3rem auto 1.5rem;
}
@media screen and (min-width: 601px) {
  table.tickets {
    margin-top: 6rem;
  }
}
table.tickets th,
table.tickets td {
  vertical-align: middle;
}
table.tickets tr.header th {
  font-weight: normal;
  background: rgba(221, 170, 195, 0.1);
  line-height: 1;
  padding: 0.4em;
}
@media screen and (min-width: 601px) {
  table.tickets tr.header th {
    font-size: 14px;
  }
}
table.tickets tr.body th,
table.tickets tr.body td {
  font-size: 112.5%;
  padding-top: 1em;
  font-weight: normal;
}
table.tickets th {
  padding-right: 1em;
  white-space: nowrap;
}
table.tickets td {
  text-align: right;
}
table.tickets td .price {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
table.tickets td .tax {
  font-size: 10px;
}
table.tickets .soldout {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
}
table.tickets .soldout strong {
  font-size: 90%;
  margin-right: 0;
  font-weight: normal;
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  table.tickets span.line2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 601px) {
  table.tickets tr.body th {
    font-size: font(l);
    padding-right: 2em;
  }
  table.tickets tr.body td {
    font-size: font(s);
  }
  table.tickets tr.body td .price {
    font-size: 28px;
  }
  table.tickets div.soldout {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
  table.tickets div.soldout strong {
    margin-right: 1em;
  }
}/*# sourceMappingURL=home.css.map */