@charset "utf-8";

.map1f{
	text-decoration: underline;
	background: unset;
}


.evTitle span, .evTitle span a, #taiko h4 p span a{
  display: flex;
  align-items: center;
}
.evTitle p span a, #taiko h4 p span a, #contTaikoLink{
	border-radius: 1000px;
}
.evTitle p span:nth-child(1) a,
#taiko h4 p span:nth-child(1) a,
#contTaikoLink{
	color: #152134;
	background: #fff;
}
.evTitle p span:nth-child(2) a,
#taiko h4 p span:nth-child(2) a{
	color: #fff;
	background: #e22041;
}


.detailsCon:first-child{
  margin-top: 0 !important;
}
.detailsCon p:first-child{
	margin-top: 0 !important;
}


/* レース */
#raceDetailsCon{
  display: flex;
}


/* 太鼓の達人 */
#taikoCredit{
  display: block;
  text-align: center;
}
#taiko h4{
  display: flex;
  align-items: center;
  position: relative;
}
#taikoDetails2 h4::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: linear-gradient(to right, #0069b9, #01FFFF);
}
#taiko h4 p{
  display: flex;
  align-items: center
}
#taiko h4 > span{
  display: inline-block;
}


/* トークセッション */
.talkGuests{
  display: flex;
}
.talkGuests:first-child{
  margin-top: 0 !important;
}
.guestImg, .guestImg img{
  display: block;
}
.guestImg{
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: linear-gradient(45deg, #37C8E8, #EF1EAA);
}
#talkGuestWrap img, .guestLine, .guestDetail{
  max-width: 100%;
  /* max-height: 100%; */
}
.guestLine{
  background: linear-gradient(45deg, #EF1EAA, #37C8E8);
}
.guestDetail{
  display: flex;
  flex-direction: column;
}
.guestDetail ul{
  list-style-type: circle;
}
.guestDetail ul li{
  font-weight: 500;
}
.guestDetail ul li:first-child{
  margin-top: 0 !important;
}



  
/* PCサイズ */
@media screen and (min-width: 1025px){
  
  .scrollUp img:not(#talkGuestWrap img, .evTitle img, #taikoDetails1 .detailsCon img, #taikoDetails2 .detailsCon img){
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }


  .evTitle img, #taikoDetails1 .detailsCon img, #taikoDetails2 .detailsCon img{
    width: 17px;
    height: 25px;
    margin-right: 10px;
  }
	.text{
		margin-bottom: 30px;
	}
	.details{
		margin-top: 30px;
	}
	.detailsCon{
    margin-top: 20px;
  }
	.detailsCon p:not(#taiko h4 p){
		margin-top: 20px;
		line-height: 1.8rem;
	}
	.detailsCon p:not(.detailsConPSmall, #taiko h4 p){
		font-size: 1.05rem;
  }
	.detailsConPSmall{
    font-size: 0.9rem;
	}


  /* コンテンツの上マージン */
  #workShop, #metaV, #vtuber, #taiko, #pc, #talk, #cacInfo
  { padding-top: 80px; }
  #race{ padding-top: 55px; }


  /* HADO */
  #hado{
    padding-top: 30px;
  }


  /* 太鼓の達人 */
  #taikoCredit{
    margin-top: 5px;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  #taikoDetails1, #taikoDetails2{
    margin-top: 80px;
  }
  #taiko h4{
    justify-content: space-between;
    padding-bottom: 20px;
  }
  #taiko h4::before{
    top: -40px;
  }
  #taikoDetails1 .detailsCon h4 p{
    flex-direction: row-reverse;
  }
  #taikoDetails1 .detailsCon h4 p span a{
    height: 59.6px;
  }
  #taiko h4 > span{
    font-size: 1.5rem;
  }


  /* トークセッション */
  #talkGuestWrap{
    padding-top: 70px;
    padding: 70px 0 30px 0;
  }
  .guestImg{
    width: 30%;
    aspect-ratio: 1 / 1;
    padding: 1px;
  }
  .talkGuests{
    margin-top: 30px;
  }
  .guestLine{
    height: 2px;
  }
  .guestDet1, .guestDetail ul li{
    font-size: 0.9rem;
  }
  .guestLine{
    margin: 10px 0;
  }
  .guestDetail{
    justify-content: center;
    width: 70%;
  }
  .guestDetail ul{
    padding-left: 30px;
  }
  .guestDetail ul li{
    margin-top: 5px;
    line-height: 1.2rem;
  }
  .guestDet1, .guestDet2{
    margin-left: 15px;
  }
  .guestDet1{
    margin-bottom: 5px;
    line-height: 1.3rem;
  }
  .guestDet2{
    font-size: 1.35rem;
  }
  .guestDet2 span{
    padding-left: 5px;
    font-size: 1.2rem;
  }


  /* CAC案内所 */
  #cacInfo{
    padding-bottom: 20px;
  }
}





/* スマホ・タブレットサイズ */
@media screen and (max-width: 1024px){

  .scrollUp img:not(.talkGuest img, .scrollUp h3 img, #talk .guestImg img, #taikoDetails1 .detailsCon img, #taikoDetails2 .detailsCon img){
    width: 100%;
  }
  .scrollUp h3 a{
    margin-right: 0 !important;
  }
  


  /* コンテンツの上マージン */
  #workShop, #race, #metaV, #vtuber, #taiko, #pc, #talk, #cacInfo
  { padding-top: 100px; }


  .scrollUp h3 a{
    margin-right: 0 !important;
  }
  .evTitle p{
    margin-bottom: 20px;
    margin-right: 0;
  }
  .text{
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .details{
    margin-top: 30px;
  }
  .detailsCon p:not(#taiko h4 p){
    margin-top: 15px;
    line-height: 2rem;
  }
  .detailsCon p:not(.detailsConPSmall, #taiko h4 p){
    font-size: 1.2rem;
  }
  .evTitle p span:nth-child(2), #taiko h4 p span:nth-child(2){
    margin-left: 10px;
  }

  .evTitle p span a, #taiko h4 p span a, #contTaikoLink{
    padding: 10px 30px;
  }
  

  /* HADO */
  #hado{
    padding-top: 50px;
  }
  #hadoImg{
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }


  /* ワークショップ */
  #kenGuest{
    margin-top: 20px;
  }
  #kenchiku{
    margin-top: 200px;
  }
  #micra{
    width: 90%;
    margin-top: 50px;
    padding: 20px 40px;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }


  /* レーシングゲーム */
  #simulator{
    justify-content: flex-start;
  }
  #simuImg{
    width: 30%;
  }
  #simulator img{
    padding-left: 5px;
  }
  .cornerDetail{
    font-size: 1.4rem;
    line-height: 2.5rem;
  }


  /* 太鼓の達人 */
  #taikoCredit{
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 500;
  }
  #taikoDetails1, #taikoDetails2{
    margin-top: 100px;
  }
  #taikoDetails1 h4, #taikoDetails2 h4{
    justify-content: space-between;
  }

  #taiko h4::before{
    bottom: auto;
    top: -40px;
  }
  #taikoDetails1 > .detailsCon h4 > span, #taikoDetails2 > .detailsCon h4 > span{
    font-size: 1.5rem;
  }
  #taikoDetails1 > .detailsCon h4 p{
    flex-direction: row-reverse;
  }
  #taikoDetails1 .detailsCon h4 p span a{
    height: 59.6px;
    margin-right: 20px;
  }
  #taikoDetails1 > .detailsCon h4 p span:first-child{
    margin-left: 20px;
  }


  /* トークセッション */
  #talk h2{
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #fff;
  }

  #talkGuestWrap{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .talkGuests{
    display: block;
  }
  .guestImg{
    width: 350px;
    height: 350px;
    margin: 0 auto;
    padding: 2px;
  }
  .talkGuests{
    margin-top: 100px;
  }
  .talkGuests:nth-child(2){
    margin-top: 50px;
  }
  .guestDetail{
    margin-top: 15px;
  }
  .guestDet1, .guestDet2{
    text-align: center;
  }
  .guestDet1{
    font-size: 1.2rem;
  }
  .guestDet2{
    margin: 10px 0 25px 0;
    font-size: 1.8rem;
  }
  .guestDet2 span{
    margin-left: 5px;
    font-size: 1.2rem;
  }
  .guestLine{
    display: none;
  }
  .guestDetail ul{
    max-width: 80%;
    width: fit-content;
    margin: 0 auto;
  }
  .guestDetail ul li{
    font-size: 1.2rem;
  }
  .guestDetail ul li {
    margin-top: 5px;
  }


  /* CAC案内所 */
  #cacInfo{
    padding-bottom: 20px;
  }
}





/* スマホ専用サイズ ※微調整用 */
@media screen and (max-width: 499px){
  /* 共通パーツ */
  .evTitle p span a,
  #taiko h4 p span a, #taikoDetails1 h4 a{
    font-size: 0.75rem;
    padding: 10px 20px;
  }

  .text, .detailsCon p:not(.detailsConPSmall, #taiko h4 p){
    font-size: 0.95rem;
    line-height: 1.8rem;
  }
  
  .detailsConPSmall{
    font-size: 0.8rem;
  }

  #workShop, #race, #metaV, #vtuber, #taiko, #pc, #talk, #cacInfo{
    padding-top: 50px;
  }


  /* HADO */
  #hadoImg{
    width: calc(100% + 40px);
    margin-left: -20px;
  }


  /* ワークショップ */
  #workShop .detailsCon:last-child{
    margin-top: 30px;
  }
  #workShop > img, #race > img, #metaV > img, #vtuber > img, #taikoImg > img, #pc > img
  {
    width: calc(100% + 40px) !important;
    margin-left: -20px;
  }


  /* レーシングゲーム */
  #simulator p{
    width: 100%;
  }


  /* 太鼓の達人 */
  #taikoDetails1 > .detailsCon h4 > span, #taikoDetails2 > .detailsCon h4 > span{
    font-size: 1.2rem;
  }
  #taikoCredit{
    font-size: 0.7rem;
  }
  #taikoDetails1, #taikoDetails2{
    margin-top: 50px;
  }
  #taiko h4::before{
    top: -25px;
  }
  #taikoDetails1 h4{
    display: block;
  }
  #taikoDetails1 h4 p > a{
    margin: 0 0 0 10px;
  }
  #taikoDetails1 h4 p span{
    margin-left: 0 !important;
  }
  #taikoDetails1 h4 p span a{
    margin-right: 0 !important;
  }


  /* ゲスト */
  .guestTitle{
    font-size: 1.3rem;
  }
  .guestDet1, .guestDetail ul li{
    font-size: 0.9rem;
  }
  .guestDet2{
    font-size: 1.3rem;
  }
  .guestDet2 span{
    font-size: 1rem;
  }

  .guestImg{
    width: 200px;
    height: 200px;
  }
  .guestDetail ul{
    max-width: 100%;
  }
  #guestMc{
    padding-left: 15px;
  }
  #talkGuestWrap{
    padding-bottom: 0;
  }
}