@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: #cd95a2;
        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: #cd95a2;
        font-size: 1.75vw;
		font-weight: normal;
        text-align: center;
        margin: 1.2em 0;
			
		}
		
		.theme_color {
    	color: #cd95a2 !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;
		}		


/* スマホ対応 */
 @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; /* 改行を有効にする */
    }
   
	 
    }


/* ここから入れた */
  * {
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            margin: 0;
            padding: 0;
            background-color: #ffffff;
            font-family: "Times New Roman", "Yu Mincho", "游明朝", "MS Mincho", serif;
            color: #333333;
        }
        
        /* ==========================================
           【共通】上部5人画像ギャラリーナビの基盤設定
           ========================================== */
        .image-gallery-container {
            margin: 0 auto;
        }
        .image-gallery-table {
            margin: 0 auto;
            border-collapse: collapse;
        }
        .gallery-cell {
            padding: 0;
            width: 20%; /* 5人を完全に均等分割 */
        }
        .gallery-cell a {
            display: block;
            text-decoration: none;
            transition: opacity 0.2s ease;
        }
        .gallery-cell a:hover {
            opacity: 0.7;
        }
        .gallery-img {
            width: 100%;
            height: auto;
            display: block; /* 画像の下隙間を完全に無くす */
        }

        /* 横スライドコンテナの共通基本設定 */
        .profile-horizontal-container {
            display: flex; 
            width: max-content;
        }
        .profile-section {
            background-color: #ebebeb;
            width: 100%;
        }
        .profile-desc {
            font-size: 13px;
            line-height: 1.85;
            color: #333333;
            text-align: justify;
        }
        .navy-title {
            background-color: #0a2444;
            color: #ffffff;
            padding: 10px 16px;
            font-size: 16px;
            font-weight: normal;
            letter-spacing: 1px;
        }
        .column-content {
            font-size: 13.5px;
            line-height: 1.8;
            color: #333333;
            text-align: justify;
        }

        /* ==========================================
           【PC専用スタイル】画面幅768px以上のみに適用
           ========================================== */
        @media (min-width: 768px) {
            .main-container {
             /* width: 770px;*/
                margin: 0 auto;
            }
            .title-area {
                text-align: center;
                padding: 60px 0 35px 0;
            }
            .main-title {
                font-size: 38px;
                font-weight: normal;
                letter-spacing: 3px;
                margin-bottom: 12px;
                color: #111111;
            }
            .sub-title {
                font-size: 18px;
                letter-spacing: 0.5px;
                color: #444444;
            }
            /* PC版：画像ナビの全体横幅（中央にまとめる設定） */
            .image-gallery-container {
                width: 540px;
                margin-bottom: 50px;
            }
            .image-gallery-table {
                width: 100%;
            }
            
            /* PC版：横ハミ出しスライド設計 */
            .profile-scroll-wrapper {
                width: 960px; 
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                cursor: grab; 
                user-select: none;
            }
            .profile-scroll-wrapper::-webkit-scrollbar {
                display: none;
            }
            .profile-scroll-wrapper:active {
                cursor: grabbing;
            }
            .profile-horizontal-container {
                padding-bottom: 10px;
            }
            .profile-horizontal-item {
                width: 840px; /* 右側カードがチラ見えする絶妙な固定幅 */
                margin-right: 40px;
                scroll-snap-align: start;
                flex-shrink: 0;
            }
            .profile-section {
                padding: 50px 60px;
            }
            .column-content {
                padding-top: 15px;
            }
            
            /* 表示レイアウトの出し分け */
            .pc-layout { display: table; width: 100%; border-collapse: collapse; }
            .sp-layout { display: none; }
        }

        /* ==========================================
           【スマホ専用スタイル】画面幅767px以下のみに適用
           ========================================== */
        @media (max-width: 767px) {
            .main-container {
                width: 100%;
                margin: 0 auto;
            }
            .title-area {
                text-align: center;
                padding: 40px 15px 25px 15px;
            }
            .main-title {
                font-size: 26px;
                letter-spacing: 1px;
                margin-bottom: 12px;
                color: #111111;
                font-weight: normal;
            }
            .sub-title {
                font-size: 13px;
                letter-spacing: 0.5px;
                color: #444444;
            }
            
            /* 【添付F完全再現】テーブルの縛りを脱出し、スマホ画面の左右端まで100%フルフルで敷き詰めます */
            .image-gallery-container {
                width: 100%;
                margin-bottom: 35px;
            }
            .image-gallery-table {
                width: 100%;
            }
            
            /* スマホ用：左右ハミ出しチラ見え横スライド設計 */
            .profile-scroll-wrapper {
                width: 100%;
                padding: 0 10vw; /* 左右に10%の隙間を作って両サイドのカードをチラ見せ */
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
            }
            .profile-scroll-wrapper::-webkit-scrollbar {
                display: none;
            }
            .profile-horizontal-container {
                width: auto;
            }
            .profile-horizontal-item {
                width: 80vw; /* カードの幅を画面の80%にしてコンパクトに配置 */
                margin-right: 20px;
                scroll-snap-align: center; /* スライドが常に画面中央にピタッと吸着 */
                flex-shrink: 0;
            }
            .profile-horizontal-item:last-child {
                margin-right: 0;
            }
            .profile-section {
                padding: 30px 20px;
            }

            /* 表示レイアウトの出し分け反転 */
            .pc-layout { display: none; }
            .sp-layout { display: block; }

            /* スマホ専用表示パーツ */
            .sp-profile-img {
                width: 100%;
                height: auto;
                display: block;
                margin-bottom: 20px;
            }
            .sp-name-table {
                width: 100%;
                border-collapse: collapse;
                margin-bottom: 15px;
            }
            
            /* 【添付A・B再現】スマホ用ボタンアコーディオンデザイン */
            .sp-accordion {
                margin-top: 25px;
            }
            .sp-accordion summary {
                list-style: none;
                cursor: pointer;
                outline: none;
                display: flex;
                justify-content: space-between;
                align-items: center;
                background-color: #0a2444;
                color: #ffffff;
                padding: 12px 20px;
                font-size: 14px;
                letter-spacing: 1px;
            }
            .sp-accordion summary::-webkit-details-marker {
                display: none;
            }
            .sp-accordion summary .arrow {
                display: inline-block;
                width: 10px;
                height: 10px;
                border-right: 1.5px solid #ffffff;
                border-bottom: 1.5px solid #ffffff;
                transform: rotate(45deg);
                margin-top: -4px;
                transition: transform 0.2s ease;
            }
            .sp-accordion[open] summary .arrow {
                transform: rotate(-135deg);
                margin-top: 4px;
            }
            
            .accordion-inner-content {
                background-color: transparent;
                padding: 20px 0 0 0;
                margin-top: 5px;
            }
            .sp-section-title-gray {
                font-size: 19px;
                color: #888888;
                font-family: 'Times New Roman', serif;
                margin: 15px 0 12px 0;
                letter-spacing: 0.5px;
            }
            .column-content {
                padding-top: 15px;
                padding-bottom: 30px;
            }
        }
