@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: 720px;
            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-rl;
            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: 60px 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;}

        /* 満員御礼セクションのデザイン */
        .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: 768px) {
            .container {
                width: 100%;
                max-width: 100%;
                background-color: rgba(255, 255, 255, .9);
                padding: 40px 20px;
            }
            .scroll-down {
                bottom: 0;
                right: 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;}
			
			.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);
			}
        }