*{
  overflow-x: hidden;
}
main {
    max-width: 360px;
    /* height: 1660px; */
    margin: 0 auto;
    /* background-image: url(/img/chain-∞.png); */
    border-right: solid #fff;
    border-left: solid #fff;
}
body {
  background-color: #010729;  /* 変えていい */
    color: rgb(0, 0, 0);  /* 変えていい */
    font-family: 'Audiowide', cursive;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}
.haikei-top{
  background-color: #010930;
  font-family: Arial, sans-serif;
  height: 200vh; /* スクロールするために十分な高さを設定 */
  position: relative;
  margin: 0%;
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(/img/background.svg);
    z-index: -1; /* 背景なので、他の要素の後ろに配置 */
}
/* 
/* オープニング
全画面オーバーレイのスタイル */
#opening-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* メインコンテンツは最初非表示に */
#main-content {
  display: none;
}

/* 動画のスタイル */
video {
  width: auto;
  height: 72%;
  object-fit: cover;
  background-color: #010930;
} 


.top-title{
  display: flex;
  flex-direction: column; /* 縦に並べる */
  align-items: center; /* 各SVGを中央揃え */
}





/*title部分*/
.title-image img{
  margin: 20% 0 20%;
  position: centar;
  width: 100%;
  height: 100%;
  max-width: 580px;
  max-height: 664px;
}
.day-image img{
  width: 100%;
}




/*ACCESS部分*/
.top-access{
  margin-top: 20%;
}

.flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.access-image{
  margin: 50% 0 5% 0;
}

.circle>div {
  width: 80%;
  height: 70%;
  border: solid 3px #ffffff;
  border-radius: 10px;
  background: #686f89;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  font-size: 5em; 
  margin: auto;
}

p {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  font-size: 1em;
  margin-top: auto;
}

a {
  text-decoration: none;
}

.text {
  background: linear-gradient(transparent 70%, #da00ec 30%);
}

.map-image{
  width: 80%;
  height: auto;
  border: 10px solid #da00ec;
  border-radius: 5%;
  text-align: center;
  margin: 0 0 5% 0;
}

.address-sentence {
  font-size: 1.5em; 
}

.map {
  font-size: 2em; 
}

.left-align-section {
  font-size: 1.5em;
  text-align: left;
  margin: 1% auto;
}

.left-align-section p {
  margin-bottom: 0.8em;
}

.left-align-section .text:last-child {
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .circle {
      width: 72%;
      height: 125px; 
      padding-top: 0;
  }

  h1 {
      font-size: 3em; 
  }

  .circle>div {
      height: 65%; 
  }

  iframe {
      height: 15em; 
  }

  .map {
      font-size: 1em; 
  }

  .address {
      font-size: 1.5em; 
  }

  .left-align-section {
      font-size: 1.2em; 
  }
}





/*展示部分*/
.top-exhibition{
  margin: 30% 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  color: #fff;
}
  /* コンテナ全体 */
.exhibition-container {
  position: relative;
  width: 100%;
  margin: 30% 0;
  height: 600px;
  background-image: url('/img/obi_right.svg'); 
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

/* タイトル */
.title-exhibition {
  font-size: 3.5rem;
  font-family: 'Audiowide', sans-serif;
  margin-top: 25%;
}


/* スライドショー */
.slideshow-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 60%;
  margin-top: -40px;
}

/* 各スライド */
.slide1 {
  display: none;
  width: 100%; /* 100%に変更 */
  border-radius: 10px;
  overflow: hidden;
}

.slide1 img {
  margin: 15% 25% 15%;
  width: 50%;
  object-fit: cover;
}

/* 矢印ボタン */
.arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transform: translateY(-50%);
}

.arrow.left1 {
  left: 10px;
}

.arrow.right1 {
  right: 10px;
}

/* ドットナビゲーション */
.dot-container {
  display: flex;
    justify-content: center;
    margin-top: -10%;
}

.dot1 {
  margin: 15%;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.dot1.active {
  background-color: #ff00ff;
}

/* MOREリンク */
.more-link {
  font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    font-family: 'Audiowide', sans-serif;
    display: flex;
    align-items: center;
    margin-top: 5%;
    margin-left: 60%;
    transition: color 0.3s;
}

.more-link:hover {
  color: #ff00ff;
}





/*バザー部分*/
.top-bazaar{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  color: #fff;
}
  /* コンテナ全体 */
.bazaar-container {
  position: relative;
  width: 100%;
  margin: 30% 0;
  height: 600px;
  background-image: url('/img/obi_left.svg'); /* SVGファイルのパスに置き換えてください */
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

/* タイトル */
.title-bazaar {
  font-size: 3.5rem;
  font-family: 'Audiowide', sans-serif;
  margin-top: 25%;
}


/* 各スライド */
.slide2 {
  display: none;
  width: 100%; /* 100%に変更 */
  border-radius: 10px;
  overflow: hidden;
}

.slide2 img {
  margin: 15% 25% 15%;
  width: 50%;
  object-fit: cover;
}

/* 矢印ボタン */
.arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transform: translateY(-50%);
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}


.dot2 {
  margin: 15%;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.dot2.active {
  background-color: #ff00ff;
}

/* MOREリンク */
.more-link {
  font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    font-family: 'Audiowide', sans-serif;
    display: flex;
    align-items: center;
    margin-top: 5%;
    margin-left: 60%;
    transition: color 0.3s;
}

.more-link:hover {
  color: #ff00ff;
}



.neon-gutar{
  margin: 5% 0;
}





/* タイムテーブル部分 */
.top-timetable{
  position: relative; /* 子要素を重ねるためにrelativeを使用 */
  width: 100%;
  height: 50%;
  margin: 20% auto;
  background-image: url('/img/DNA1.svg');
  background-size: cover; /* 背景画像を要素全体に表示 */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat;
}


.poster1{
  width: 40%;
  margin: auto 50% auto auto;
  /* position:absolute; */
  /* right:53%; */
  /* top: 0%; */
}
.poster2{
  width:40%;
  margin: auto auto auto 50%;
  /* position:absolute;
  right:7%;
  bottom:0%; */
}






/* アンケート部分 */
.top-questionary{
  position: relative;
  background-image: url('/img/obi3.svg');
  background-size: cover; /* 背景画像を要素全体に表示 */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin: auto;
  margin-top: 30%;
  color: #ffffff;
  font-family: Arial, sans-serif;
}
.container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* 左半分 */
.text-section {
  flex: 1;
  margin-left: 10%;
  width: 120%;
}

.text-section h2 {
  font-size: 1.5rem;
  margin: 0;
  font-family: "Monomaniac One", sans-serif;
}

.text-section p {
  font-size: 1rem;
  margin: 10px 0 20px;
  position: centar;
  margin-left: auto;
  margin-right: auto
}

.button {
  display: inline-block;
  padding: 5%;
  margin-left: 25%;
  color: #00f0ff;
  border: 2px solid #00f0ff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.button:hover {
  background-color: #00f0ff;
  color: #1b1b2f;
}

/* 右半分（画像） */
.image-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-section img {
  width: 100%;
  height: auto;
  max-width: 100%;
}


/* SNS部分 */
.top-SNS{
  margin-top: 80%;
  margin-bottom: 60%;
}
.sns_flex{
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30%;
}
.top-insta_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15%;
  position: relative; /* 子要素を重ねるためにrelativeを使用 */
  width: 100%;
  height: 50%;
  margin: 0 auto;
  margin-top: 10%;
  background-image: url('/img/DNA2.svg');
  background-size: cover; /* 背景画像を要素全体に表示 */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat;
}
h2{
  color: #000000;
  margin: 30px;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  background-color: #FFFFFF;
  width: 200px;
  border-radius: 9px;
}
.instagram_media{
  width: 100%;
  height: 100%;
}







/* バナー広告のコンテナ */
.top-bannar {
  width: 80%;
  margin-bottom: 40%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* 各バナー */
.banner-ad {
  width: 80%;
  margin: 6% 10%; /* バナー同士の間隔 */
  display: block; /* a要素全体をクリック可能に */
}

.banner-ad img {
  width: 100%;
  height: auto;
  border-radius: 5px; /* 角を丸くする */
}

/* footer部分 */
.top-footer{
  margin-top: 40%;
  padding: 0;
  background-color: #010930;
  color: #ffffff;
  text-align: center;
  font-family: "Mplus 1p Bold", "Noto Sans JP", sans-serif;
}
.footer-wrapper {
  min-height: 100vh;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

h2 {
  width: 80%;
  font-size: 40px;
  margin: 10% 10%;
  color: #FFFFFF;
  background-color: #010930;
  text-align: center;

}

.snsbtniti {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 20px 0;
}

.snsbtniti li {
  list-style-type: none;
}

.sns_logo {
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
}

.sns_logo:hover {
  transform: translateY(-5px);
}






/* フッター */
footer {
  background-color: #111;
  color: #9ca3af;
  padding: 20px 0;
}

.box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #333;
}

.left, .right {
  flex: 1;
  text-align: center;
}

.footer-image{
  width: 350px;
  height: 350px;
  margin-bottom: 10%;
}

.productor_name, .productor_mail, .address, .web {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}

.sns_logo_ft {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  transition: transform 0.3s;
}

.sns_logo_ft:hover {
  transform: translateY(-5px);
}

.copyright {
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.toptimeimage{
    width: 400px;
    height: 100px;
}
.push {
  height: 50px;
}