@charset "utf-8";

/* SaintJunya official
============================== */

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  background-color: #f4d722;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 900;
  line-height: 2.0;
}
h2 {
  font-size: 5.0rem;
  text-transform: uppercase;
}
h3 {
  font-size: 3.0rem;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 5px solid #000;
  margin: 0.3em 0;
}
h3 > span::before {
  content: " | ";
}
h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 1.0rem 0;
}
main p + *,main dl + * {
  margin-top: 0.5em;
}
dl dt {
  font-weight: normal;
}
dl dd {
  font-weight: 900;
}
:focus {
  outline: none;
}

del {
  text-decoration-color: red;
  text-decoration-style: double;
  text-decoration-thickness: 1px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main a:not(.button) {
  text-decoration: underline;
  font-weight: 900;
}

.button {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin-top: 0.5em;
  font-weight: bold;
}
.note {
  background-color: rgba(0, 0, 0, 0.0);
  padding: 0.8em;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  margin-top: 1.0em;
}
.photo {
  text-align: center;
}

nav {
  padding: 2.0rem 0;
}
nav ul {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
main .contentsGrid {
  display: grid;
  gap: 4.0rem;
}
main .sectionGrid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat( auto-fit, minmax(256.5px,1fr) );
}

.snsLink {
  display: flex;
  justify-content: center;
  padding-bottom: 2.0rem;
  font-size: 2.0rem;
}
.snsLink li a {
  margin: 0 2.0rem;
}


/* Layout
============================== */
.inner {
/*  background-color:rgba(0,0,255,0.1);*/
  padding: 0 2.0rem;
}

header,footer {
  background-color: #000;
  color: #fff;
  text-align: center;
}
header {
  padding-top: 2.0rem;
  height: auto;
  display: grid;
  align-items: center;
}
#home header {
  height: 80vh;
}
main {
  background-color: #fff;
  color: #000;
  padding-bottom: 2.5rem;
  margin-bottom: 150px;
}
main::after {
  content: "";
  background-image: url(../images/bg-junya.webp);
  background-repeat: no-repeat;
  background-position: bottom -40vh center;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -9999;
}
footer {
  padding-bottom: 3.0rem;
}


/* Show */
#show section > dl {
  display: grid;
  grid-template-columns: 4.5em 1fr;
}
#show section > dl + * {
  border-top: 1px solid #000;
  padding-top: 0.5em;
}
#show time::after {
  content: " || ";
}
#show ul.actList li {
  display: inline;
}
#show ul.actList li + li::before {
  content: " / ";
}
#show ul.actList li strong.oneman {
  color: #ff0000;
  margin-left: 0.5em;
}
#show dl.ticket dd ul li span {
  padding-left: 0.5em;
}
#show dl.ticket dd ul li span::before {
  content: "\0a5";
}
#show dl.ticket dd ul li::before {
  text-transform: uppercase;
  font-size: 0.8em;
}
#show dl.ticket dd ul li.adv::before {
  content: "adv";
}
#show dl.ticket dd ul li.door::before {
  content: "door";
}
#show dl.ticket dd ul li span::after {
  content: "+ 1Drink";
  padding-left: 0.5em;
}
#show dl.opst {
  grid-template-columns: 8em 1fr;
}
.eplus {
  background-color: #f16baa;
  border-radius: 20px;
}
.wildSide {
  background-color: #000;
  color: #DC0000;
  border-radius: 20px;
}

.sold {
  position: relative;
}
.sold::before {
  content: "Thank you SOLD OUT!!";
  display: block;
  font-size: 1.6em;
  padding: 0.2em 0;
  text-align: center;
  background-color: #ff0000;
  border: 6px double #fff;
  color: #fff;
  box-shadow: 4px 4px 2px rgb(0 0 0 / 80%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  rotate: -15deg;
}



/* Music */
#music .number {
  font-weight: bold;
  font-size: 2.0rem;
  display: block;
}
#music .track {
  list-style: decimal-leading-zero;
  padding-left: 2.0em;
}
#music .track > li + * {
  margin-top: 0.4em;
}
#music .track .note {
  display: flex;
  font-size: 1.5rem;
}
#music .track .note dt::after {
  content: "：";
}
#music .track .note dd:not(:first-of-type)::before {
  content: "／";
}
#music .track .note dd a {
  text-decoration: underline;
  color: #444;
  font-weight: normal;
}
#music .track .note dd a:hover {
  text-decoration: none;
}


/* Video */
.youTube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youTube iframe {
  width: 100%;
  height: 100%;
}

/* Store */
#store .price,#store .size {
  display: flex;
}
#store .price dt::after,
#store .size dt::after {
  content: " :";
  padding-right: 0.3em;
}
.ec {
  position:relative;
}
.ec::before {
  box-sizing: content-box;
  content: "通販限定";
  display: block;
  background-color: #ff4a7f;
  color: #fff;
  line-height: 1.0;
  width: 2em;
  padding: 0.8em;
  border-radius: 50%;
  transform:rotate(8deg);
  position: absolute;
  right: -5px;
  top: -5px;
}

/* contact */
#contact form {
  margin-top: 3.0rem;
}
#contact form > label {
  display: block;
  font-weight: 900;
}
#contact form > label + * {
  margin-top: 2.0rem;
}
#contact textarea {
  resize: none;
  height: 9em;
}
#contact form label input[type="text"],
#contact form label input[type="email"],
#contact textarea {
  display: block;
  width: 100%;
  background-color: #eee;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 5px;
  font-weight: normal;
}
#contact form label input[type="text"]:focus,
#contact form label input[type="email"]:focus,
#contact textarea:focus {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%) inset;
}
input[type="submit"] {
  display: block;
  border: 1px solid #000;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}

@media (min-width:600px) {
  img[src$="logo.svg"] {
    width: 500px;
  }
  .inner {
    max-width: 840px;
    margin: 0 auto;
  }
  #live dl.ticket dd ul {
    display: flex;
  }
  #live dl.ticket dd ul li:first-child::after {
    content: "／";
    padding: 0 0.5em;
  }
}
