@charset "utf-8";
*{
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}

html{
  scroll-behavior: smooth;
}
html, main{
  background: #18102C;
}


header{
  position: fixed;
}
main{
  position: relative;
  margin: 0 auto;
}


/* 一部画面サイズで表示 */
.spDispBr{
  display: none;
}


/* タイトルの装飾 */
#contents .leftTitle, #hadoT, #kenchikuTitle, #raceT, #meta, #vtuberT, #taikoT, #pcT, #talkT, #guestTitle,
#place .leftTitle, #access .leftTitle, #indexInfo .leftTitle, #toiawase .leftTitle, #logo .leftTitle, #kouen .leftTitle
{
	background: linear-gradient(to right, #0069b9, #01FFFF);
}

#indexGuestArea .guestImg{
	background: linear-gradient(45deg, #0069b9, #01FFFF);
}
#indexGuestArea .guestLine{
	background: linear-gradient(45deg, #01FFFF, #0069b9);
}

/* メニュー */
header{
  z-index: 99999;
}


/* メニュー */
#navBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  box-shadow: 0 0 1px #fff;
  background: linear-gradient(45deg, #EF1EAA, #37C8E8);
  z-index: 999;
}
#navBtn p, #navBtn p::before, #navBtn p::after{
  height: 3px;
  border-radius: 1000px;
  background: #fff;
  transition: all 0.2s;
}
#navBtn p{
  width: 50%;
}
#navBtn p::before, #navBtn p::after{
  content: '';
  display: block;
  width: 100%;
}
#navCheck:checked ~ label p{
  background: rgba(0, 0, 0, 0);
}
#navCheck:checked ~ label p::before{
  transform: rotate(45deg);
}
#navCheck:checked ~ label p::after{
  transform: translateY(-3px) rotate(-45deg);
}

nav{
  position: fixed;
  top: -100vh;
  background: #39124B;
  z-index: 998;
}
nav ul li a{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
}
nav ul li a::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #EF1EAA, #37C8E8);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.1s;
}
nav ul li a:hover::before{
  opacity: 1;
}


/* 応募ボタン */
.oubo, .evTitle p span a, #taiko h4 p span a, #contTaikoLink{
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
  text-align: center;
  z-index: 2;
}
.oubo{
  display: block;
  background: linear-gradient(45deg, #EF1EAA, #37C8E8);
}
.oubo::before,
.evTitle p span a::before, #taiko h4 p span a::before,
#taiko h4 p span:nth-child(1) a::before, #taiko h4 p span:nth-child(2) a::before,
#contTaikoLink::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  filter: blur(5px);
  transform: scale(105%);
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
}
.oubo::before{
  background: linear-gradient(45deg, #37C8E8, #EF1EAA);
}
.evTitle p span:nth-child(1) a::before, #taiko h4 p span:nth-child(1) a::before, #contTaikoLink::before{
  background: #fff;
}
.evTitle p span:nth-child(2) a::before, #taiko h4 p span:nth-child(2) a::before{
  background: #f73252;
}
.oubo:hover::before, .evTitle p span a:hover::before, #taiko h4 p span a:hover::before, #contTaikoLink:hover::before{
  opacity: 1;
}
.evTitle{
  display: flex;
  flex-direction: column-reverse;
}


/* フォント変更 */
.leftTitle, .scrollUp a p{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.leftTitle{
  font-weight: 900;
}
.scrollUp a p{
  font-weight: 700;
}



/* スクロールアニメーション(jsと連携) */
.scrollUp{
  opacity: 0;
  transform: translateY(100px);
}
.displayed{
  animation: fadeUp 0.8s forwards;
}
@keyframes fadeUp{
  100%{
    opacity:1;
    transform: translateY(0);
  }
}


.scrollUp h3 p:first-child:not(#taikoT), .scrollUp h3 p:first-child span,
#taikoDetails1 h4 p:first-child, #taikoDetails1 h4 p:first-child span,
#taikoDetails2 h4 p:first-child, #taikoDetails2 h4 p:first-child span
{
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.scrollUp h3 img, #taikoDetails1 img, #taikoDetails2 img{
  display: inline-block;
  width: fit-content;
}


#headImg > img{
  width: 100%;
}

#daytime img{
  display: block;
  margin-left: auto;
}
#headCon p{
  text-align: center;
}


.leftTitle{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  border-radius: 0 1000px 1000px 0;
}
.leftTitle span{
  display: block;
}
#guest{
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#guest > p{
  display: block;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#guest > p::before, #guest > p::after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}


/* indexのコンテンツ */
.contentsTitle div{
  display: flex;
}
.contentsTitle > a, .conTxt2Link{
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  border-radius: 1000px;
  color: #18102C;
  background: #fff;
  z-index: 1;
}
.contentsTitle > a::before, .conTxt2Link::before{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  filter: blur(5px);
  transform: scale(105%);
  opacity: 0;
  background: #fff;
  transition: all 0.2s;
  z-index: -1;
}
.contentsTitle > a:hover::before, .conTxt2Link:hover::before{
  opacity: 1;
}
.contentsTitle > a img{
  display: inline-block;
}
.contentsTitle div a{
  display: flex;
  align-items: center;
  width: fit-content;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  text-align: center;
  transition: all 0.2s;
}


.guestImg img{
  max-width: 100%;
  max-height: 100%;
}
.indexGuest .guestImg{
  align-items: stretch;
}

#contentsHado .contentsTitle div a, #contentsHado .contentsTitle p span:last-child{
  background: linear-gradient(45deg, #EF1EAA, #37C8E8);
}

#contentsWShop .contentsTitle div a, #contentsWShop .contentsTitle p span:last-child, #contentsWShop .oubo{
  background: linear-gradient(45deg, #404897, #59B456);
}
#contentsWShop .oubo::before{
  background: linear-gradient(45deg, #59B456, #404897);
}

#contentsTaiko .contentsTitle div a, #contentsTaiko .contentsTitle p span:last-child, #contentsTaiko .oubo{
  background: linear-gradient(45deg, #D43360, #F48E42);
}
#contentsTaiko .oubo::before{
  background: linear-gradient(45deg, #F48E42, #D43360);
}


#contTaikoLink{
  display: flex;
  align-items: center;
}
#contTaikoLink span{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#contTaikoLink span b, .conTxt2Link span{
  color: #152134;
}
.taikoChallenge{
  display: flex;
  align-items: center;
}
.taikoLevel{
  display: inline-block;
  margin: 0 !important;
  text-align: center;
}
.taikoSong{
  display: inline-block;
}


.contentsTitle p{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentsTitle p span{
  text-align: center;
}
.contentsTitle p span:first-child{
  position: relative;
  z-index: 2;
}
.contentsTitle p span:last-child, #indexFreeContents div p span:last-child{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(15deg);
  z-index: 1;
}


.entryTxt{
  display: inline-block;
  border-radius: 1000px;
}
.hadoentry{
  background: linear-gradient(45deg, #EF1EAA, #37C8E8);
}
.workentry{
  background: linear-gradient(45deg, #404897, #59B456);
}
.taikoentry{
  background: linear-gradient(45deg, #F48E42, #D43360);
}

#hadoMovie video, #contentsWShop img, #contentsTaiko img{
  display: block;
}

#taikoGuestImg{
  display: flex;
  justify-content: center;
  background: linear-gradient(45deg, #D43360, #F48E42);
}
#taikoGuestImg img{
  max-width: 100%;
}
#taikoContentsImg span{
  display: block;
  text-align: center;
}

.contentsTxt1, .text:not(#access .text, #toiawase .text, #kouen .text){
  color: #F0F0A0;
}
.contentsTxt1{
  text-align: center;
}

#free{
  display: flex;
  flex-wrap: wrap;
}
.freeCorner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s;
  z-index: 1;
}
.freeCorner img, .freeCorner p{
  position: relative;
  z-index: 2;
}
.freeCorner p{
  text-align: center;
}

#indexFreeContents{
  width: 100%;
}
#indexFreeContents div a, #indexFreeContents div p span:last-child, #iGATxt div p span:last-child{
  background: linear-gradient(to right, #0069b9, #01FFFF);
}
#indexFreeContents div a{
  justify-content: center;
}

/* PC組み立て */
.freeCorner:nth-child(3){
  border: 2px solid #265399;
}
.freeCorner:nth-child(3):hover{
  background: #265399;
}

/* Vtuber */
.freeCorner:nth-child(4){
  border: 2px solid #D42E92;
}
.freeCorner:nth-child(4):hover{
  background: #D42E92;
}

/* トークセッション */
.freeCorner:nth-child(5){
  border: 2px solid #d7d746;
}
.freeCorner:nth-child(5):hover{
  background: #b1b13a;
}

/* レーシングゲーム */
.freeCorner:nth-child(6){
  border: 2px solid #c26340;
}
.freeCorner:nth-child(6):hover{
  background: #c26340;
}

/* メタバース */
.freeCorner:nth-child(7){
  border: 2px solid #3A9567;
}
.freeCorner:nth-child(7):hover{
  background: #3A9567;
}

/* 太鼓の達人 */
.freeCorner:nth-child(8){
  border: 2px solid #B4292F;
}
.freeCorner:nth-child(8):hover{
  background: #B4292F;
}


/* ワークショップ */
#kenchiku{
  margin-top: 50px;
}
#kendeta{
  display: flex;
}
#kenGuest{
  width: fit-content;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
#micra{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #003C93;
}


#corner div:first-child{
  margin-top: 0 !important;
}
#corner div h3{
  margin-bottom: 20px;
  text-align: center;
}
#corner > div > img{
  width: 100%;
}
#corner div span{
  display: block;
  text-align: center;
  font-weight: 300;
}
#simulator{
  display: flex;
  align-items: center;
}
#simulator p{
  display: block;
}
#simuImg img{
  width: 100%;
  height: auto;
}

.evDetail:first-child{
  margin-top: 0 !important;
}
.evDetail iframe{
  width: 100%;
  border: 0;
}
#place div{
  display: flex;
}
#place div:last-child{
  border-top: 1px solid #0069b9;
}


/* 注意事項 */
#indexInfo ul{
  list-style-type: circle;
}
#indexInfo ul li:first-child{
  margin-top: 0 !important;
}


/* 協賛ロゴなど */
#logo div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#logo div a{
  display: inline-block;
  width: fit-content;
  background: #fff;
}





/* PCサイズ */
@media screen and (min-width: 1025px){

  body{
    background-image: url(../images/background.png);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    
    /*
      一時的に背景をリピートさせる
      （設定する場合は background-image 以外をコメントアウト）
    */
    /* background-repeat: repeat;
    background-size: 100%; */
  }


  main{
    width: 600px;
    padding: 15px;
  }


  /* メニュー */
  #navBtn{
    top: 10px;
    left: 50%;
    width: 50px;
    transform: translateX(calc(-50% + (300px - (22.5px + 15px)) ));
  }
  #navBtn p::before{
    transform: translateY(-7px);
  }
  #navBtn p::after{
    transform: translateY(4px);
  }
  nav{
    left: 50%;
    width: 601px;
    padding: 70px 10px 30px 10px;
    transform: translateX(-50%);
    transition: all 0.5s;
  }
  #navCheck:checked ~ nav{
    top: 0;
  }
  nav ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    margin: 0 10px;
  }
  nav ul li{
    display: inline-block;
    width: calc(50% - 5px);
  }
  nav ul li a{
    padding: 12px 20px;
    font-size: 1.1rem;
    border: 1px solid #774e8a !important;
  }


  /* 応募ボタン */
  .oubo{
    width: 50%;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 1.2rem;
  }


  #topCon{
    transform: translateY(-20px);
  }
  #topBack{
    transition: all 0.2s;
  }
  #topCon:hover #topBack{
    background: #004bbc;
  }


  #headImg{
    padding-top: 30px;
  }
  #headCon{
    margin-top: 50px;
  }
  #headDay{
    width: 60%;
    margin-right: -15px;
  }
  #daytime img{
    width: 70%;
    margin-top: 50px;
    margin-right: -15px;
  }
  #headCon p{
    margin-top: 100px;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }

	.evTitle p{
		margin-bottom: 20px;
	}
  .evTitle p span a, #taiko h4 p span a, #contTaikoLink{
		padding: 10px 30px;
  }
	.evTitle p span a, #taiko h4 p span a{
    height: 47.21px;
	}
	.evTitle p span:nth-child(2), #taiko h4 p span:nth-child(1){
		margin-left: 10px;
	}

  #contTaikoLink{
    margin-left: 10px;
  }


  .text{
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .evTitle p{
    margin-left: auto;
    margin-right: 0;
  }
  .leftTitle{
    row-gap: 10px;
    column-gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 1.5rem;
  }
  .leftTitle{
    width: calc(100% + 15px);
    transform: translateX(-15px);
  }
  .leftTitle span{
    font-size: 1rem;
  }
  #kenchiku a{
    margin-top: 30px;
  }
  #guest{
    width: 75%;
    margin-top: 70px;
    margin-bottom: 5px;
  }
  #guest p{
    font-size: 1.1rem;
    line-height: 2rem;
  }
  #guest p br{
    display: none;
  }
  #guest > p::before{
    left: -20px;
    transform: rotate(-30deg);
  }
  #guest > p::after{
    right: -20px;
    transform: rotate(30deg);
  }

  /* indexのゲスト */
  #indexGuestArea{
    margin-top: 80px;
  }
  #iGATxt div p span{
    height: 81.94px;
  }

  
  /* indexのコンテンツ */
  /* #indexFreeContents div a{
    width: 81.94px;
  }
  #indexFreeContents div p{
    width: calc(100% - (81.94px + 20px));
  }
  #iGATxt div p span{
    width: 95%;
  } */

  .contentsTitle{
    margin-bottom: 30px;
  }

  #taikoGuestTxt{
    width: fit-content;
    margin: 50px auto 0 auto;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .indexGuest{
    margin-top: 50px;
  }
  #contentsWShop > img{
    width: 80%;
    margin: 0 auto;
  }
  #taikoContentsImg img{
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  #contentsWShop, #contentsTaiko, #free{
    margin-top: 100px;
  }
  #contentsTaiko .contentsTxt1{
    margin: 30px 0 50px 0;
  }
  .contentsTitle > a, .conTxt2Link{
    margin: 20px 0 0 auto;
  }
  .contentsTitle > a{
    padding: 10px 30px;
  }
  .conTxt2Link{
    padding: 5px 30px;
  }
  .contentsTitle > a img, .conTxt2Link img{
    height: 25px;
    margin-right: 10px;
  }
  .contentsTitle div a{
    height: 81.94px;
    padding: 5px;
    font-size: 0.9rem;
    line-height: 1.15rem;
  }
  .contentsTitle p{
    width: calc(100% - (81.94px + 30px));
    margin-left: 20px;
  }
  .contentsTitle p span{
    font-size: 1.35rem;
  }

  #taikoContentsImg span{
    margin-top: 5px;
    font-size: 0.8rem;
  }
  .contentsTxt1{
    margin: 15px 0 30px 0;
    font-size: 1.35rem;
    text-align: center;
  }
  .contentsTxt2{
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .conTxt2Det{
    font-size: 1rem;
  }


  .conTxt2Link{
    margin-top: -38.985px;
    margin-left: 208px;
    margin-right: auto;
    font-size: 1rem;
    transform: translateX(20px);
  }
  .taikoChallenge{
    margin-top: 5px;
  }
  .taikoLevel{
    width: 119.94px;
  }
  .taikoSong{
    width: calc(100% - (119.94px + 10px));
    margin-left: 10px;
  }

  #free{
    justify-content: center;
    row-gap: 10px;
    column-gap: 10px;
  }
  #free h5{
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .freeCorner{
    width: 40%;
    height: 120px;
    padding: 10px;
    border-radius: 1000px;
  }
  .freeCorner img{
    width: 55px;
    padding-bottom: 10px;
  }
  .freeCorner p{
    font-size: 1.05rem;
  }


  .entryTxt{
    margin-bottom: 5px;
    padding: 5px 20px;
    font-size: 1rem;
  }
  .workentry, .taikoentry{
    margin-left: 10px;
  }

  #hadoMovie video{
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }


  /* ワークショップ */
  #kenchiku{
    margin-top: 180px;
  }
  #kenGuest{
    margin-top: 20px;
    padding-bottom: 0;
  }
  #micra{
    width: 90%;
    margin-top: 70px;
    padding: 10px 40px;
    font-size: 1.2rem;
    line-height: 2rem;
  }


  #cornerWrap{
    margin-top: 200px;
  }
  #cornerWrap h2{
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.5rem;
    text-align: center;
  }
  #corner, #corner > div{
    margin-top: 120px;
  }
  #corner div h3{
    font-size: 1.5rem;
  }
  #corner > div > span{
    padding-top: 8px;
    font-size: 0.9rem;
  }


  #evDetaWrap{
    margin-top: 100px;
  }
  .evDetail{
    margin-top: 80px;
  }
  #place div{
    flex-direction: row-reverse;
    justify-content: center;
  }
  #place div:last-child{
    margin-top: 25px;
    padding-top: 25px;
  }
  #place div p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    font-size: 1.5rem;
  }
  #place img{
    width: calc(80% - 58.18px);
  }


  /* 注意事項 */
  #indexInfo ul{
    padding-left: 20px;
  }
  #indexInfo ul li{
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }


  /* 協賛ロゴなど */
  #logo, #kouen{
    margin-top: 50px;
    padding-bottom: 15px;
  }
  #logo h3{
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  #cynet{
    padding: 7px 10px 0px 10px !important;
  }
  #logo div{
    row-gap: 10px;
    column-gap: 10px;
  }
  #logo div a{
    padding: 5px 10px;
    border-radius: 5px;
  }
  #logo div a img{
    height: 38px;
  }
}





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

  html{
    overflow-x: hidden;
  }

  
  #headCon, #talkGuestWrap{
    padding: 0 40px;
  }
  main{
    padding-bottom: 40px;
  }
  main > .scrollUp, #evDetaWrap, #logo, #kouen, footer{
    padding: 0 60px;
  }


  /* 左寄せコンテンツ */
  #place .leftTitle, #access .leftTitle, #indexInfo .leftTitle, #toiawase .leftTitle, #logo .leftTitle, #kouen .leftTitle
  {
    margin-bottom: 20px;
  }
  .leftTitle, #daytime img{
    transform: translateX(-60px);
  }
  /* 各種タイトル共通設定 */
  .leftTitle, #cornerWrap h2, #corner div h3, #talk h2{
    font-size: 1.8rem;
  }


  .leftTitle{
    width: calc(100% + 60px);
    row-gap: 10px;
    column-gap: 15px;
    margin: 20px 0;
    padding: 15px 30px 15px 60px;
  }
  .leftTitle span{
    font-size: 1.2rem;
  }


  /* メニュー */
  #navBtn{
    top: 20px;
    right: 20px;
    width: 65px;
  }
  #navBtn p::before{
    transform: translateY(-8px);
  }
  #navBtn p::after{
    transform: translateY(5px);
  }
  nav{
    width: 100%;
    padding-top: 105px;
    box-shadow: 0 2px 30px #000;
    transition: all 0.5s;
  }
  #navCheck:checked ~ nav{
    top: 0;
  }
  nav ul li:first-child{
    border-top: unset !important;
  }
  nav ul li{
    border-top: 1px solid #774e8a;
  }
  nav ul li a{
    padding: 15px 20px;
    font-size: 1.2rem;
    text-align: center;
  }


  /* 応募ボタン */
  .oubo{
    width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px 30px;
    font-size: 1.5rem;
  }
  

  #headCon{
    margin-top: 70px;
  }
  #headCon img{
    width: 100%;
  }
  #headImg{
    padding-top: 30px;
  }
  #headImg img:last-child{
    display: block;
    width: 70%;
    margin: 50px auto 0 auto;
  }
  #headCon p{
    margin-top: 85px;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  #evDetaWrap{
    margin-top: 85px;
  }


  /* 余白調整 */
  #place{
    margin-top: 80px;
  }
  #access{
    margin-top: 100px;
  }
  .text{
    font-size: 1.2rem;
    line-height: 2rem;
  }


  .indexGuest{
    margin-top: 50px;
  }


  /* コンテンツ */
  #indexFreeContents div a{
    width: 81.94px;
  }
  #indexFreeContents div p{
    width: calc(100% - (81.94px + 30px));
  }
  #free h5{
    margin-bottom: 25px;
  }


  #hadoMovie video{
    width: calc(100% + 120px);
    transform: translateX(-60px);
  }
  #contentsWShop > img{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #taikoContentsImg img{
    width: 100%;
  }

  .contentsTitle{
    margin-bottom: 25px;
  }
  .contentsTitle > a, .conTxt2Link{
    margin: 25px 0 0 auto;
    padding: 15px 50px;
    font-size: 1rem;
  }
  .contentsTitle > a img, .scrollUp h3 img, #taikoDetails1 img, #taikoDetails2 img, .conTxt2Link img{
    width: 13px;
    height: 20px;
    margin-right: 10px;
  }
  .contentsTitle div a, #indexFreeContents div a{
    padding: 5px;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .contentsTitle p{
    width: calc(100% - (89.94px + 30px));
    margin-left: 30px;
    padding: 5px;
    font-size: 1.5rem;
  }
  .contentsTxt1{
    margin: 25px 0;
    font-size: 1.5rem;
  }
  .contentsTxt2, #taikoGuestTxt{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .conTxt2Det{
    font-size: 1rem;
  }

  .entryTxt{
    margin-bottom: 10px;
    padding: 3px 30px;
    font-size: 1rem;
  }
  .workentry, .taikoentry{
    margin-left: 10px;
  }

  #contentsHado{
    margin-top: 35px;
  }
  #contentsWShop, #contentsTaiko, #free{
    margin-top: 100px;
  }

  #taikoGuestTxt{
    width: fit-content;
    margin: 50px auto 0 auto;
  }
  #taikoGuestImg{
    width: 100%;
    aspect-ratio: 11/6;
    margin: 20px auto 0 auto;
  }

  #contentsTaiko .contentsTxt1{
    margin: 30px 0 50px 0;
  }
  .conTxt2Link{
    margin: -40px 0 0 227px;
    padding: 10px 50px;
  }
  .taikoChallenge{
    margin-top: 5px;
  }
  .taikoLevel{
    width: 139.94px;
  }
  .taikoSong{
    margin-left: 10px;
  }

  #free{
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
  }
  #free h5{
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }
  .freeCorner{
    width: 45%;
    height: 148px;
    padding: 20px 0;
  }
  .freeCorner img{
    width: 60px;
  }
  .freeCorner p{
    margin-top: 12px;
    font-size: 1.05rem;
  }

  #taikoContentsImg span{
    margin-top: 5px;
  }


  .evDetail{
    margin-top: 80px;
  }
  #place div{
    flex-direction: row-reverse;
    justify-content: center;
  }
  #place div p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    font-size: 2rem;
  }
  #place img{
    width: calc(80% - 67.6px);
  }
  #place div:last-child{
    margin-top: 25px;
    padding-top: 25px;
  }


  /* 注意事項 */
  #indexInfo ul li{
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 2rem;
  }


  /* 協賛 */
  #logo, #kouen{
    margin-top: 50px;
    padding-bottom: 40px;
  }
  #logo h3{
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
  #logo div{
    row-gap: 10px;
    column-gap: 10px;
  }
  #logo div a{
    height: 58px;
    padding: 10px;
    border-radius: 5px;
  }
  #cynet{
    padding: 10px;
  }
  #logo div a img{
    max-width: 100%;
    max-height: 100%;
  }


  footer{
    margin-top: 200px;
    padding-bottom: 50px;
  }
}





/* スマホ専用サイズ ※微調整用 */
@media screen and (max-width: 499px){


  /* フォントサイズ調整 */
  #place div p{
    font-size: 1.35rem;
  }
  .leftTitle{
    font-size: 1.2rem;
  }
  #cornerWrap h2, #corner div h3, #talk h2{
    font-size: 1.1rem;
  }
  #headCon p{
    font-size: 1rem;
  }
  nav ul li a, #guest p, .text, .cornerDetail, #indexInfo ul li{
    font-size: 0.9rem;
  }
  .leftTitle span, #kenchikuTitle span{
    font-size: 0.8rem;
  }

  /* line-height 調整 */
  nav ul li a{
    list-style: auto;
  }
  #headCon p, .text, .cornerDetail{
    line-height: 2rem;
  }
  #guest p{
    line-height: 1.5rem;
  }
  #indexInfo ul li{
    line-height: 1.4rem;
  }


  /* 余白調整 */
  main{
    padding: 15px 0;
  }
  #headCon, main > .scrollUp, #evDetaWrap, footer, #talkGuestWrap{
    padding: 0 20px;
  }
  #logo, #kouen{
    padding: 0 20px 20px 20px;
  }
  .leftTitle{
    padding: 12px 30px 12px 60px;
  }


  #headImg img:last-child{
    width: 90%;
    transform: translateX(20px);
  }
  #headCon{
    margin-top: 50px;
  }
  #headCon p, #evDetaWrap{
    margin-top: 60px;
  }


  .leftTitle{
    width: calc(100% + 60px);
  }
  #guest{
    padding: 0 0 12px 0;
  }


  /* 注意事項 */
  #indexInfo ul{
    padding-left: 20px;
  }


  /* メニュー */
  #navBtn{
    width: 50px;
  }
  nav{
    padding: 100px 0 15px 0;
  }
  nav ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
    column-gap: 2%;
    width: 95%;
    margin: 0 auto;
  }
  nav ul li{
    width: 49%;
    border: unset;
    background: linear-gradient(45deg, #37C8E8, #EF1EAA);
  }

  /* 応募ボタン */
  .oubo{
    width: 80%;
    padding: 12px 30px;
    font-size: 1rem;
  }


  /* コンテンツ */
  .entryTxt{
    font-size: 0.85rem;
  }

  .contentsTitle > a{
    padding: 10px 30px;
    font-size: 0.8rem;
  }
  .contentsTitle div a{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .contentsTitle p{
    width: calc(100% - (74px + 15px + 10px));
    margin-left: 15px;
    font-size: 1.05rem;
  }

  #hadoMovie video, #taikoContentsImg img{
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  .contentsTxt1{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .contentsTxt2, #taikoGuestTxt{
    font-size: 0.9rem;
  }
  .conTxt2Det{
    font-size: 0.75rem;
  }

  #taikoContentsImg span{
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .spDispBr{
    display: inline-block;
  }

  #contentsTaiko .contentsTxt1{
    margin: 15px 0 20px 0;
  }
  .conTxt2Link{
    margin: 0;
    padding: 3px 20px;
    font-size: 0.8rem;
  }

  .taikoChallenge{
    align-items: flex-start;
  }
  .taikoLevel{
    width: 98px;
    padding: 3px 15px;
  }
  .taikoSong{
    width: calc(100% - (98px + 10px));
  }


  #free h5{
    font-size: 0.9rem;
    line-height: 1.35rem;
  }
  .freeCorner p{
    font-size: 1rem;
  }


  /* ワークショップ */
  #kenchiku{
    margin-top: 170px;
  }
  #kenchikuTitle{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #kenchikuTitle span{
    margin-top: 5px;
    margin-left: 0;
  }
  #micra{
    width: 100%;
    padding: 20px 15px;
    font-size: 0.95rem;
    line-height: 1.8rem;
  }


  #corner > div{
    margin-top: 130px;
  }
  #corner > div > img {
    padding-bottom: 10px;
  }
  #corner > div > span{
    font-size: 0.7rem;
  }
  #simulator{
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }
  #simuImg{
    position: relative;
    display: flex;
    width: calc(100% + 40px);
    margin-bottom: 10px;
  }
  #simuImg img{
    width: 25%;
  }
  @keyframes car{
    0%{ left: -100%; }
    100%{ left: 100%; }
  }
  #simulator p{
    width: 100%;
  }


  #talkGuestWrap > p{
    padding: 5px 40px;
    font-size: 1rem;
  }
  .talkGuest{
    flex-direction: column;
  }
  .talkGuest img{
    width: 80%;
  }
  .talkGuestDetail{
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .talkGuestDetail p{
    font-size: 1.4rem;
    text-align: center;
  }
  .guestTxt{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .guestTxt ul{
    width: 80%;
  }
  .guestTxt ul li{
    width: fit-content;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #talkTime > div > p{
    width: 66px;
    font-size: 1.1rem;
  }
  #talkTime > div > div{
    width: calc(100% - 66px);
  }
  #talkTime > div > div p{
    margin-left: 15px;
  }
  #talkTime > div > div p:first-child{
    padding-bottom: 15px;
    font-size: 1.1rem;
  }
  #talkTime > div > div p:last-child{
    font-size: 1.2rem;
    line-height: unset;
  }


  #place div{
    flex-direction: column;
  }
  #place div p, #place div p::before, #place div p::after{
    border-radius: 1000px;
  }
  #place div p::before, #place div p::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #place div p{
    position: relative;
    width: fit-content;
    margin: 0 auto 5px auto;
    padding: 5px 30px;
    text-align: center;
    z-index: 2;
  }
  #place div p::before{
    width: calc(100% + 2.5px);
    height: calc(100% + 2.5px);
    background: linear-gradient(to right, #0069b9, #01FFFF);
    z-index: -2;
  }
  #place div p::after{
    width: 100%;
    height: 100%;
    background: #1C2443;
    z-index: -1;
  }
  #place div img{
    width: 80%;
    margin: 15px auto 0 auto;
  }
  /* 余白調整 */
  #place{
    margin-top: 70px;
  }


  /* 協賛 */
  #logo div{
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #logo div a{
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  #logo div a img{
    max-width: unset;
    max-height: unset;
    /* height: 38px; */
    max-width: 100%;
    max-height: 38px;
  }
}