@charset "utf-8";

*, *::before, *::after {
  box-sizing: border-box;
}

body{
font-size:16px;
background: url(../images/260314_background.jpg);
  background-size: contain;
  background-repeat: repeat;
  font-family: "M PLUS 1 Code", monospace;
  color: #fff;
  text-align: center;
  overflow-x: hidden;
}

main{
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 30px;
}
 iframe{
          width: 100%;
          margin-bottom: 40px;
        }



/* 【共通】section全体 ↓↓↓ */
.special-background{
  position: relative;
  z-index: 0;
}
.special-background::before{
  position: absolute;
    inset: 0;
    content: "";
    display: block;
    background-size: cover;
    background-repeat: repeat;
    z-index: -1;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    height: calc(100%);

        background: url(../images/special-background.jpg);
  }





  .special-background-tb {
  position: relative;
  z-index: 0;
  overflow: visible; 
}

.special-background-tb::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: -284px; 
  height: 284px;
  z-index: 1;
  background-image: url(../images/special-background-top.png?260317);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 320px auto; 
}

.special-background-tb::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
    bottom: -47px;
  height: 284px;
  z-index: 1;
  background-image: url(../images/special-background-bottom.png?260317);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 320px auto; 
}




 



div.padding-tb{
    padding: 70px 0;
}
div.padding-t{
    padding: 70px 0 0;
}



ul.check-list{
  list-style: none;
}

ul.check-list > li{
  margin-bottom:5px;
  position: relative;
  padding-left: 20px;
}

ul.check-list > li:last-child{
  margin-bottom: 0;
}
ul.check-list > li > svg{
  position: absolute;
content: "";
left: 0;
width: 15px;
height: 15px;
top: 0.3rem;
}

/* 【共通】section全体 ↑↑↑ */



/* slider ↓↓↓ */
/* slider ↑↑↑ */


/* 【共通】h1 ↓↓↓ */
h1.h1-normal {
   font-size: 2.4rem;
    text-align: center;
    color: #950000;
    position: relative;
margin-bottom:15px;
position: relative;
    margin-bottom: 50px;
}

h1.h1-normal > span {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    font-size: 1.5rem;
    color: #950000;
}
/* 【共通】h1 ↑↑↑ */



/* 【共通】h2 ↓↓↓ */
.h2-img{
  margin-bottom: 15px;
}
/* 【共通】h2 ↑↑↑ */



/* 【共通】h3 ↓↓↓ */
/* 【共通】h3 ↑↑↑ */



/*【共通】h2直下のdiv ↓↓↓ */
section div.content-inner , div.content-subinner{
margin: 0 auto;
}

div.content-inner{
text-align:left;
}

div.content-inner > p.sub-text{
margin:0 0 20px;
text-align:center;
}
div.content-inner img.map{
width: 100%;
}

div.content-inner,div.content-subinner{
  width:90%;
}

/* 【共通】h2直下のdiv ↑↑↑ */







/* 【共通】ファーストビュー・ランチ(重なり) ↓↓↓ */
.overlap-logo-wrapper{
position: relative;
}
.logo-ashirai{
position: absolute;
top: -50px;
left: 0;
z-index: 100;
}
.overlap-wrapper {
display: flex;
max-width: 1000px;
margin: 0 auto;
position: relative;
justify-content: space-between;
}

/* 1番目のブロック */
.overlap-wrapper:nth-of-type(1) {
z-index: 10; 
align-items: center
}

/* 2番目のブロック */
.overlap-wrapper:nth-of-type(2) {
margin-top: -200px; 
flex-direction: row-reverse;
z-index: 5;
padding-top: 60px;
align-items: flex-end;
}

/* --- 画像ボックス --- */
.image-box {
flex: 0 0 60%;
position: relative;
z-index: 1;
}

/* 1つ目（左配置）の画像 */
.overlap-wrapper:nth-of-type(1) .image-box img {
margin-left: calc(50% - 50vw);
width: calc(100% + (50vw - 50%));
}

/* 2つ目（右配置）の画像 */
.overlap-wrapper:nth-of-type(2) .image-box img {
margin-right: calc(50% - 50vw);
width: calc(100% + (50vw - 50%));
margin-left: auto;
}

.image-box img {
height: 500px;
object-fit: cover;
display: block;
}

/* --- テキストボックス（解決の鍵） --- */
.text-box {
flex: 0 0 50%;

position: relative; 
z-index: 20;
}
.text-box p{
line-height: 2.0;
}

.overlap-wrapper:nth-of-type(1) .text-box {
margin-left: -15%;
}

.overlap-wrapper:nth-of-type(2) .text-box {
margin-right: -15%;
}
.overlap-wrapper h2{
margin-bottom: 15px;
}
/* 【共通】ファーストビュー・ランチ(重なり) ↑↑↑ */



/* 【共通】文字強調 ↓↓↓ */
.emphasis-word{
font-size: 24px;
font-weight: 900;
}
/* 【共通】文字強調 ↑↑↑ */





/* 【共通】イベント・アクセス ↓↓↓ */
ul.parking-group-list,
ul.event-group-list{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  list-style: none;
}
ul.parking-group-list li img,
ul.event-group-list li img{
  width: 100%;
  height: auto;
}
/* 【共通】イベント・アクセス ↑↑↑ */


/* アクセス ↓↓↓ */

/* アクセス ↑↑↑ */




/* ランチ ↓↓↓ */
.item-wrapper{
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 25px;
      align-items: stretch; /* centerからstretchに変更（高さを揃えるため） */
}

.image-item img {
  width: 100%;
  height: 100%;       /* 親の高さ（テキスト側）に合わせる */
  object-fit: cover;  /* アスペクト比を保ったまま枠を埋める */
  display: block;
}

/* 2つ目（偶数番目）のラッパーに対して適用 */
.item-wrapper:nth-child(even) .image-item {
  order: 2; /* 画像を後ろ（右）に持っていく */
}

.item-wrapper:nth-child(even) .text-item {
  order: 1; /* テキストを前（左）に持っていく */
  /* text-align: right; */
}

.item-wrapper:nth-of-type(1){
  margin-bottom: 50px;
}

.item-wrapper h3{
margin-bottom: 15px;
}




ul.shop-list{
  list-style: none;
  margin-top: 15px;
}
ul.shop-list li{
  margin-bottom: 10px;
}
ul.shop-list li:last-child{
  margin-bottom: 0;
}
ul.shop-list li a{
    box-sizing: border-box;
    transition: all 0.3s;
    overflow: hidden;
    background: #ffd12b;
    border: 1px solid #ffd12b;
    text-align: left;
    color: #333;
    padding: 10px 25px 10px 10px;
    position: relative;
    display: block;
}

ul.shop-list li a span{
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
}

ul.shop-list li a::after{
      position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 15px;
    height: 15px;
    transition: all 0.3s;
    background-image: url(../images/tab.svg);
}

ul.shop-list li a:hover {
    background: #fff;
    border: 1px solid #fff;
}
/* ランチ ↑↑↑ */




/* ジョイン ↓↓↓ */

.join-btn{
      padding: 15px 15px 15px 45px;
    transition: all 0.3s;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: #ffd12b solid 1px;
    background: #ffd12b;
    color: #333;
    margin: 0 0 35px;
    position: relative;
  display: inline-block;
}

.sns-icon{
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    position: absolute;
}



.join-btn:hover{
    background: #fff;
     border: #fff solid 1px;
}



.introduce-wrapper{
  display: flex;
  padding: 15px;
  background: #fff;
  color: #333;
}

.introduce-wrapper img{
  margin-right:15px;
}


.introduce-text{
  width: 100%;;
}
 .introduce-name{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}







.introduce-table {
  width: 100%;
  border-collapse: collapse; /* PC版はシンプルに密着させる */
}
.introduce-table tr{
  border-bottom: 2px dotted #38110c;
}
.introduce-table tr:last-child{
  border-bottom: none;
}
.introduce-table th,
.introduce-table td{
  padding: 15px;
}
/* --- パソコン版（シンプル・モダン） --- */
.introduce-table th {
  width: 25%; /* 少し狭めてスマートに */
  font-weight: 700;
  text-align: left; /* 左揃えの方が情報の流れが自然です */
  color: #38110c;
}

.introduce-table td {
  line-height: 1.6;
}







.join-background{
  position: relative;
  z-index: 0;
}
   .join-background::before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: -2;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    height: 100%;

    background-image: url(../images/join-background.jpg);
    background-repeat: no-repeat;
    background-position: center bottom; 
    background-size: cover; 
}


.join-background::after {
  content: "";
  position: absolute;
  /* 配置したい場所を指定（例：右下に置く場合） */
  bottom: 25px;
  right: 0;
  
  /* 画像のサイズを指定 */
  width: 375px; 
  height: 141px;
  
  z-index: -1; /* 背景より前、コンテンツより後ろ */
  background-image: url(../images/join-messeage.png); /* 重ねたい画像パス */
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none; /* 下のボタンなどがクリックできなくなるのを防ぐ */
}


.join-background-t{
  position: relative;
  z-index: 0;
  overflow: visible; 
}
.join-background-t::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: -284px; 
  height: 284px;
  z-index: 1;
  background-image: url(../images/join-background-top.png?260317);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 320px auto; 
}
/* ジョイン ↑↑↑ */






/* スケジュール ↓↓↓ */








.date-wrapper{
  font-family: "Archivo Black", sans-serif;
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #7b2c2c;
  box-sizing: border-box;
}

.emphasis-date{
font-size: 38px;
font-weight: 900;
}
.emphasis-day{
  background: #7b2c2c;
  color: #fff;
  padding: 2px 5px;
}
.emphasis-date,
.emphasis-day,
.emphasis-time{
  margin-left: 10px;
}

   ul.flow-list {
    display: flex;
    margin: 60px 0 0;
    counter-reset: step-counter; 
    position: relative;
}

ul.flow-list::after{
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/flow-message.png);
    background-repeat: no-repeat;
    background-size: contain;
    
    width: 187px;
    height: 68px;
    
        bottom: -45px;
    right: -25px;
    
    z-index: 10;
}


/* 各項目（PC） */
ul.flow-list li {
    flex: 1;
    position: relative;
    padding: 50px 15px 25px;
    /* background:#7b2c2c; */
    color: #fff;
    text-align: center;
    list-style: none;
}


/* 時計アイコン（浮かせて目立たせる） */
.clock-img {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #222; /* 黒いタイヤをイメージ */
    /* border: 4px solid #ffd12c; */
    z-index: 10;
}

/* 時間表示（デジタル/ステンシル風） */
div.flow-content span {
    display: block;
font-family: "Archivo Black", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #ffd12c;
    margin-bottom: 10px;
}

/* イベント名 */
div.flow-content p {
    margin: 0;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #fff;
}




        ul.flow-list li::after{
      width: 20px;
    height: 100%;
    right: -20px;
    bottom: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 0;
    content: "";
    position: absolute;
    }

    ul.flow-list li:not(:first-child) {
    /* 矢印（20px）の分を考慮して、上側の余白を広げる */
    padding-left: 30px; 
}

    /* 共通設定：1〜3番目は文字色を読みやすく */
ul.flow-list li {
    background-image: none;
    color: #333;
}

/* 1番目 */
ul.flow-list li:nth-child(1) , ul.flow-list li:nth-child(1)::after {
    background: #db5a13;
}

/* 2番目 */
ul.flow-list li:nth-child(2) , ul.flow-list li:nth-child(2)::after {
    background: #b8654f;
}

/* 3番目 */
ul.flow-list li:nth-child(3) , ul.flow-list li:nth-child(3)::after {
    background: #606b73;
}

/* 4番目：確定のデザイン（内定） */
ul.flow-list li:nth-child(4) {
    /* background-image: repeating-linear-gradient(135deg, #ffae61, #ffae61 4px, #ffb877 4px, #ffb877 8px); */
    background: #715650;
}
ul.flow-list li:last-child::after {
    display: none;
}

/* スケジュール↑↑↑ */















/* 補足 ↓↓↓ */

body a{
text-decoration: none;
color:#fff;
}
.br-sp{
  display: none;
}
.br-pc{
  display: block;
}
.mb20{
    margin-bottom: 20px;
}

.mb40{
    margin-bottom: 40px;
}




/* pagetop ↓↓↓ */
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#950000;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.0rem;
	transition:all 0.3s;
  flex-direction: column;
  border: 1px solid #950000;
}

#page-top a::before {
    /* ④絶対必要 */
    content: "";
    display: block;

    /* ⑤三角のサイズ */
    width: 10px;
    height: 10px;

    /* ⑥三角の線と回転角度 */
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

#page-top a:hover{
	/* background: #ba4700; */
  background: #fff;
  /* color: #950000; */
  border: 1px solid #950000;
  color: #950000;
}
#page-top a:hover::before{
	border-top: 2px solid #950000;
    border-right: 2px solid #950000;
}
/* #page-top a:hover::before{
      border-top: 2px solid #950000;
    border-right: 2px solid #950000;
} */

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
/* pagetop ↑↑↑ */



/* ふわっと出現 ↓↓↓ */
/* スクロール前の状態 */
section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* 表示状態 */
section.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* すでに見えているFV用（最初のsectionなど） */
section:first-of-type {
  opacity: 1;
  transform: none;
}
/* ふわっと出現 ↑↑↑ */






/* モーダルウィンドウ ↓↓↓ */

h2.info-h2 {
        margin: 0 auto 20px;
    color: #fff;
    background: #950000;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 999px;
}

ul.info-group-list{
list-style: none;
text-align: left;
}
ul.info-group-list li{
margin-bottom: 10px;
position: relative;
padding-left: 25px;
line-height: 1.8;
}
ul.info-group-list li span{
font-weight: 900;
color: #950000;
border-bottom: 1px solid #950000;
padding: 0 6px 2px;
font-size: 1.2rem;
}

ul.info-group-list li svg{
position: absolute;
        content: "";
        top: 5px;
        left: 0;
        width: 15px;
        height: 15px;
}
ul.info-group-list li:last-child{
margin-bottom: 0;
}
/* モーダルウィンドウ ↑↑↑ */

