@charset "UTF-8";
/* CSS Document */


/* -------------------------------------------
ベース設定
------------------------------------------- */
		HTML { scroll-behavior: smooth; }
        body {
            margin: 0;
            padding: 0;
            font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
            color: #000;
            line-height: 1.8;
            background-color: #fff;
            overflow-x: hidden;
        }
        .fixed-bg {
            position: fixed;
            top: 0;
            right: 0;
            width: 101vw;
            height: 100vh;
            z-index: -1;
			margin: 0 -5px;
            
            /* ご指定の画像設定 */
            background-image: url('images/header.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            
            /* アニメーションを滑らかにする設定 */
            will-change: transform;
            transition: transform 0.1s linear;
        }

        /* -------------------------------------------
           スクロールダウン（右下固定・縦書きアニメーション）
        ------------------------------------------- */
        .scroll-down {
            position: absolute;
            bottom: 0;
            right: 745px;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-indent: 10px;
            gap: 10px;
            font-size: 13px;
			font-weight: bold;
            letter-spacing: 2px;
            opacity: 0.8;
            writing-mode: vertical-lr;
            text-orientation: mixed;
			color: #000;
        }
        .scroll-line {
            width: 1px;
            height: 115px;
            background: #000;
            position: relative;
            overflow: hidden;
            margin-top: 10px; 
        }
        .scroll-line::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ee721a;
            animation: scrollDown 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
        }
        @keyframes scrollDown {
            0% { transform: translateY(-100%); }
            100% { transform: translateY(100%); }
        }

        /* -------------------------------------------
           レイアウト設定
        ------------------------------------------- */
		.logo {
			position: fixed;
            top: 25px;
            left: 25px;
			z-index: 0;
		}
		.logo img { 
            width: 43.3vw;
			height: auto;
		}
        .spacer-100vh {
            height: 100vh;
            width: 100%;
            position: relative;
        }

        .wrapper {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            position: relative;
            overflow: hidden;
        }

        .container {
            width: 780px; 
            max-width: 100%;
            background-color: rgba(255, 255, 255, 0.9); 
            padding: 40px;
            margin-right: 0 !important;
            box-sizing: border-box;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            margin:0 0 0 auto;
			overflow: hidden;
        }

        /* -------------------------------------------
           各要素のデザイン
        ------------------------------------------- */
        h1 { font-size: 58px; margin: 15px 0 0; line-height: 1; font-weight: normal;}
        h2 {font-size: 25px; margin: 85px 0 5px;}
		h3 {font-size: 25px; line-height: 1.25; margin: 0 0 20px; padding: 0 0 15px;}
        p {margin-bottom: 20px; }
		tr {border-bottom: 1px solid #333}
        
        .header { margin:0 0 30px;}
        .header p{ margin:0;}
		
		.link-form a{background: #ee721a; color: #fff !important; font-weight: bold; padding: 15px 55px; border-radius: 8px; position: fixed; bottom: 25px; left: 25px;}

        /* テーブル */
        .event-info { width: 100%; border-collapse: collapse; margin-bottom: 40px; font-size: 16px; }
        .event-info th, .event-info td { padding: 16px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); text-align: left; vertical-align: top; }
        .event-info th { width: 8.5rem; background-color: #bcd4ed59; font-weight: bold; color: #000; }
        .event-info td { color: #000; }
		.mt30px {margin: 50px 0 0;}

        /* 画像類 */
        .venue-image { display: block; width: 100%; max-width: 100%; height: auto; margin-top: 15px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.3); }
        
        .benefit-list { display: flex; flex-direction: column; gap: 20px; }
        .benefit-item { text-align: left; background: #fff }
        .benefit-item img { max-width: 100%; height: auto; } /* 画像サイズ調整 */
        .benefit-item h3 { font-size: 26px; margin: 15px 20px 0 20px;}
        .benefit-item p { font-size: 15px; text-align: left; color: #333; margin: 0 20px 20px; line-height: 1.5;}
		
		.donation, .function {display: flex; align-items: center;}
		.function h3 {line-height: 1.2; padding: 0 0 .5rem 0; font-size: 24px; margin: 20px 20px 0;}
		.donation h3 {line-height: 1.1; padding: 0 0 .5rem 0; font-size: 18px; margin: 0 20px 0 5px;}
		.donation p{margin: 0 20px 0 5px;}
		.function > div:first-child {width: 280px; line-height: 1; flex-shrink: 0;}
		.donation > div:first-child {width: 140px; line-height: 1; flex-shrink: 0;}
		.function img, .donation img {width: 270px; margin-bottom: 0;}
		/* .donation > div:first-child{width: 40%; margin: 0 2% 0 0;} */

		.mktoForm {margin: 0 auto 30px;}
		.mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton {background-color: #ee721a !important;}
		.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date]{height: 2.8rem;}
		.mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton {border-radius: 8px !important; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6)!important; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)!important; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1)!important; border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2; /* コンテンツや他の背景要素より背面に配置 */
  object-fit: cover; /* アスペクト比を維持して画面いっぱいに表示 */
  background-color: #000; /* 動画読み込み前の下地色 */
}

/* イベントのポイント セクション全体のスタイル */
.event-points {
    margin-top: 60px;
    margin-bottom: 60px;
}

.points-container {
    display: flex;
    flex-direction: column;
    gap: 5px; /* 各項目の間隔 */
}

/* 各項目のレイアウト */
.point-item {
    display: flex;
    align-items: center; /* 上下中央揃え */
    margin: 0;
    padding: 10px 0;
}

/* アイコン（01, 02, 03）部分 */
.point-icon {
    width: 60px; /* アイコンの幅に合わせて調整 */
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.point-icon img {
    width: 32px; /* デザインに合わせて調整 */
    height: auto;
}

/* テキスト部分と垂直線 */
.point-text {
    margin: 0;
    padding-left: 25px;
    flex-grow: 1;
    font-size: 16px;
    color: #333; /* 文字色はデザインに合わせて調整 */
    line-height: 1.6;
    border-left: 1px solid #ccc; /* デザインにあるグレーの垂直線 */
}


/* 「こんな課題をお持ちの方におすすめ」セクションの全体設定 */
.issue {
    margin-top: 30px;
    color: #000; /* 全体の文字色を黒に設定 */
}
.issue > div {
    display: flex; 
    align-items: center; /* ★ここを flex-start から center に変更（上下中央揃え） */
    margin-bottom: 40px; 
}

.issue .point-icon {
    width: 55px; 
    flex-shrink: 0; 
    margin: 0 22px 0 15px; 
    display: block;
    /* margin-top: 2px; ★ここにあった微調整用の記述は削除してください */
}

.issue .point-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.issue dl {
    margin: 0; /* ブラウザデフォルトの余白をリセット */
    flex-grow: 1; /* アイコン以外の残りの幅をすべて使う */
}

.issue .point-header {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px; /* 下の説明文との間隔 */
}

.issue dd {
    margin: 0; /* 左側のインデント（ズレ）を解除してタイトルと左端を揃える */
    font-size: 14px;
    line-height: 1.6;
    color: #333; /* 可読性のため少しだけ柔らかい黒に。真っ黒にする場合は #000 に変更してください */
}



        /* 満員御礼セクションのデザイン */
        .sold-out-box {
            background-color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 30px;
            text-align: left;
            margin-top: 60px;
        }
        .sold-out-title {
            color: #E60012;
            font-size: 28px;
            font-weight: bold;
            margin: 20px 0;
            letter-spacing: 0.1em;
        }

        /* フッター */
        footer {
            margin-top: 60px; 
            text-align: center; 
            padding-top: 30px;
        }
        /* .footer-logo { filter: brightness(0) invert(1); opacity: 0.7; } */
		
        .footer-links {
            margin: 20px 0;
            font-size: 11px;
        }
        .footer-links a {
            color: #333;
            text-decoration: none;
            margin: 0 10px;
            transition: color 0.3s;
        }
        .footer-links a:hover {
            color: #000;
            text-decoration: underline;
        }

        /* -------------------------------------------
           アニメーション設定
        ------------------------------------------- */
        .fade-right {
            opacity: 0;
            transform: translateX(100px);
            transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        .fade-right.is-show {
            opacity: 1;
            transform: translateX(0);
        }


        @media (max-width: 1055px) {
            .scroll-down {bottom: 0; right: 20px;}
		}

        @media (max-width: 768px) {
            .container {
                width: 100%;
                max-width: 100%;
                background-color: rgba(255, 255, 255, .93);
                padding: 40px 20px;
            }
			
			.donation, .function {flex-direction: column;}
			.donation > div:first-child, .function > div:first-child{width: 45%; margin: 0 auto;}
			.function img, .donation img {margin: 20px auto 0;}
			
			.point-text {font-size: 14px; padding-left: 15px;}
			.point-icon {width: 45px;}.point-icon img {width: 24px;}
			
			.issue dt { font-size: 16px; } 
			.issue dd { font-size: 13px; }
			.issue > div { margin-bottom: 25px; } 
			.issue .point-icon { width: 45px; margin-right: 15px; } 
			.issue .point-header { font-size: 16px; } .issue dd { font-size: 13px; }
			
			.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm textarea.mktoField, .mktoForm input[type=tel] {min-width: 72vw;}
			
			.footer {height: 250px;}
		}
		
        @media (max-width: 556px) {
			.logo { 
				position: fixed;
				top: 20px;
				left: 20px;
				margin: 0;
			}
			.logo img { 
				width: 80vw;
				height: auto;
				display: block;
			}
			
        .fixed-bg {
            background-image: url('images/header-sp.webp);
			}
        }