
.scrBnrArea{ position: fixed; bottom: -100px;padding: 10px 0;z-index: 50; width: 100%; background: #ddd;transition: all 0.5s 0s ease;}
.scrBnrArea ul{
    width: auto;
    margin: 0 auto;
    display: flex;
 justify-content: center;
gap: 10px;
}

.scrBnrArea ul li{}

.scrBnrArea ul li img{ height: 60px;}

.scrBnrArea.on{ bottom: 0;}



@media(max-width:750px){
.scrBnrArea{ position: fixed; bottom: -380px;padding: 10px;z-index: 50; width: 100%; background: #ddd;transition: all 0.5s 0s ease;}
.scrBnrArea ul{display:block;padding: 0 ;}

.scrBnrArea ul li{ margin-bottom: 10px;}
.scrBnrArea ul li:last-child{ margin-bottom: 0;}
.scrBnrArea ul li img{ height: auto;}

.spScrCrm{ display: flex; gap: 10px;}
.crmentryLink{ width: 280px;}
}




.eventEntry{}
.eventEntry >.inner{ width: 1080px; margin: 0 auto;}


.eventEntry header{ display: flex;margin-bottom: 100px;}
.eventEntry header .txtArea{ width: 55%; height: 400px; color: #fff;}
.eventEntry header .imgArea{ width: 45%; height: 400px;}
.eventEntry header .imgArea img{
  width: 100%;
  height: 100%;object-fit: cover;}

.eventEntry header .txtArea >.inner{ background: url(/common/images/event/bg_red.jpg) no-repeat center center; background-size: cover;
 height: 100%;
padding: 40px;
  display: flex;
  flex-direction: column; /* 縦並び */
  justify-content: center; /* 上下中央 */
}


.eventEntry#EVENT02 header .txtArea >.inner{ background: url(/common/images/event/bg_blue.jpg) no-repeat center center; background-size: cover;}

@media(max-width:750px){
.eventEntry >.inner{ width: auto; margin: 0 50px;}

.eventEntry header{ display: block;margin-bottom: 50px;}
.eventEntry header .txtArea{ width: auto; height: 500px; color: #fff;}
.eventEntry header .imgArea{ width: auto; height: 300px;}

}



.eventEntry header .txtArea h1{ font-size: 200%; line-height: 1.4em; margin-bottom: 10px;}
.eventEntry header .txtArea h2{ font-size: 130%; margin-bottom: 15px;}

.eventEntry header .txtArea ul{}
.eventEntry header .txtArea ul li{ display: inline-block; color: #fff; background: #240fc5; line-height: 1em; padding: 5px 20px; margin-right: 10px;border-radius: 30px; font-size:90%; font-weight: bold; margin-bottom: 15px;}

.eventEntry header .txtArea p{ border:1px solid #6868dc; padding: 15px; line-height: 2em; margin-bottom: 0;}



#EVENT02.eventEntry header .txtArea >.inner{ background: url(/common/images/event/bg_blue.jpg) no-repeat center center; background-size: cover;}
#EVENT02.eventEntry header .txtArea ul li{  background: #9e8c06; }
#EVENT02.eventEntry header .txtArea p{ border:1px solid #9e8c06; }

@media(max-width:750px){

.eventEntry header .txtArea h1{ font-size: 150%; line-height: 1.4em; margin-bottom: 10px;}
.eventEntry header .txtArea h2{ font-size: 120%; margin-bottom: 15px;}

}



.intEntryBtn{margin-bottom: 90px;}

.intEntryBtn a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 350px;
  height: 70px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;

  background: linear-gradient(
    21deg,
    rgba(128,0,63,0.99608) 0%,
    rgb(165,0,82) 51%,
    rgb(202,0,100) 100%
  );

  clip-path: polygon(
    0 0,
    calc(100% - 40px) 0,
    100% 50%,
    calc(100% - 40px) 100%,
    0 100%
  );
}


.eventEntryBody{ margin-bottom: 100px;}

@media(max-width:750px){

}



.areaGlow{}

.areaGlow h2,
.areaGetSkill h2{text-align: center; font-size: 300%; font-weight: 900; margin-bottom: 50px;}

.areaGlow h2 span,
.areaGetSkill h2 span{ color: #9f0251;}


@media(max-width:750px){

.areaGlow h2,
.areaGetSkill h2{text-align: center; font-size: 230%; font-weight: 900; margin-bottom: 50px;line-height: 1.4em;}

.areaGlow h2 span,
.areaGetSkill h2 span{ color: #9f0251;}


}


.areaGlow ul{
    width: auto;
    margin: 0 auto 100px;
  padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

.areaGlow ul li{display: block; position: relative; 
background: #efefef;padding:40px 20px 20px;}

.areaGlow ul li .number{ width: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.areaGlow ul li h3{ text-align: center; font-size: 140%; letter-spacing: 0.1em;
padding-bottom: 20px; border-bottom: 1px solid #ddd; margin-bottom: 20px; font-weight: 900;}

.areaGlow ul li p{ text-align: center; font-weight: 700; margin-bottom: 10px;}

@media(max-width:750px){
.areaGlow ul{
    width: auto;
    margin: 0 auto 100px;
  padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

}





.areaGetSkill ul{
    width: auto;
    max-width: 900px;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.areaGetSkill ul li{ border: 1px solid #ddd; border-radius: 40px;padding:8px 30px 8px 60px;
background: url(/common/images/event/icon_pzl.png) no-repeat left 15px center;
background-size: 20px auto;
color: #9f0251;
font-weight: 700;
}


@media(max-width:750px){
.areaGetSkill ul{
    width: auto;
    max-width: 900px;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
}






ul.days{
    width: auto;
    max-width: 900px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 50px;
}
ul.days >li{background:#f5f5f5; border-radius: 0 30px;padding: 38px 20px 20px 50px; position: relative;}
ul.days >li span.dayIcon{ position: absolute; left: -30px; top: 20px; width: 60px;}
ul.days >li h3{ font-weight: 900; letter-spacing: 0.2em; font-size: 150%; margin-bottom: 30px;}
ul.days >li ul{padding-left: 1em;}
ul.days >li ul li{ font-weight: 700; padding-bottom: 10px; list-style-type: disc;}

@media(max-width:750px){

ul.days{
    grid-template-columns: repeat(1, 1fr);
    column-gap: 50px;
    row-gap: 50px;
}
ul.days >li{background:#f5f5f5; border-radius: 0 30px;padding: 52px 20px 20px 100px; position: relative;}
ul.days >li span.dayIcon{ position: absolute; left: -30px; top: 20px; width: 100px;}
}


.ossm{
  border:1px solid #9f0251;
  background-color: rgb(250, 250, 250);
padding:30px 40px 40px;
    max-width: 800px;
margin: 0 auto 50px;
border-radius: 20px;
  }
.ossm >header{text-align: center;display: block; margin-bottom: 20px;}
.ossm h2{
display: inline-block;
background: url(/common/images/event/icon_denq.png) no-repeat left center;
background-size:37px auto;
padding: 15px 0 15px 50px;
font-size: 20px;
}

@media(max-width:750px){
.ossm h2{

font-size: 30px;
}

}


.ossm ul{
    width: auto;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.ossm ul li{
padding-left: 40px;
background: url(/common/images/event/icon_check.png) no-repeat left center;
background-size: 30px auto;
font-weight: bold;
}

@media(max-width:750px){

.ossm ul{
    width: auto;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}

}





.voiceList{
    width: 1000px;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}


.voiceList li{border:1px solid #9f0251;display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
    text-align: center;aspect-ratio: 1 / 1;}
.voiceList li .sImage{ width: 80px; margin: 0 auto; margin-bottom: 10px;}
.voiceList li .txt{font-size: 15px; margin-bottom: 10px; font-weight: bold;}
.voiceList li .txt span{ color: #9f0251;}
.voiceList li .ktg{ font-size: 14px;}


@media(max-width:750px){

.voiceList{
    width: auto;
max-width: 80%;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.voiceList li .sImage{ width: 140px; margin: 0 auto; margin-bottom: 10px;}
.voiceList li .txt{font-size: 24px; margin-bottom: 10px; font-weight: bold;}
.voiceList li .txt span{ color: #9f0251;}
.voiceList li .ktg{ font-size: 22px;}

}





.d_red{ text-align: center;margin-bottom: 50px !important;}


@media(max-width:750px){

}











@media(min-width:751px){


}





@media(max-width:750px){




}



