/* 全体のリセットと基本スタイル */
body, h1, h2, p {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    line-height: 1.5;
	background-image: url("images/hanabi.png");
	background-attachment: fixed;
	background-size: cover;
    background-color: #000;
	color: white;
}



/* トップに戻るボタンのスタイル */
#backToTopBtn {
    position: fixed;
    bottom: 40px; /* 画面下からの位置 */
    right: 40px; /* 画面右からの位置 */
    z-index: 100; /* 他の要素より前面に表示するための設定 */
    background-color: #555; /* 背景色 */
    color: white; /* 文字色 */
    padding: 10px 15px; /* ボタン内の余白 */
    font-size: 18px; /* フォントサイズ */
    border: none; /* ボーダーなし */
    border-radius: 50%; /* 丸いボタンにする */
    cursor: pointer; /* マウスを重ねたときにポインター表示 */
    display: none; /* 初期状態で非表示 */
    transition: opacity 0.3s; /* フェードイン/アウトのトランジション */
}

/* マウスホバー時のスタイル */
#backToTopBtn:hover {
    background-color: #333; /* マウスを乗せたときの色 */
}




/* Header スタイル */
.header {
	text-shadow: 2px 2px 2px #000;
    background-color: #000;
	background-image: url("images/fireworks-5270439_1280.jpg");
	background-size: cover;
    color: white;
    padding: 20px;
    text-align: center;
    opacity: 0; /* 初期状態で非表示に */
    transition: opacity 2s ease-out; /* アニメーションの設定 */
}

.header h1 {
	max-width: 800px;
	margin: auto;
	
}
.header h1 img{
	width: 100%;
}

/* コンテナ設定 */
.container {
    max-width: 800px;
    margin: 0 auto;
}

/* セクション共通スタイル */
section {
	text-shadow: 2px 2px 2px #000;
    margin: 40px auto 40px;
    border-radius: 10px;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}





/* セクションごとの背景色 */
.concert-section1 {
    background-image: url("images/violin-6771249_1920.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom;
}

.concert-section2 {
    background-image: url("images/piano.jpg");
	background-size: cover;
	background-position: bottom;
}

.concert-section3 {
    background-image: url("images/audio-1851517_1280.jpg");
	background-size: cover;
	background-position: bottom;
}

.concert-section4 {
    background-image: url("images/harp-955072_1280.jpg");
	background-size: cover;
	background-position: bottom;
}

.concert-section5 {
    background-image: url("images/mic-1132528_1280.jpg");
	background-size: cover;
	background-position: bottom;
}


.concert-section6 {
    background-image: url("images/flowers-9036865_1280.jpg");
	background-size: cover;
	background-position: bottom;
}

.concert-section7 {
    background-image: url("images/flame-4719747_1920.jpg");
	background-size: cover;
	background-position: bottom;
}

.concert-section8 {
    background-image: url("images/violin-6771249_1920.jpg");
	
}

.concert-section9 {
    background-image: url("images/abbey-1160492_1920.jpg");
	background-size: cover;
	background-position: bottom;
	
}


.concert-section10 {
    background-image: url("images/piano5.jpg");
	background-size: cover;
	background-position: bottom;
	
}
.concert-section1,.concert-section2,.concert-section3,.concert-section4,.concert-section5,.concert-section6, h2{
	width: 80%;
}


.concert-section1,.concert-section2,.concert-section3,.concert-section4,.concert-section5,.concert-section6, h2 img{
	width: 100%;
}



.concert-description{
	
}
.party-section {
    background-image: url("images/23.png");
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
}

.party-section h2{
	width: 100%;
	padding-bottom: 30px;
	
}
.party-section h2 img{
	width: 100%;
}

.hanabi-section1 {
	background-image: url("images/hanabi.png");
	background-size: cover;
	height: auto;
    background-color: #bd4b44;
	line-height: 1;
}

.hanabi-section1, .hanabi-section2 h2{
	text-shadow: 2px 2px 2px #000;
	font-size: 50px;
	color: aliceblue;
	
}

.hanabi-section1 h3{
	font-size: 40px;
	color: aliceblue;
}
.hanabi-section2 {
	background-image: url("images/27262933_l.jpg");
	height: 500px;
    background-color: #bd4b44;
}




/* グリッドレイアウト設定 */
.concert-item, .party-item {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列のグリッドレイアウト */
    gap: 20px; /* グリッドアイテム間の隙間 */
}

.concert-grid {
    display: flex;
    flex-direction: column;
	width: 200px;
	padding: 20px;
	
}

.party-grid, .hanabi-grid{
	 display: flex;
    flex-direction: column;
}

.concert-image {
    background-color: #000;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	border-radius: 50%;
    flex-shrink: 0; /* 画像が縮小しないようにする */
}

.party-image {
    background-color: #000;
    color: #fff;
    width: 80%;
	height: 200px;
    display: flex;
    align-items: center;
	margin: 0 auto;
    justify-content: center;
    font-size: 18px;
	border-radius: 20px;
    flex-shrink: 0; /* 画像が縮小しないようにする */
}



.hanabi-image{
	background-color: #000;
    color: #fff;
    width: 100%;
	height: 200px;
    display: flex;
    align-items: center;
	margin: 0 auto;
    justify-content: center;
    font-size: 18px;
	border-radius: 20px;
    flex-shrink: 0; /* 画像が縮小しないようにする */
	
}
.party-image h2{
	font-size: 30px;
	text-align: center;
}

/* 説明文スタイル */
.concert-description, .party-description, .hanabi-description,.concert-info {
	text-shadow: 2px 2px 2px #000;
    margin: 10px 20px;
    font-size: 14px;
	width: 300px;
    color: #f0f0f0;
    word-wrap: break-word; /* 長い単語が折り返されるようにする */
}

.concert-date{
	font-size: 40px;
	text-shadow: 2px 2px 2px #000;
}

.concert-time{
	text-shadow: 2px 2px 2px #000;
	font-size: 40px;
}


.hanabi-info{
	font-size: 40px;
position: absolute;
	bottom: 10px;
	right: 20px;
}


.hanabi-info p{
	font-size: 20px;
	color: aliceblue;
	
}
/* レスポンシブデザイン */
@media (max-width: 768px) {
    .concert-item, .party-item, .hanabi-item {
        grid-template-columns: 1fr; /* 1列レイアウトに変更 */
    }

    .concert-image, .party-image, .hanabi-image {
        margin-bottom: 20px;
    }
	
	.hanabi-section2{
	background-color: rgba(0,0,0,0.8);
    background-blend-mode: darken;
}
}


/* スクロールアニメーションの表示 */
section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Header のアニメーション表示クラス */
.header.visible {
    opacity: 1;
}
