@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 16px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* オーバースクロールの防止 */
html, body {
  overscroll-behavior: none;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  background-color: #fff;
}

.btn {
  display: block;
  width: 352px;
  margin: 0 auto;
  padding: 10px 0px;
}

.btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 1280px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .pc {
    display: block !important;
  }
}

.tablet {
  display: none !important;
}

@media screen and (min-width: 430px) {
  .tablet {
    display: block !important;
  }  
}

.cta {
  position: fixed;
  bottom: 20px;
  left: 50%;
  /* 左端から50%の位置に配置 */
  transform: translateX(-50%);
  z-index: 999;
  /* 横幅の半分分、左に移動する */
}

.sp_cta {
  opacity: 1;
  transition: 0.5s;
}

.sp_cta.show {
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 80vh;
}

/* .bg-back {
  background: url(../img/rectangle1.png) center no-repeat;
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100%;
  padding: 50px;
  background-attachment: fixed;
  z-index: -1;
} */

.bg-back {
  background: url(../img/bg.png) center no-repeat;
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100%;
  padding: 50px;
  background-attachment: fixed;
  z-index: -1;
}

.bg-right, .bg-left {
  background: url('../img/rectangle1.png') no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 40%; /* Adjust this value based on your design needs */
  z-index: -2; /* Ensure it is behind main content */
}

.bg-left {
  left: 0;
}

.bg-right {
  right: 0;
}

.bg-table {
  background: url(../img/bg-table.png) center no-repeat;
  width: 20%;
  height: 319px;
  background-size: contain;
  position: absolute;
  top: 32%;
  left: 72%;
}

.bg-qr {
  position: absolute;
  top: 80%;
  left: 72%;
  width: 9.5%;
}

.qr-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 必要に応じて調整 */
}

.qr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 必要に応じて調整 */
}

.bg-table.is-about {
  background: url(../img/bg-table-about.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-feature {
  background: url(../img/bg-table-feature.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-lineup {
  background: url(../img/bg-table-lineup.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-timetable {
  background: url(../img/bg-table-timetable.png) center no-repeat;
  background-size: contain;
}

.kv_container {
  position: relative;
}

.kv_1 {
  position: absolute;
  bottom: -32%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
}

.kv_2 {
  position: absolute;
  bottom: -36%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
}

.kv_3 {
  position: absolute;
  bottom: -32%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.kv_4 {
  position: absolute;
  bottom: -36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
}

.kv_5 {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
  z-index: 11;
}

.kv_6 {
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 11;
}

.kv_7 {
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16%;
  z-index: 11;
}

.video{
	width: 92%;
    margin: 0 auto;
	padding-top :24px;
}

.video iframe{
	width:100%;
	aspect-ratio:16/9;
}


.entry_container {
  position: relative;
}

.entry_cta {
  position: absolute;
  width: 100%;
  bottom: -16%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 92%;
}

.about_img {
  position: relative;
  display: block;
}

.about_overlay_content{
  position: absolute;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  top: 0;
  left: 0;
  z-index: 10;
}

.about_title_img{
  width: 84%;
  margin-top: 9px;
  margin-bottom: 36px;
}

.about_description_img{
  width: 100%;
  margin-top: 36px;
  margin-bottom: 9px;
  /* FigmaのTextBoxマージンの9px分を上下に追加 */
}

.voice_container {
  position: relative;
}

.voice_cta {
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 90%;
  cursor: pointer;
}

.modal {
  position: fixed;
  flex-direction: column;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 半透明の黒 */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* モーダルウィンドウの内容 */
.modal-content {
  background-color: white;
  padding: 20px;
  width: 348px;
  height: fit-content; /* 縦幅の半分 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.modal_cta{
  margin-top: 20px;
  cursor: pointer;
}

/* モーダルを閉じるボタン */
#close-modal {
  justify-self: center;
  margin-top: 20px;
  aspect-ratio: 1;
  height: 58px;
  cursor: pointer;
}

/* カルーセル start */
.eventhighlight_img {
  position: relative;
  display: block;
}

.carousel-container {
  position: absolute;
  width: 100%;
  max-height: 220px;
  overflow: hidden;
  bottom: 20px;
}

/* ダミーのラジオボタンを隠す */
.carousel-radio {
  display: none;
}

/* カルーセルのスライド部分 */
.carousel-slides {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 300%; /* x=画像枚数*100% */
}

/* 各スライド */
.carousel-slide {
  width: 33.3%; /* x=100%/画像枚数 */
  padding: 20px;
  box-sizing: border-box;
}

/* 画像のスタイル */
.carousel-slide picture {
  display: block;
  width: 100%;
}

.carousel-slide img {
  width: 100%;
  object-fit: cover;
}

/* スライドの位置制御 */
#slide1:checked ~ .carousel-slides {
  transform: translateX(0%);
}
#slide2:checked ~ .carousel-slides {
  transform: translateX(-33.3%);
}
#slide3:checked ~ .carousel-slides {
  transform: translateX(-66.6%);
}

/* ナビゲーションボタン */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  background: rgba(35, 46, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 10;
  text-decoration: none;
}

.carousel-nav:hover {
  background: rgba(35, 46, 255, 0.6);
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav:active {
  transform: translateY(-50%) scale(0.95);
}

/* 左ボタンの配置 */
.carousel-nav.prev {
  left: 0;
}

/* 右ボタンの配置 */
.carousel-nav.next {
  right: 0;
}

/* ボタン内のアイコン */
.carousel-nav::before {
  content: '';
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
}

.carousel-nav.prev::before {
  transform: rotate(135deg);
  margin-left: 3px;
}

.carousel-nav.next::before {
  transform: rotate(-45deg);
  margin-right: 3px;
}

/* ナビゲーションボタンの表示制御 */
#slide1:checked ~ .nav-slide1-prev,
#slide1:checked ~ .nav-slide1-next,
#slide2:checked ~ .nav-slide2-prev,
#slide2:checked ~ .nav-slide2-next,
#slide3:checked ~ .nav-slide3-prev,
#slide3:checked ~ .nav-slide3-next{
  display: flex;
}

/* デフォルトでナビゲーションボタンを隠す */
.carousel-nav {
  display: none;
}

/* 最初のスライドをデフォルトで選択 */
#slide1 {
  checked: true;
}
/* カルーセル end */

.lineup_container{
  position: relative;
}

.lineup_contents {
  position: absolute;
  bottom: -16%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 92%;
}

.timetable_container {
  position: relative;
}

.timetable_cta {
  position: absolute;
  bottom: -1%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 92%;
}


.report_container {
  position: relative;
  background-color: #7FFF93;
}

.report_img{
  margin: 0px auto;
}

.report_cta {
  position: absolute;
  bottom: 9%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 70%;
}

.qr_container {
  position: relative;
}

.qr_code {
  position: absolute;
  bottom: -22%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 64%;
}

.sub_container {
  position: relative;
}

.sub_cta {
  position: absolute;
  bottom: -1%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 92%;
}

.footer {
  position: sticky;
  top: 0;
  z-index: 6;
}

.footer_container {
  background-color: #1C1C1C;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* =====================
  アニメーション
===================== */
.fadein {
  /* 最初は非表示 */
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.fadeinUp {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadeinUp {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.fadeinDown {
  /* 最初は非表示 */
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadeinDown {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */