.artist {
    background-image: url("/hachisai/images/hachisai-theme.png");
    background-repeat: repeat-y;
    background-size: 100%;
}

.artist-selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.selection-box{
    justify-content: center;
    align-items: center;
    width: 45%;
    aspect-ratio: 1/1;
    position: relative;
    margin: auto;
}

.selection-box a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
}

.selection{
    display: flex;
    justify-content: center;
    margin: auto;
    width:400px;
}

.selection-upper,
.selection-lower {
  position: relative;
  z-index: 1;
}

.selection-upper {
  height: 36%;
}

.selection-middle {
  inset: 0;
  display: flex;
  height: 49%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}

.selection-photo-box {
    width: 80%;
    margin: auto;
}

.selection-photo {
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.selection-lower {
  height: 15%;
}

.selection-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
    .selection-box{
        width: 90%;
    }

    .selection{
        width: 80%;
    }
}

.artist-live {
    background-image: url("/jukusai/art-images/artist-live-background.png");
    background-repeat: repeat-y;
    background-size: 100%;
}

.artist-photo {
    width: 60%;
    border-radius: 7%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    height: auto;
    justify-content: center;
    margin: auto;
}

.artist-info-box {
    background-color: rgba(0,0,0,0.7);
    width: 80%;
    padding: 1%;
    margin: auto;
}

.artist-info-box h2{
    margin: 0%;
    padding: 0%;
    font-size: min(6vw, 40px);
    text-align: center;
    color: #fff;
    font-family: 'Yomogi', cursive;
}

.artist-text {
    color:#fff;
    font-family: 'Yomogi', cursive;
    font-size: min(3vw, 15px);
    margin: 5%;
    word-break: keep-all;
    overflow-wrap: break-word
}

.schedule {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: auto;
  padding: 0px;
}

.schedule-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.schedule-upper,
.schedule-lower {
  position: relative;
  z-index: 1;
}

.schedule-upper {
  height: 36%;
}

.schedule-middle {
  inset: 0;
  display: flex;
  height: 49%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.schedule-lower {
  height: 15%;
}

.schedule-middle h2 {
    font-size: min(6vw, 50px);
    text-align: center;
    max-width: 600px;
    color: #fff;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0px;
    object-fit: contain;
}

.clapper-general-box {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 75%;
    margin: 1%;
    padding: 0px;
    object-fit: contain;
}

.clapper-general-sub {
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-size: auto;
    color:#000;
    font-size: min(4vw, 40px);
    font-weight: normal;
    padding-left: 1vw;
    padding-right: 1vw;
    left: 0;
    margin: 0%;
    object-fit: contain;
}

.clapper-general-sub-mini {
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-size: auto;
    color:#000;
    font-size: min(3vw, 40px);
    font-weight: normal;
    left: 0;
    margin: 0%;
    object-fit: contain;
}

.clapper-general-info {
    flex: 0 0 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    border: 0.2vw solid #fff;
    font-size: min(4vw, 40px);
    padding-left: 1%;
    padding-right: 1%;
    margin: 0%;
    object-fit: contain;
}

.clapper-general-info-mini {
    flex: 0 0 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: min(9vw, 20px);
    padding-left: 1%;
    padding-right: 1%;
    align-items: center;
    margin: 0%;
    object-fit: contain;
}

h2 {
    font-size: 50px;
    text-align: center;
    color: #fff;
}

.ticket {
    background-color: rgba(0,0,0,0.7);
    padding-top: 1%;
    width: 650px;
    justify-content: center;
    margin: auto;
}

@media screen and (max-width: 700px){ 
    .ticket{
    width: 100%;
    }
}

.ticket-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    margin: 1%;
}

.ticket-type {
    font-size: 20px;
    color: #fff;
}

.ticket-value {
    font-size: 20px;
    color: #fff;
}

.ticket-buy-sub{
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    margin: 0;
}

.ticket-buy-box {
    display: flex;
    flex-wrap: warp;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

.ticket-buy-info {
    color: #fff;
}

.ticket-buy-info-caption{
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.ticket-buy-note {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.padding-dots {
    padding-top: 40px;
    border-bottom: #fff dotted 2px;
}

.dots {
    border-bottom: #fff dotted 2px;
}

.e-plus {
    text-align:  center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.e-plus-link {
    background-color: #d436f4;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.artist-note-box {
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    margin: auto;
    width: 900px;
}

@media screen and (max-width: 950px){ 
    .artist-note-box{
    width: 100%;
    }
}

.artist-note {
    color:#ffffff;
    width: 900px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

@media screen and (max-width: 950px){ 
    .artist-note{
    width: 100%;
    font-size: 10px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    }
}