@charset "utf-8";

.subtitle_visual {
  background-image: url(../img/title_info_pc.png);
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(1681 / 5752 * 100%);
}
@media screen and (max-width:650px){
  .subtitle_visual {
    background-image: url(../img/title_info_sp.png);
    padding-top: calc(1189 / 3734 * 100%);
  }
}

.informationWrapper_info{
  position: relative;
  padding: 20px 0 100px 0;
}

.informationWrapper_info .titleStyle h1{
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  line-height: 40px;
  letter-spacing: 1.2px;
}

.informationWrapper_info .titleStyle p{
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
}

.informationContent_A.info{
  background-color:  #b60005;
}

.informationContent_B.info h3{
  color:  #b60005;
}

.informationContent_B.info span{
  font-weight: 700;
}
.informationContent_B.info.last{
  margin-bottom: -40px;
}

.informationWrapper.attention{
  background-color: #f4d9da;
}

.informationWrapper.attention::before{ 
  border-color: transparent  transparent #f4d9da transparent;
}

.informationContents.center.bottom{
  margin-top: 60px;
  margin-bottom: 0px;
}

.attentionContents{
  font-size: 15px;
  line-height: 24px;
  color: #414141;
  width: 700px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.informationWrapper.attention.bg_B{
  background-color: #fff;
  position: relative;
  padding: 50px 0 100px;
  min-height: 470px;
}

.informationWrapper.attention.bg_B::before{
  content:"";
  position: absolute;
  bottom: 0;
  top:-50px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width:50px  0 0 calc(100vw - 200px) ;
 
  border-color: transparent transparent transparent #fff;
}

.titleStyle.info{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b60005;
}

.titleStyle.typeB{
  display: flex;
  align-items: center;
  justify-content: center;
}
.titleStyle.typeB h1 {
  line-height: 40px;
  color: #b60005;
}

.titleStyle.typeB p span{
  font-weight: 700;
}


.informationWrapper.attention.bg_C{
  background-color: #f6f0e4;
}

.informationWrapper.attention.bg_C::before{ 
  border-color: transparent  transparent #f6f0e4 transparent;
}

@media screen and (max-width:900px){
  .informationWrapper.attention .attentionContents {
    width: 90%;
    max-width: unset;
    margin: 0 auto;
  }
  .informationWrapper.attention.bg_B::before{
    border-width:50px  0 0 100vw ;
  }
}

@media screen and (max-width:650px){
  .titleStyle{
    font-weight: 700;
    color: #414141;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .titleStyle.typeB h1 {
    line-height: 34px;
  }

  .informationWrapper_info .titleStyle h1{
    line-height: 34px;
    font-size: 24px;
  }

  .titleStyle.typeB.type3 h1{
    font-size: 20px;
  }
  
  .titleStyle img{
    width: 25px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
  }

  .informationContents.margin{
    margin-top: -20px;
  }
}

.titleStyle.typeB.styleSP{
  display: none;
}

@media screen and (max-width:650px){

  .titleStyle.stylePC{
    display: none;
  }
  .titleStyle.typeB.styleSP{
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

}

.informationWrapper.attention.bg_D{
  background-color: #D3D3D4;
  position: relative;
  padding: 50px 0 50px;
  min-height: 470px;
}

.informationWrapper.attention.bg_D.end{
  background-color: #fff;
}

.informationWrapper.attention.bg_D::before{
  content:"";
  position: absolute;
  bottom: 0;
  top:-50px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 50px calc(100vw - 200px)  ;
  border-color: transparent transparent #D3D3D4 transparent ; 
}
.informationWrapper.attention.bg_D.end::before{
  display: none;
}

@media screen and (max-width:900px){
  .informationWrapper.attention.bg_D::before{
    border-width:0 0 50px 100vw ;
  }
}
@media screen and (max-width:550px){
  .informationWrapper.attention.bg_D{
    margin-top:50px;
  }
}

.attentionContents.type_B{
  margin-bottom: 50px;
}

.informationTitle.type_B{
  background-color: #4c4c4c;
}

.informationContent_A.info.type_B{
  background-color: #b60005;
}

.informationContent_B.info.type_B h3{
  color: #414141;
}

/* 新潟会場 */
.informationWrapper_info.second::before{
  content:"";
  position: absolute;
  bottom: 0;
  top:-50px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width:50px  0 0 calc(100vw - 200px) ;
  
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width:900px){
  .informationWrapper_info.second::before{
    border-width:50px  0 0 100vw ;
  }
}

.info.tab-area{
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 90%;
  margin: 0 auto 30px;
  position: sticky;
  top: 20px;
  z-index: 1;
}

.info .tab {
  background-color: #fff;
  border: 1px solid #b60005;
  color: #b60005;
  text-align: center;
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
}

.info .tab.active{
  background-color: #b60005;
  color: #fff;
}

.tab p{
  font-size: 17px;
  line-height: 24px;
}

.content{
  display: none;
}

.content.show{
  display: block;
}

.ticket .tab:hover{
  background-color: rgba(182, 0, 5, 0.4);
}
.info .tab:hover{
  background-color: rgba(182, 0, 5, 0.4);
}

.tab.active {
  pointer-events: none;
}