h3{
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  padding: 0 0 30px;
}

.event_container_bottom + h3{
  margin-top: 60px;
}


h4{
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 18px;
  line-height: 1;
}
h4 .saturday{
  color: #3A00FF;
  text-shadow:
  0 0 1px #fff, 0 0 1px #fff,
  1px 0 0 #fff, -1px 0 0 #fff,
  0 1px 0 #fff, 0 -1px 0 #fff,
  1px 1px 0 #fff, -1px 1px 0 #fff,
  1px -1px 0 #fff, -1px -1px 0 #fff;
}

h4 .holiday{
  color: #FF0000;
  text-shadow:
  0 0 1px #fff, 0 0 1px #fff,
  1px 0 0 #fff, -1px 0 0 #fff,
  0 1px 0 #fff, 0 -1px 0 #fff,
  1px 1px 0 #fff, -1px 1px 0 #fff,
  1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media (max-width: 1200px) {
  h3{
    font-size: min(5vw, 50px);
    padding: 0 0 5vw;
  }
  h4{
    font-size: min(5vw, 45px);
      padding: .25em 0 .5em;
  }
}
.event_container{
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 2%;
}

.event_container_bottom + .event_container{
  margin-top: 50px;
}
.event_container .event_wrapper{
  border-left: #2794FB solid 6px;
  border-right: #2794FB solid 6px;
  /* border-bottom: #2794FB solid 6px; */
  padding-bottom: 30px;
  position: relative;
}
.event_container .event_wrapper:before{
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  background-color: #2794FB;
  width: 100%;
  height: 6px;
  margin: 0 auto;
}
.event_container_bottom{
  background-color: #ffffff;
  border-left: 12px solid #2794FB;
  border-right: 12px solid #2794FB;
  box-sizing: border-box;
  height: 6px;
  margin: 0 2%;
  padding: 0 2%;
  position: relative;
}
.event_container_bottom:after{
  content: "";
  width: calc(100% + 12px);
  left: -6px;
  height: 6px;
  bottom: -6px;
  background-color: #2794FB;
  position: absolute;
}

.event_container .event_wrapper .event_head_text{
  background-color: #2794FB;
  margin-bottom: 40px;
}

.contents_block{
  padding: 0 5%;
}
.contents_block + .contents_block{
  margin-top: 60px;
}
.contents_block p{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 0 36px;
}
.contents_block ul{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 15px 0 0;
  padding: 0 0 0 60px;
  position: relative;
}

.underline{
  text-align: right;
  border-bottom: solid 1px #000;
  position: absolute;
  bottom: 0;
  list-style: none;
  right: 20em;
}
@media (max-width: 1199px) {
  .underline{
    right: 6em;
  }
}
@media (max-width: 767px) {
  .event_container_bottom + .event_container{
    margin-top: 8vw;
  }

  .underline{
    right: 0;
  }
}

.contents_block a{
  color: #2794FB;
  display: inline-block;
  margin-top: .2em;
  text-decoration: none;
  border-bottom: solid 1px #2794FB;
}
.contents_block .info_text{
  margin-left: 20px;
  margin: 12px 0 0 50px;
}
.contents_block .note{
  margin-top: 0;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.2;
}
.contents_block .note + .note{
  margin-top: 0;
}
.contents_block .note span{
  padding: 0;
  position: absolute;
  left: 0;
}

.contents_block .note .holiday{
  color: #FF0000;
  font-weight: 500;

}

.contents_block .image_wrapp{
  width: 80%;
  margin: 20px auto;
}

.contents_block .sub_head_text{
  font-size: 28px;
  font-weight: 600;
  margin: .5em 0;
  padding-left: 1.25em;
  position: relative;
}
.contents_block .sub_head_text:before{
  content: "";
  position: absolute;
  top: .46em;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  background-color: red;
  border-radius: 100%;
}



.column_2_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.column_2_wrapper .column_box{
  width: calc(60% - 10px);
}
.column_2_wrapper .column_box:nth-child(2){
  width: calc(40% - 10px);
}

.column_2_wrapper .column_box img{
  max-width: 100%;
  height: auto;
  width: auto !important; 
}

@media (max-width: 1200px) {
  .contents_block .sub_head_text{
    font-size: min(3.8vw, 28px);
  }

  .contents_block p{
    font-size: min(3vw, 21px);
    margin: 0 0 0 9vw;
  }
  .contents_block ul{
    font-size: min(3vw, 21px);
    line-height: 1.5em;
    margin: 3vw 0 0;
    padding: 0 0 0 13vw;
  }

  .contents_block .info_text{
    margin: 2vw 0 0 12%;
  }
}

@media (max-width: 1100px) {
  .column_2_wrapper{
    display: block;
    gap: unset;
  }
  .column_2_wrapper .column_box{
    width: unset;
  }
  .column_2_wrapper .column_box:nth-child(2){
    width: 80%;
    text-align: center;
    margin: 4vw auto;
  }
  .column_2_wrapper .column_box img{
    display: unset;
  }
  .column_2_wrapper .column_box.cast_photo{
    width: 50%!important;
  }
}

@media (max-width: 767px) {
  .event_container .event_wrapper{
    padding-bottom: 4vw;
  }

  .event_container .event_wrapper .event_head_text{
    margin-bottom: 4vw;
  }
  .contents_block{
    padding: 0 4%;
  }
  .contents_block + .contents_block{
    margin-top: 8vw;
  }
    .contents_block .sub_head_text:before{
    top: .3em;
    left: 0;
    width: 4vw;
    height: 4vw;
  }
}



.youtube_cast_wrapp{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.youtube_cast_wrapp.people6{
  padding: 0 100px;
}
.youtube_cast_wrapp .cast{
  text-align: center;
  width: 20%;
}
.youtube_cast_wrapp.people6 .cast{
  width: 25%;
}
.youtube_cast_wrapp.people6 .cast:nth-child(n+5){
    margin-top: 2vw;
}
.youtube_cast_wrapp .cast p{
  margin: 10px 0 0 0;
}

@media (max-width: 1199px) {
  .youtube_cast_wrapp.people6{
    padding:unset;
  }
  .youtube_cast_wrapp .cast{
    text-align: center;
    width: 30%;
  }
  .youtube_cast_wrapp .cast:nth-child(n+4){
    margin-top: 2vw;
  }
  .youtube_cast_wrapp.people6 .cast{
    width: 30%;
  }
  .youtube_cast_wrapp.people6 .cast p{
    font-size: min(2.6vw, 21px);
  }
  .youtube_cast_wrapp.people6 .cast:nth-child(n+5){
      margin-top: unset;
  }
  .youtube_cast_wrapp.people6 .cast:nth-child(n+4){
      margin-top: 2vw;
  }

}

@media (max-width: 767px) {
  .youtube_cast_wrapp .cast:nth-child(n+4){
    margin-top: 4vw;
  }
}