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


        /* --- 全体基本設定 --- */
        #pagedesign {
            background-color: #0d0d0d;
            font-feature-settings: "palt";
            color: #fff;
            font-family: "adobe-garamond-pro", "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
            -webkit-font-smoothing: antialiased;
            margin: 0; 
            padding: 0;
            overflow: hidden;
        }

        /* 全体を右から左へ流すコンテナ */
        #pagedesign .container {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: flex-start;
            gap: 40px;
            padding: 80px 40px;
            max-width: 1000px;
            margin: 0 auto;
        }

        /* タイトル・ロゴ・MUHOのユニット（重なりの基準点） */
        #pagedesign .brand-unit {
            position: relative; /* 重なり配置の基準 */
            display: flex;
            flex-direction: row-reverse;
            align-items: flex-start;
            gap: 15px;
            margin: 0;
            font-weight: normal;
            z-index: 1;
        }

        /* 背景画像  */
        #pagedesign .bg-decoration {
            position: absolute;
            top: 80%; /* 垂直中央付近 */
            left: 50%;
            transform: translate(-50%, -50%); /* 真ん中に持ってくる */
            width: 200px; /* 指定サイズ */
            height: auto;
            z-index: -1; /* ロゴより背面に配置 */
            opacity: 0.6; /* 重なりを綺麗に見せるための透過（任意） */
            pointer-events: none; /* クリックを邪魔しない */
        }

        /* 別名（白いボックス） */
        #pagedesign .alias {
            display: flex;
            align-items: center;
			writing-mode: vertical-rl;
            background: #FFF;
            color: #111;
            width: 1.2em;  
            font-size: 1.3rem;
            font-weight: 700;
            padding: 0.3em 0.3em 0.3em 0.1em;
            line-height: 0.5;
            letter-spacing: 0.1em;
            margin-top: 10px;
            
        }

        /* 霧泡ロゴ画像 (600x1550) */
        #pagedesign .brand-logo-img {
            width: 100%;
        	max-width: 100px;
            height: auto;
            aspect-ratio: 600 / 1550;
            object-fit: contain;
            position: relative;
            z-index: 2;
        }

        /* ロゴ */
        #pagedesign .muho-text {
		letter-spacing: 1em;
        font-size: 1.13vw;
        display: inline-block;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        color: #67a4c0;
        margin: 2em 0 0 0;
        white-space: nowrap;
        }

		/* --- トップ（縦書き）の調整 --- */
	#pagedesign .poem-text {    
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: initial;
    order: 1;
    font-size: 1.63vw; /* PCではこのまま */
    margin: 3.0em 0.5em 0 0;
    white-space: nowrap;
    z-index: 1;
    line-height: 180%;
}
        
		#pagedesign .description {
		width: 60%;
        order: 1;
		margin: 0 auto;
		max-width: 800px;
		text-align: center;
		font-size: 1.13vw;
        
		}
#pagedesign .description p {
    position: relative;
    z-index: 2; 
    margin-bottom: -150px; 
    line-height: 180%;
}

/* --- 文章の下に配置する画像の新しい設定 --- */
#pagedesign .bottom-image-wrap {
    width: 100%;
    max-width: 600px; /* 画像の最大幅（お好みで調整） */
    margin: 0 auto;   
    position: relative;
    z-index: 1;      
}

#pagedesign .bottom-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.8; 
}

		.description .toptext {
		 color: #67a4c0;
        font-size: 1.75vw;
		font-weight: normal;
        text-align: center;
        margin: 1.2em 0;
			
		}
		
		.theme_color {
    	color: #67a4c0 !important;
}
/* --- ペアリング共通設定 --- */
#pagedesign .section-title-dark, #pagedesign .section-title-light {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0px;
	font-style: normal;
    font-weight: 400;
}
#pagedesign .section-subtitle-dark {
		text-align: center;
        font-size: 25px;
        display: block;
		margin: 0px;
		margin-bottom: 30px;
}

/* --- テイスティングセクション (白背景) --- */
.tasting-section {
    background-color: #fff;
    color: #333;
    padding: 80px 20px;
    overflow: visible; /* 前のセクションの画像重なりを許容 */
}

.tasting-card {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #efefef;
    padding: 4% 4% 2%;
}

.tasting-main {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.expert-photo { width: 35%; }
.expert-photo img { width: 100%; height: auto; }

.expert-info { width: 65%; }
.expert-name { 
    
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.expert-name .en { 
	font-size: 2.0rem;
        color: #7d7d7d;	
		}
.expert-name .jp { 
	font-size: 2.3rem;
		}
		
.expert-profile { 
	font-size: 1.1rem; 
	line-height: 180%;
	 margin: 0 0 1.4em;
		}

.comment-block h4 { 
		font-size: 1.4rem;
        color: #7d7d7d;
		font-weight: normal;
		
        margin: 0 0 0.5em; 
		}
.comment-block p { 
		margin-top: 0px;
		font-size: 1.2rem; 
		line-height: 1.8; 
		text-align: justify; }


.dish-text { 
    padding: 20px 0; 
    text-align: left; 
}

.pairing-label { 
    background: #052850;
    color: #FFF;
    padding: 0.32em 0.55em 0.12em 0.7em;
    white-space: nowrap;
    margin: 0 0 0.4em;
    font-size: 1.6rem;
    display: inline-block;
    font-weight: normal;
    
}
.dish-text p { 
	font-size: 1.2rem;
		}

/* --- 人気一酒造セクション (黒背景) --- */
.brewery-section {
    background-color: #0d0d0d;
    padding: 100px 20px;
    color: #fff;
}

.brewery-content {
    max-width: 800px;
    margin: 0 auto;
}

.brewery-image { margin-bottom: 40px; }
.brewery-image img { width: 100%; height: auto; }

.brewery-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2em;
    text-align: justify;
    color: #ffffff;
}
/* --- ボタンセクションの調整 --- */
.button {
    text-align: center;
    padding: 80px 0px;       
    background-color: #ffffff;
    width: 100%;            
    box-sizing: border-box;   
}

/* ボタン自体のスタイル */
.lineup-button {
    display: inline-block;
    background-color: #052850;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    
    /* PC向けの横幅設定 */
    width: 750px;             
    max-width: 90vw;          /* ただし画面幅の90%を超えない（突き抜け防止） */
    padding: 1.2em 0;         
    
    border: 1px solid #052850;
    transition: all 0.3s ease;
    letter-spacing: 0.2em;
    box-sizing: border-box;
    text-align: center;      
}



/* マウスを置いた時の演出 */
.lineup-button:hover {
    background-color: #ffffff;
    color: #052850;
    border: 1px solid #052850;
}
.sp-br {
	display: none;
		}		

.pairing-box {
			border: 1px solid #ccc;
			line-height: 1.4em;
			margin-bottom:2%;
			padding: 1.5%;
			
		}
		.pairing-text {
			font-size: 0.9em;
		}		
.spacer {
  display: block;
  height: 5px;
}

/* スマホ対応 */
 @media (max-width: 600px) {
	#pagedesign .container {
                gap: 20px;
                padding: 40px 20px;
                overflow-x: auto;
            }
	#pagedesign .bg-decoration {
                max-width: 300px; /* スマホでは少し小さく */
            }
	#pagedesign .brand-logo-img {
            width: 100%;
        	max-width: 80px;
            height: auto;
            aspect-ratio: 600 / 1550;
            object-fit: contain;
            position: relative;
            z-index: 2;
        }
	#pagedesign .muho-text {
        font-size: 12px; 
        margin: 1em 0 0 1em;
    }
	 
    #pagedesign .poem-text {
        font-size: 17px; 
        margin: 1.5em 0.5em 0 0;
    }
	#pagedesign .description {
        width: 100%; 
    }

    .description .toptext {
        font-size: 1.2rem; 
        line-height: 1.6;
        margin: 1.5em 0;
        padding: 0 10px; 
    }
	.theme_color {
		font-size: 1.2rem;
	 }
    
    #pagedesign .description p {
        font-size: 16px;  
        line-height: 2;   
        margin-bottom: 0; 
        padding: 40px 10px;
    } 
	 /* --- テイスティングセクション (白背景) --- */
	.tasting-section {
    background-color: #fff;
    color: #333;
    padding: 80px 8px;
    overflow: visible; /* 前のセクションの画像重なりを許容 */
	}	
	#pagedesign .section-title-dark, #pagedesign .section-title-light {
    font-size: 1.6rem;
 
	}
	#pagedesign .section-subtitle-dark {
        font-size: 18px;
	}
	 

	.expert-name .en { 
	font-size: 1.4rem;
        color: #7d7d7d;	
		}
	.expert-name .jp { 
	font-size: 1.4rem;
		}
	 .expert-profile { 
	font-size: 1.0rem; 
	line-height: 180%;
	 margin: 0 0 1.2em;
		}

	.comment-block h4 { 
		font-size: 1.2rem;
		margin: 0 0 0.5em; 
		}
	.comment-block p { 
		font-size: 1.0rem;  }


	.dish-text p { 
    text-align: left;
	font-size: 1.0rem;
	line-height: 2;	
	}

	.pairing-label { 
    font-size: 1.0rem;
    
	}
	 
	 .brewery-text p {
    font-size: 0.9rem;
    line-height: 2;
	}
	 

	.tasting-main { flex-direction: column; }
    .expert-photo, .expert-info { width: 100%; }
    .tasting-card { padding: 20px; }
			
	.button {
        padding: 50px 0px;    
    }
    
    .lineup-button {
        width: 100%;          
        max-width: 100%;      
        padding: 1.2em 0;
        font-size: 1rem;
        letter-spacing: 0.1em;
    }
	 .sp-br {
        display: inline; /* 改行を有効にする */
    }
	 .pairing-box {
			border: none;
/*			border-top: 1px solid #ccc;*/
/*			border-bottom: 1px solid #ccc;*/
		 	margin-bottom:30px;
			
		}
	.dish-text p { 
	line-height: 1.5em;	
		} 
	 
	 
        }
