@charset "UTF-8";
/*
Theme Name: mb-1grandprix2025_cloud-page
Author: 株式会社ティップネス
Description: ティップネスMB-1グランプリ2025のクラウドページ用テーマです。
Version: 1.0

@charset "utf-8";
/* CSS Document */
* { 
    margin: 0px; 
    padding: 0px; 
}
html {
  scroll-behavior: smooth;
}
main{
  background-color: rgba(240,131,0,0.5);
  position: relative;
}
.movebody-event__overview{
  width: 100vw;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: -10;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  height: auto;
  z-index: 1000;
}
.header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.header::before {
  content: '';
  display: block;
  padding-top: 9.75%; /* header-imgの縦横比（例: 280px ÷ 1000px） */
}
.menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 9.75vw;         /* header帯と同じ比率（例: 9.75%） */
  max-width: 100px;       /* 必要に応じて最大幅を設定 */
  height: 9.75vw;         /* 正方形 */
  max-height: 100px;
  z-index: 1001;
  cursor: pointer;
}
.menu {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5vw;
  max-width: 40px;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;  /* ヒット判定を親要素に移す */
}
.menu-contents {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #231815;
  z-index: 9999;
  padding-top: 60px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 5vh;
  text-align: center;

  /* スライドアニメーション */
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  display: flex; /* 常にflex。visibilityを切り替えて制御 */
  visibility: hidden;
  pointer-events: none;
}
/* 表示状態（クラス付与で切り替える） */
.menu-contents.active {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
/* 閉じるボタン */
.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 5vw;
  max-width: 40px;
  height: auto;
  cursor: pointer;
}
/* メニューリンクスタイル（お好みで調整） */
.menu-contents a {
  color: white;
  text-decoration: none;
  font-size: min(3.75vw, 30px);
}

.mb-1_logo {
  width: 75vw;
  height: auto;
  max-width: 600px;
  position: absolute;
  left:50%;
  top: 0.9%;
  transform: translateX(-50%);
}
@media(max-width:1000px) {
  .mb-1_logo {
    top: 0.6%;
  }
}
@media(max-width:800px) {
  .mb-1_logo {
    width: 62.5vw;
    max-width: 500px;
    top: 0.7%;
  }
}

.id {
  width: auto;
  height: 23vw;
  max-height: 184px;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}
.bt {
  width: 87.5vw;
  max-width: 700px;
  height: auto;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}
.pop {
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}
.pop-bt {
  width: 87.5vw;
  max-width: 700px;
  height: auto;
}

.id01 {
  top: 5.8%;
}
.id02{
  top: 18.2%;
}
.id03{
  top: 33%;
}
.id04{
  top: 68.5%;
}
.id05{
  top: 75%;
}
.id06{
  top: 83%;
}
.id07{
  top: 95%;
}

.bt01 {
  top: 16%;
}
.bt02{
  top: 53%;
}
.bt03{
  top: 59%;
}
.bt04{
  top: 96.8%;
}

.in01 {
  width: 23.75vw;
  max-width: 190px;
  height: auto;
  position: absolute;
  right: 5%;
  top: 35.6%;
}

.pop01 {
  top: 50%;
}
.pop02 {
  top: 50.75%;
}
.pop03 {
  top: 51.5%;
}
.pop-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); /* 半透明の黒背景 */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
/* 表示時にflexにする */
.pop-contents.active {
  display: flex;
}
/* 中央の白いポップアップボックス */
.pop-inner {
  position: relative;
  background-color: white;
  border-radius: 2vw;
  padding: 6vw 3vw;
  max-width: 1000px;
  max-height: 80vh;
  width: auto;
  overflow-y: auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  text-align: center;
  z-index: 10000;
  font-size: min(4vw, 24px);
}
/* 閉じるボタン */
.pop-close {
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  width: 5vw;
  height: 5vw;
  max-width: 24px;
  max-height: 24px;
  cursor: pointer;
}
.pop-inner p{
  margin-bottom: 1.5vh;
}
.pop-area {
  color: #f08300;
  font-size: min(5vw, 30px);
  font-weight: 700;
}
.pop-line {
  width: 100%;
  padding: 2%;
  text-align: center;
  margin-bottom: 1vh !important;
}
.pop-bg {
  background-color: #231815;
  color: #FFF;
  font-size: min(3.5vw, 21px);
  font-weight: 700;
  padding: 0.5em 1em;

  max-width: 500px;   /* 帯の最大幅 */
  margin:  0 auto;     /* 中央に揃える */
  display: block;     /* margin: auto が効くように */
  transform: translateX(-1.25vw);
}

.instructor-img{
  width: 38vw;
  max-width: 380px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 77.8%;
  transform: translateX(-50%);
}

.instructor {
  width: auto;
  height: 12.5vw;
  max-height: 100px;
  position: absolute;
  left: 10%;
  top: 81%;
}
.in02 {
  width: auto;
  height: 12.5vw;
  max-height: 100px;
  position: absolute;
  left: 60%;
  top: 81%;
}


.positipp {
  width: 87.5vw;
  max-width: 700px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 84.7%;
  transform: translateX(-50%);
}
.in03 {
  width: 31.25vw;
  max-width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 89%;
  transform: translateX(-50%);
}

.logo {
  width: 12.5vw;
  max-width: 100px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 99.2%;
  transform: translateX(-50%);
}

@media(min-width:1000px) {
  .movebody-event__content{
    width:1000px;
    height:auto;
    position: relative;
    display: block;
    margin: 0 auto;
  }
}