@charset "UTF-8";
.lv2 header {
    position: relative;
    background: url(../images/event/main-bk.jpg) no-repeat center;
    background-size: cover;
    height: 75vh;
    min-height: 780px;
}
[class^="schedule-table"]{
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.schedule-table_sp{
  display: none;
}
.schedule-table img{ 
  max-width:100%;
  height:auto;
}
.event_section{
  border-left: 8px solid #E03C16;
  position: relative;
  width: 95%;
  max-width: 1440px;
  padding: 80px 60px 0;
  margin-bottom: 80px;
}
.event_section.senior{
  border-left: 8px solid #59A73D;
}
.eve-flex{
  display: flex;
  align-items: center;
  gap:56px;
}
.eve-text{
  flex: auto;
  max-width: 640px;
}
.flag{
  position: absolute;
  top: -18px;
  left: -8px;
  max-width: 184px;
}
.month{
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
 margin-bottom: 32px;
}
.month p{
  font-size: 36px;
  font-weight: bold;
}
.num{
  font-size: 80px;
}
.month p.tag{
  font-size: 24px;
  background: #222;
  color: #fff;
  font-weight: 700;
  padding: 8px 16px;
  line-height: 1;
}
.eve_title{
  font-size: 30px;
  font-weight: bold;
  border-left: 6px solid #2A3F86;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 24px;
}
.eve_title span{
  font-size: 24px;
  font-weight: bold;
}
.eve-comment{
  background: #FFDBCB;
  padding: 10px;
  max-width: 600px;
  margin-top: 32px;
}
.event_section.senior .eve-comment{
  background: #D4E7CD;
}
.eve-comment dl{
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.eve-comment dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.eve-comment dt img{
  width: 140px;
}
.eve-comment dd{
  flex: 1;
}
.eve-img.single{
  max-width: 400px;
}
.eve-img.double{
  max-width: 440px;
}
.event-more{
  background: #F7F7F7;
  border-radius: 48px;
  padding: 80px 40px;
  margin: 64px auto 80px;
}
.event-more h3{
  position: relative;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.event-more h3::before {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #2A3F86;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.article-box{
  background: #fff;
  border-top: 4px solid #FFDE00;
  padding: 40px 24px;
}
.event-more ul{
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 90%;
  margin: auto;
}
.event-more ul li{
  flex: 1;
  max-width: 580px;
}
.article-box{
  color: #2A3F86;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.article-box h4{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.article-box img{
  width: 40px;
  margin: 0 auto 8px;
}
.article-box p{
 text-align: center;
}
.article-box .btn a{
  border-radius: 0;
  position: relative;
}
.btn a:hover{
    color: #fff;
    font-weight: 500;
    background: #112275;
    border: 2px solid #112275;
}
.article-box .btn a::before {
    content: "";
    display: block;
    background: url(../images/arrow-wh.png) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 16px;
    position: absolute;
    right: 40px;
    top: calc(50% - 6px);
    transition: .3s;
}
.article-box .btn a:hover::before {
    right: 30px;
    transition: .6s;
}
.cont_next-shot{
  position: relative;
  background: rgba(255, 222, 0, 0.1);
  margin-top: 48px;
}
.cont_next-shot h2{
  font-size: 80px;
  color: #FFDE00;
  text-transform: initial;
  position: absolute;
  left: 40px;
  top: -48px;
  line-height: 1;
}
.cont_next-shot p{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}



@media screen and (max-width: 1040px) {
  .schedule-table_sp{
    display: block;
    max-width: 600px;
  }
  .schedule-table_pc{
    display: none;
  }
  .event_section{
    max-width: 800px;
  }
  .eve-flex,
  .event-more ul{
    flex-direction: column;
  }
  .eve-text{
    max-width: 100%;
  }
  .eve-img.double{
    max-width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .event_section{
    padding: 80px 32px;
  }
} 
@media screen and (max-width: 480px) {
  

}